CodePro Code Audit for Web Services Taxi

This document contains the results of auditing Web Services Taxi at 9/11/14 5:42 AM, using the audit rule set MyRuleSet.

Violations by Severity

Violation Counts by Severity

Violation SeverityViolation Count
High233
Medium27,766
Low8,457
 
Violation
 
Violation Recommendation Severity Resource Line
SQL query may include user input Make queries to database with a java.sql.PreparedStatement method instead of a java.sql.Statement method to minimize user-input errors. High FuelDataHelp.java 72
 
Violation Recommendation Severity Resource Line
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High ACParamsDTO.java 21
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DeviceTripDTO.java 64
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DeviceTripDTO.java 76
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DeviceTripDTO.java 89
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DeviceTripDTO.java 99
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DeviceTripDTO.java 110
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DeviceTripDTO.java 123
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DeviceTripDTO.java 148
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 20
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 30
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 41
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 51
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 61
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High NeighbourVehicleDTO.java 73
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High RFIDInfoHistoryDTO.java 19
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High RFIDInfoHistoryDTO.java 30
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripByVehicleDTO.java 306
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripDistanceDTO.java 19
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripDistanceDTO.java 30
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripDistanceDTO.java 42
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripDistanceDTO.java 56
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High VehicleInfoDTO.java 69
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High VehicleInfoDTO.java 173
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FenceReport.java 41
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FenceReport.java 59
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FenceReport.java 84
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FenceReport.java 106
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FuelCalibration.java 23
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FuelCalibration.java 33
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High GeovehicleMap.java 43
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High Holidays.java 23
 
Violation Recommendation Severity Resource Line
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High JSONConverter.java 19
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High JSONConverter.java 43
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High DeviationHelper.java 142
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High DeviationHelper.java 144
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High DeviationHelper.java 149
 
Violation Recommendation Severity Resource Line
Use of restricted package: sun.misc.FpUtils Do not use this package. High FencingDAO.java 30
Use of restricted package: sun.misc.BASE64Encoder Do not use this package. High LoginDAO.java 18
 
Violation Recommendation Severity Resource Line
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FuelDataHelp.java 34
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FuelDataHelp.java 87
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FuelDataHelp.java 88
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 25
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 49
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 50
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 69
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FencingDAO.java 87
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FencingDAO.java 114
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FencingDAO.java 144
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FencingDAO.java 144
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High ReportSummaryDAO.java 19
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High ReportSummaryDAO.java 34
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High TraversalDAO.java 124
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High TraversalDAO.java 148
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High TraversalDAO.java 205
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High TraversalDAO.java 205
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High TraversalDAO.java 207
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High TraversalDAO.java 207
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High TraversalDAO.java 221
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High TraversalDAO.java 237
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High TripProcessDAO.java 92
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 60
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 71
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 104
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 123
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 151
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 172
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleUserGeofenceDAO.java 118
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 91
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DeviationHelper.java 95
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceReportDAO.java 205
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceReportDAO.java 205
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceReportDAO.java 289
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceReportDAO.java 306
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceReportDAO.java 331
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceReportDAO.java 336
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceReportDAO.java 336
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeovehicleMapDAO.java 122
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeovehicleMapDAO.java 167
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High HolidaysDAO.java 87
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High LmuSenderMappingDAO.java 18
 
Violation Recommendation Severity Resource Line
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High FuelDataHelp.java 72
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High VehicleProcessDAO.java 172
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High VehicleProcessDAO.java 172
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High VehicleProcessDAO.java 172
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High VehicleProcessDAO.java 172
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High VehicleProcessDAO.java 172
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High VehicleProcessDAO.java 172
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High LocationDAO.java 45
 
Violation Recommendation Severity Resource Line
Maximum violation count of 50 exceeded for the rule "Remove commented-out code" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Check that logging has been enabled before invoking the logging methods" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Avoid using Auto-unboxing" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Closing braces should be documented with a comment" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Use the class MessageFormat to form user messages from pieces" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Always place constants on the same side in comparisons" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Avoid using Auto-boxing" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Local variable or parameter is assigned a value that is never used" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "All nested expressions should be fully parenthesized" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "De-referencing a possibly null pointer" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/Web Services Taxi/src/com/gps/automation/DataOrganizer.java"   High DataOrganizer.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/Web Services Taxi/src/com/gps/dao/FenceSequencing.java"   High FenceSequencing.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/dao/FenceSequencing.java"   High FenceSequencing.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/dao/FenceSequencing.java"   High FenceSequencing.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variable or parameter is assigned a value that is never used" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Avoid using Auto-unboxing" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Follow the standard when declaring local variables" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Check that logging has been enabled before invoking the logging methods" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use the class MessageFormat to form user messages from pieces" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "De-referencing a possibly null pointer" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a space after a comma, but not before" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Declare variables that are only assigned once to be final" in "/Web Services Taxi/src/com/gps/dao/FencingDAO.java"   High FencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/Web Services Taxi/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/Web Services Taxi/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/Web Services Taxi/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variable or parameter is assigned a value that is never used" in "/Web Services Taxi/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "De-referencing a possibly null pointer" in "/Web Services Taxi/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/Web Services Taxi/src/com/gps/dao/HolidayProcessDAO.java"   High HolidayProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/dao/HolidayProcessDAO.java"   High HolidayProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/Web Services Taxi/src/com/gps/dao/TraversalDAO.java"   High TraversalDAO.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/dao/TraversalDAO.java"   High TraversalDAO.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Follow the standard when declaring local variables" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a space after a comma, but not before" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Avoid using Auto-unboxing" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Always place constants on the same side in comparisons" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "De-referencing a possibly null pointer" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variable or parameter is assigned a value that is never used" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use the class MessageFormat to form user messages from pieces" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Check that logging has been enabled before invoking the logging methods" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Closing braces should be documented with a comment" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Declare variables that are only assigned once to be final" in "/Web Services Taxi/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/Web Services Taxi/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/Web Services Taxi/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/dto/DeviceTripDTO.java"   High DeviceTripDTO.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/Web Services Taxi/src/com/gps/dto/DistParamsDTO.java"   High DistParamsDTO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/dto/NeighbourVehicleDTO.java"   High NeighbourVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/Web Services Taxi/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/Web Services Taxi/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/Web Services Taxi/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "Getter and setter methods should be declared final" in "/Web Services Taxi/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/Web Services Taxi/src/com/gps/dto/TripDistanceDTO.java"   High TripDistanceDTO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/Web Services Taxi/src/com/gps/helper/ConnectionHelper.java"   High ConnectionHelper.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/helper/ConnectionHelper.java"   High ConnectionHelper.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/helper/ConnectionHelper.java"   High ConnectionHelper.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "Follow the standard when declaring local variables" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "Declare variables that are only assigned once to be final" in "/Web Services Taxi/src/com/gps/helper/DeviationHelper.java"   High DeviationHelper.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Address.java"   High Address.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Announcementsentry.java"   High Announcementsentry.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Calevent.java"   High Calevent.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Contact.java"   High Contact.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/hibernate/Contact.java"   High Contact.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/Web Services Taxi/src/com/gps/hibernate/Contact.java"   High Contact.java 1
Maximum violation count of 50 exceeded for the rule "Getter and setter methods should be declared final" in "/Web Services Taxi/src/com/gps/hibernate/Contact.java"   High Contact.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/hibernate/ContactDAO.java"   High ContactDAO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Dlfileentry.java"   High Dlfileentry.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/hibernate/FenceReportDAO.java"   High FenceReportDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/Web Services Taxi/src/com/gps/hibernate/FenceReportDAO.java"   High FenceReportDAO.java 1
Maximum violation count of 500 exceeded in "/Web Services Taxi/src/com/gps/hibernate/FenceReportDAO.java"   High FenceReportDAO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Journalarticle.java"   High Journalarticle.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/hibernate/Journalarticle.java"   High Journalarticle.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/Web Services Taxi/src/com/gps/hibernate/Journalarticle.java"   High Journalarticle.java 1
Maximum violation count of 50 exceeded for the rule "Getter and setter methods should be declared final" in "/Web Services Taxi/src/com/gps/hibernate/Journalarticle.java"   High Journalarticle.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/hibernate/JournalarticleDAO.java"   High JournalarticleDAO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Journalfeed.java"   High Journalfeed.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Journaltemplate.java"   High Journaltemplate.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Layout.java"   High Layout.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/hibernate/LayoutDAO.java"   High LayoutDAO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Mbmailinglist.java"   High Mbmailinglist.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/Web Services Taxi/src/com/gps/hibernate/Mbmailinglist.java"   High Mbmailinglist.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/Web Services Taxi/src/com/gps/hibernate/Mbmailinglist.java"   High Mbmailinglist.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/Web Services Taxi/src/com/gps/hibernate/MbmailinglistDAO.java"   High MbmailinglistDAO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/Web Services Taxi/src/com/gps/hibernate/Mbmessage.java"   High Mbmessage.java 1
Maximum violation count of 5000 exceeded for the rule "A variable used in an expression has a null value"   High Mbthread.java 1
Maximum violation count of 50000 exceeded   High Membershiprequest.java 1
 
Violation Recommendation Severity Resource Line
Short name found: r Rename. High TripProcessDAO.java 73
Short name found: p Rename. High TripProcessDAO.java 76
Short name found: q Rename. High TripProcessDAO.java 77
Short name found: h Rename. High TripProcessDAO.java 83
Short name found: a Rename. High DistanceHelper.java 11
Short name found: q Rename. High LocationDAO.java 100
Short name found: q Rename. High LocationDAO.java 128
 
Violation
 
Violation Recommendation Severity Resource Line
Main method declared Delete the method. Medium JSONConverter.java 76
Main method declared Delete the method. Medium FenceUsersDAO.java 79
Main method declared Delete the method. Medium GoogleReqCountDAO.java 33
Main method declared Delete the method. Medium HolidayProcessDAO.java 145
Main method declared Delete the method. Medium LocationProcessDAO.java 62
Main method declared Delete the method. Medium LoginProcessDAO.java 62
Main method declared Delete the method. Medium ConnectionHelper.java 197
Main method declared Delete the method. Medium GeovehicleMapDAO.java 203
 
Violation Recommendation Severity Resource Line
Variable has null value Use a null constant or initialize variable with an actual value. Medium BusInfoPOJO.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium BusInfoPOJO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDataHelp.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDataHelp.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDataHelp.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDataHelp.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDataHelp.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDataHelp.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDataHelp.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium JSONConverter.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium JSONConverter.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium JSONConverter.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 179
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 184
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 184
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceSequencing.java 184
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium FencingDAO.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCountDAO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCountDAO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCountDAO.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayProcessDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayProcessDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayProcessDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayProcessDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationProcessDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationProcessDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginProcessDAO.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginProcessDAO.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginProcessDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginProcessDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium OrganizationMessageDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium OrganizationMessageDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium OrganizationMessageDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium OrganizationMessageDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium OrganizationMessageDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium OrganizationMessageDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReferenceDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 187
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 188
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 202
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 219
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 221
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 227
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 229
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 236
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 237
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 240
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 243
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 244
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalDAO.java 246
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium TraversalReferenceDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripProcessDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceMapDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleUserGeofenceDAO.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium ACParamsDTO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 179
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 191
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 203
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 215
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 229
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 243
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 247
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium eventDTO.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium eventDTO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 10
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 11
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium NeighbourVehicleDTO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 13
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 14
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 15
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 176
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 185
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 193
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 201
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 209
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 217
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 225
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 233
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 242
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleInfoDTO.java 250
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExceptionHandler.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExceptionHandler.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium GLatLng.java 9
Variable has null value Use a null constant or initialize variable with an actual value. Medium GLatLng.java 10
Variable has null value Use a null constant or initialize variable with an actual value. Medium GLatLng.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium GLatLng.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 179
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConnectionHelper.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviationHelper.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 9
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 9
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 10
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 10
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 11
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 11
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 13
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistanceHelper.java 13
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelAlertManager.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 171
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium Accounts.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium Accounts.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 190
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 206
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 214
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 193
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 156
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 188
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 196
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 191
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupport.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupport.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 185
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 169
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 176
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 184
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 192
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 200
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 208
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 216
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 224
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 232
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 240
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 248
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 256
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 169
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 191
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 203
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 214
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometer.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometer.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometer.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometer.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometer.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometer.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometer.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometer.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium CharityBarometerDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntry.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatEntryDAO.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatus.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium ChatStatusDAO.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium Classname.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium Classname.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Classname.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Classname.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Classname.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClassnameDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium Company.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium CompanyDAO.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 202
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 210
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 218
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 226
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 234
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 242
Variable has null value Use a null constant or initialize variable with an actual value. Medium Contact.java 250
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 190
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 202
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 206
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 210
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 214
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 218
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 236
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 248
Variable has null value Use a null constant or initialize variable with an actual value. Medium ContactDAO.java 259
Variable has null value Use a null constant or initialize variable with an actual value. Medium Counter.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium Counter.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Counter.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Counter.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Counter.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium CounterDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Country.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium CountryDAO.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium Cyrususer.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium Cyrususer.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium Cyrususer.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Cyrususer.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrususerDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium Cyrusvirtual.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium Cyrusvirtual.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium Cyrusvirtual.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Cyrusvirtual.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium CyrusvirtualDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 191
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 199
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 207
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileentry.java 215
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileentryDAO.java 205
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfilerank.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfilerankDAO.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileshortcut.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileshortcutDAO.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfileversion.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfileversionDAO.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium Dlfolder.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium DlfolderDAO.java 169
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium Emailaddress.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium EmailaddressDAO.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotification.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotification.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotification.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotification.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotification.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotification.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotification.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotification.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium EventNotificationDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandocolumn.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandocolumnDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandorow.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandorow.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandorow.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandorow.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandorow.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandorow.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandorow.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandorow.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandorow.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandorowDAO.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandotable.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandotable.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandotable.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandotable.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandotable.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandotable.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandotable.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandotable.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandotable.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandotableDAO.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium Expandovalue.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpandovalueDAO.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium Feedback.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium FeedbackDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistory.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistory.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistory.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistory.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistory.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistory.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistory.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistory.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceHistoryDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 185
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 197
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 209
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 221
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 233
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 245
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 257
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 269
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReport.java 281
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 176
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 179
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 203
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 203
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 211
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 251
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 276
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 284
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 289
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 306
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 325
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceReportDAO.java 331
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetails.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetails.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTravellerDetailsId.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetails.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetails.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetails.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetails.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetails.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsDAO.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDetailsId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibration.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibration.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibration.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibration.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibration.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibration.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibration.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibration.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelCalibrationDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 171
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 189
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 195
Variable has null value Use a null constant or initialize variable with an actual value. Medium Geofence.java 207
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 176
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceDAO.java 187
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMap.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 185
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeovehicleMapDAO.java 196
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCount.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCount.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCount.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCount.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCount.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCount.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium GoogleReqCount.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium Group.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupDAO.java 188
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgs.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgs.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsOrgsId.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissions.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissions.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsPermissionsId.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRoles.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRoles.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsRolesId.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroups.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroups.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium GroupsUsergroupsId.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium HibernateSessionFactory.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium HibernateSessionFactory.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium HibernateSessionFactory.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium Holidays.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium Holidays.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium Holidays.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Holidays.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium Holidays.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Holidays.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Holidays.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Holidays.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidaysDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igfolder.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgfolderDAO.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium Igimage.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium IgimageDAO.java 184
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium Image.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium ImageDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium Inbox.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium InboxDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 202
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 210
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 218
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 226
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 234
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 242
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticle.java 250
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 171
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 179
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 187
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 191
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 195
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 199
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 203
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 222
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 234
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleDAO.java 245
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleimage.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleimageDAO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleresource.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleresource.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleresource.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleresource.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleresource.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleresource.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalarticleresource.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalarticleresourceDAO.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalcontentsearch.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalcontentsearchDAO.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 202
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 210
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 218
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 226
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 234
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 242
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 250
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 258
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalfeed.java 266
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 156
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 185
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 189
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 208
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 220
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalfeedDAO.java 231
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journalstructure.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 169
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournalstructureDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 190
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 206
Variable has null value Use a null constant or initialize variable with an actual value. Medium Journaltemplate.java 214
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium JournaltemplateDAO.java 205
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 190
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 206
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 214
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 222
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 230
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 238
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 246
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layout.java 254
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 156
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 176
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 184
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 188
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 192
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 210
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 222
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutDAO.java 233
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium Layoutset.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium LayoutsetDAO.java 188
Variable has null value Use a null constant or initialize variable with an actual value. Medium Listtype.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium Listtype.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Listtype.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Listtype.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Listtype.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Listtype.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Listtype.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium ListtypeDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium LmuSenderMapping.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium LmuSenderMapping.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium LmuSenderMapping.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium LmuSenderMapping.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium LmuSenderMapping.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Location.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Location.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium LocationDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbban.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbbanDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbcategory.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 169
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbcategoryDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbdiscussion.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbdiscussion.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbdiscussion.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbdiscussion.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbdiscussion.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbdiscussion.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbdiscussion.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbdiscussion.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbdiscussion.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbdiscussionDAO.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 191
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 199
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 207
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 215
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 223
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 231
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 239
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 247
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 255
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 263
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 271
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmailinglist.java 279
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 190
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 217
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 229
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmailinglistDAO.java 240
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 190
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 206
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessage.java 214
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 193
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageDAO.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbmessageflag.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbmessageflagDAO.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbstatsuser.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium MbstatsuserDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium Mbthread.java 114
 
Violation Recommendation Severity Resource Line
Accessing static member through an instance Access the member through the declaring type Medium FencingDAO.java 69
 
Violation Recommendation Severity Resource Line
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BusInfoPOJO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BusInfoPOJO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDataHelp.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDataHelp.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDataHelp.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JSONConverter.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JSONConverter.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceSequencing.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceSequencing.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceUsersDAO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FencingDAO.java 64
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofencingDAO.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GoogleReqCountDAO.java 14
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium HolidayProcessDAO.java 29
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium HolidayProcessDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayProcessDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayProcessDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayProcessDAO.java 36
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LocationProcessDAO.java 23
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LocationProcessDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LocationProcessDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LocationProcessDAO.java 28
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LoginProcessDAO.java 26
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LoginProcessDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LoginProcessDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LoginProcessDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium OrganizationMessageDAO.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ReferenceDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ReportSummaryDAO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalReferenceDAO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalReferenceDAO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalReferenceDAO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalReferenceDAO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalReferenceDAO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalReferenceDAO.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalReferenceDAO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalReferenceDAO.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TraversalReferenceDAO.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleFenceMapDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleUserGeofenceDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ACParamsDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ACParamsDTO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ACParamsDTO.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ACParamsDTO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ACParamsDTO.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium eventDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium eventDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDTO.java 5
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDTO.java 6
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium NeighbourVehicleDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium NeighbourVehicleDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium NeighbourVehicleDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium NeighbourVehicleDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium NeighbourVehicleDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium NeighbourVehicleDTO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium NeighbourVehicleDTO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium NeighbourVehicleDTO.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium NeighbourVehicleDTO.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Packet.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Packet.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Packet.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleInfoDTO.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExceptionHandler.java 5
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExceptionHandler.java 6
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GLatLng.java 5
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GLatLng.java 6
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConnectionHelper.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConnectionHelper.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviationHelper.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviationHelper.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviationHelper.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviationHelper.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviationHelper.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviationHelper.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviationHelper.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviationHelper.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviationHelper.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelAlertManager.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelAlertManager.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Accounts.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountsDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountsId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountsId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsflagDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsflagDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsflagDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsflagDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoPkSupport.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoPkSupportDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoPkSupportId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoPkSupportId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BaseHibernateDAO.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BaseHibernateDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Browsertracker.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Browsertracker.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Browsertracker.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BrowsertrackerDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BrowsertrackerDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BrowsertrackerDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CharityBarometer.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CharityBarometer.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CharityBarometer.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CharityBarometer.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CharityBarometerDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CharityBarometerDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CharityBarometerDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntry.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntry.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntry.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntry.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntry.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntryDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntryDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatEntryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatus.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatus.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatus.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatus.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatus.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatus.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatus.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatus.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatusDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatusDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatusDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatusDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatusDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatusDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatusDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ChatStatusDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Classname.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Classname.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ClassnameDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ClassnameDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Company.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Company.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Company.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Company.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Company.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Company.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Company.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Company.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Company.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CompanyDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CompanyDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CompanyDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CompanyDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CompanyDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CompanyDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CompanyDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CompanyDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CompanyDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Contact.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ContactDAO.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Counter.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Counter.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CounterDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CounterDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Country.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Country.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Country.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Country.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Country.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Country.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Country.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CountryDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CountryDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CountryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CountryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CountryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CountryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CountryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Cyrususer.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Cyrususer.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CyrususerDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CyrususerDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Cyrusvirtual.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Cyrusvirtual.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CyrusvirtualDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CyrusvirtualDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 53
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileentry.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileentryDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfilerank.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfilerank.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfilerank.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfilerank.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfilerank.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfilerank.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfilerank.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfilerankDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfilerankDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfilerankDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfilerankDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfilerankDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfilerankDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileshortcut.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileshortcutDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileshortcutDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileshortcutDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileshortcutDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileshortcutDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileshortcutDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileshortcutDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileshortcutDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileshortcutDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfileversion.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileversionDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileversionDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileversionDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileversionDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileversionDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileversionDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileversionDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileversionDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfileversionDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Dlfolder.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfolderDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfolderDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfolderDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfolderDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfolderDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfolderDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfolderDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfolderDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DlfolderDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Emailaddress.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EmailaddressDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EmailaddressDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EmailaddressDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EmailaddressDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EmailaddressDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EmailaddressDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EmailaddressDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EmailaddressDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EmailaddressDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EventNotification.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EventNotification.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EventNotification.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EventNotification.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EventNotification.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EventNotification.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EventNotification.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EventNotification.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium EventNotificationDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandocolumn.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandocolumn.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandocolumn.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandocolumn.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandocolumn.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandocolumn.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandocolumn.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandocolumnDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandocolumnDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandocolumnDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandocolumnDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandocolumnDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandocolumnDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandocolumnDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandorow.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandorow.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandorow.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandorow.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandorowDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandorowDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandorowDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandorowDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandotable.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandotable.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandotable.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandotable.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandotableDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandotableDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandotableDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandotableDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandovalue.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandovalue.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandovalue.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandovalue.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandovalue.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandovalue.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandovalue.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Expandovalue.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandovalueDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandovalueDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandovalueDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandovalueDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandovalueDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandovalueDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandovalueDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpandovalueDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Feedback.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Feedback.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Feedback.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Feedback.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Feedback.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Feedback.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Feedback.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Feedback.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FeedbackDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FeedbackDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FeedbackDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FeedbackDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FeedbackDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistory.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistory.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistory.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistory.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistory.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistory.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistory.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistory.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistoryDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistoryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistoryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceHistoryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReport.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReportDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReportDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReportDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceReportDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTravellerDetails.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTravellerDetailsDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTravellerDetailsId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTravellerDetailsId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDetails.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDetails.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDetailsDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDetailsDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDetailsId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDetailsId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelCalibration.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelCalibration.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelCalibration.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelCalibration.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelCalibrationDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Geofence.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeovehicleMap.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeovehicleMap.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeovehicleMap.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeovehicleMap.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeovehicleMap.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeovehicleMapDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeovehicleMapDAO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GoogleReqCount.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GoogleReqCount.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GoogleReqCount.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GoogleReqCount.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Group.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsOrgs.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsOrgsDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsOrgsId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsOrgsId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsPermissions.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsPermissionsDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsPermissionsId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsPermissionsId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsRoles.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsRolesDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsRolesId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsRolesId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsUsergroups.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsUsergroupsDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsUsergroupsId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GroupsUsergroupsId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HibernateSessionFactory.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HibernateSessionFactory.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HibernateSessionFactory.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HibernateSessionFactory.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HibernateSessionFactory.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Holidays.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Holidays.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Holidays.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Holidays.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidaysDAO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidaysDAO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidaysDAO.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidaysDAO.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidaysDAO.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igfolder.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgfolderDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgfolderDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgfolderDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgfolderDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgfolderDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgfolderDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgfolderDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgfolderDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Igimage.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium IgimageDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Image.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Image.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Image.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Image.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Image.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Image.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Image.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ImageDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ImageDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ImageDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ImageDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ImageDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ImageDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Inbox.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Inbox.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Inbox.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Inbox.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Inbox.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Inbox.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Inbox.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Inbox.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium InboxDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium InboxDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium InboxDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium InboxDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium InboxDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium InboxDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticle.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleDAO.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleimage.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleimage.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleimage.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleimage.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleimage.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleimage.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleimage.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleimage.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleimageDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleimageDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleimageDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleimageDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleimageDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleimageDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleimageDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleimageDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleresource.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleresource.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalarticleresource.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleresourceDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleresourceDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalarticleresourceDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalcontentsearch.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalcontentsearch.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalcontentsearch.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalcontentsearch.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalcontentsearch.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalcontentsearch.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalcontentsearch.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalcontentsearchDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalcontentsearchDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalcontentsearchDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalcontentsearchDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalcontentsearchDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalcontentsearchDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalcontentsearchDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalfeed.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalfeedDAO.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journalstructure.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournalstructureDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Journaltemplate.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JournaltemplateDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layout.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutDAO.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Layoutset.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LayoutsetDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Listtype.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Listtype.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Listtype.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ListtypeDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ListtypeDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ListtypeDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LmuSenderMapping.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LmuSenderMapping.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LmuSenderMapping.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LmuSenderMapping.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LmuSenderMapping.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LmuSenderMappingDAO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Location.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Location.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LocationDAO.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LocationDAO.java 71
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LoginDAO.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbban.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbban.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbban.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbban.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbban.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbban.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbban.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbban.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbbanDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbbanDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbbanDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbbanDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbbanDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbbanDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbcategory.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbcategoryDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbdiscussion.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbdiscussion.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbdiscussion.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbdiscussion.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbdiscussionDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbdiscussionDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbdiscussionDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbdiscussionDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmailinglist.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmailinglistDAO.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessage.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessageflag.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessageflag.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessageflag.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessageflag.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessageflag.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbmessageflag.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageflagDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageflagDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageflagDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageflagDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbmessageflagDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbstatsuser.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbstatsuser.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbstatsuser.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbstatsuser.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbstatsuser.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbstatsuserDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbstatsuserDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbstatsuserDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbstatsuserDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbthread.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbthread.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbthread.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbthread.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbthread.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbthread.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbthread.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbthread.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Mbthread.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbthreadDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbthreadDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbthreadDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbthreadDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbthreadDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbthreadDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbthreadDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MbthreadDAO.java 32
 
Violation Recommendation Severity Resource Line
Missing @return tag for checkInTable Run the Javadoc Repair tool on this method to add the missing @return tag. Medium FuelDataHelp.java 22
Missing @param tag for vehicleid in checkInTable Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FuelDataHelp.java 23
Missing Javadoc comment for method "getDataSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelDataHelp.java 57
Missing Javadoc comment for method "queryStatement" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelDataHelp.java 62
Missing Javadoc comment for method "createTable" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelDataHelp.java 81
Missing @return tag for getJSONValue Run the Javadoc Repair tool on this method to add the missing @return tag. Medium JSONConverter.java 15
Missing @param tag for data in getJSONValue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium JSONConverter.java 16
Missing Javadoc comment for method "getJSONValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JSONConverter.java 37
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JSONConverter.java 76
Missing Javadoc comment for method "addSequences" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceSequencing.java 21
Missing Javadoc comment for method "findMapFence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceSequencing.java 163
Missing Javadoc comment for method "getFenceUserList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 16
Missing Javadoc comment for method "getExpectedUserList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 38
Missing Javadoc comment for method "getFenceList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 61
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 79
Missing Javadoc comment for method "getSessionvalue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FencingDAO.java 65
Missing Javadoc comment for method "setSessionvalue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FencingDAO.java 68
Missing @return tag for geoDetails Run the Javadoc Repair tool on this method to add the missing @return tag. Medium GeofencingDAO.java 55
Missing @param tag for userId in geoDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeofencingDAO.java 56
Missing @param tag for first in geoDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeofencingDAO.java 56
Missing @param tag for last in geoDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeofencingDAO.java 56
Missing Javadoc comment for method "inserDb" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCountDAO.java 17
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCountDAO.java 33
Missing Javadoc comment for method "Add" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayProcessDAO.java 39
Missing Javadoc comment for method "listHoliday" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayProcessDAO.java 69
Missing Javadoc comment for method "update" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayProcessDAO.java 100
Missing Javadoc comment for method "whetherHolidayOrNot" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayProcessDAO.java 127
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayProcessDAO.java 143
Missing Javadoc comment for method "getLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LocationProcessDAO.java 30
Missing Javadoc comment for method "getEsnNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LocationProcessDAO.java 46
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LocationProcessDAO.java 61
Missing Javadoc comment for method "CheckLogin" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginProcessDAO.java 33
Missing Javadoc comment for method "PhoneCheckLogin" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginProcessDAO.java 47
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginProcessDAO.java 62
Missing @return tag for getOrgMessages Run the Javadoc Repair tool on this method to add the missing @return tag. Medium OrganizationMessageDAO.java 23
Missing @param tag for orgId in getOrgMessages Run the Javadoc Repair tool on this method to add the missing @param tag. Medium OrganizationMessageDAO.java 24
Missing @param tag for status in getOrgMessages Run the Javadoc Repair tool on this method to add the missing @param tag. Medium OrganizationMessageDAO.java 24
Missing Javadoc comment for method "FetchReportSummary" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportSummaryDAO.java 14
Missing Javadoc comment for method "FetchReportSummaryForAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportSummaryDAO.java 29
Empty @return tag in isPointAlreadyTraversed Run the Javadoc Repair tool on this method to correct the @return tag. Medium TraversalDAO.java 40
Empty @return tag in getTimeDelta Run the Javadoc Repair tool on this method to correct the @return tag. Medium TraversalDAO.java 177
Missing @param tag for tripTraversalId in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 27
Missing @param tag for tripPointId in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 27
Missing @param tag for tripTraversalId in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 33
Missing @param tag for tripPointId in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 33
Missing @param tag for tripid in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 34
Missing @param tag for latitude in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 34
Missing @param tag for longitude in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 34
Missing @param tag for hasTraversed in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 34
Missing @param tag for isSupportTeamOk in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 35
Missing @param tag for tripTraversalPointTime in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 35
Missing @param tag for tripPointTime in TraversalReferenceDAO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TraversalReferenceDAO.java 35
Missing Javadoc comment for method "setTripTraversalId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 49
Missing Javadoc comment for method "getTripTraversalId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 53
Missing Javadoc comment for method "setTripPointId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 58
Missing Javadoc comment for method "getTripPointId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 62
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 67
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 71
Missing Javadoc comment for method "setLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 76
Missing Javadoc comment for method "getLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 80
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 85
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 88
Missing Javadoc comment for method "setHasTraversed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 92
Missing Javadoc comment for method "getHasTraversed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 95
Missing Javadoc comment for method "setisSupportTeamOk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 100
Missing Javadoc comment for method "getIsSupportTeamOk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 104
Missing Javadoc comment for method "setTripPointTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 109
Missing Javadoc comment for method "getTripPointTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 113
Missing Javadoc comment for method "setTripTraversalPointTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 118
Missing Javadoc comment for method "getTripTraversalPointTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TraversalReferenceDAO.java 123
Missing Javadoc comment for method "ParamStartEndDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripProcessDAO.java 66
Missing @return tag for createGeoVehicleMapData Run the Javadoc Repair tool on this method to add the missing @return tag. Medium VehicleFenceMapDAO.java 24
Missing @param tag for geofenceData in createGeoVehicleMapData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceMapDAO.java 25
Missing @param tag for orgId in createGeoVehicleMapData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceMapDAO.java 25
Missing @param tag for sess in createGeoVehicleMapData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceMapDAO.java 25
Missing @return tag for deleteGeoVehicleMapData Run the Javadoc Repair tool on this method to add the missing @return tag. Medium VehicleFenceMapDAO.java 51
Missing @param tag for geofenceData in deleteGeoVehicleMapData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceMapDAO.java 52
Missing @param tag for session in deleteGeoVehicleMapData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceMapDAO.java 52
Missing Javadoc comment for method "getAllVehicles" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 53
Missing Javadoc comment for method "GetInFenceTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 98
Missing Javadoc comment for method "getVehicleById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 115
Missing Javadoc comment for method "getVehicleByVehId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 144
Missing Javadoc comment for method "getLatestVehicleInfo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 162
Missing @return tag for createUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @return tag. Medium VehicleUserGeofenceDAO.java 30
Missing @param tag for userData in createUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 31
Missing @param tag for fenceId in createUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 31
Missing @param tag for session in createUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 31
Missing @return tag for updateUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @return tag. Medium VehicleUserGeofenceDAO.java 59
Missing @param tag for userData in updateUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 60
Missing @param tag for fenceId in updateUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 60
Missing @param tag for session in updateUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 60
Missing @return tag for deleteUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @return tag. Medium VehicleUserGeofenceDAO.java 87
Missing @param tag for userData in deleteUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 88
Missing @param tag for fenceId in deleteUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 88
Missing @param tag for session in deleteUsersGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 88
Missing @return tag for fetchUserGeofenceData Run the Javadoc Repair tool on this method to add the missing @return tag. Medium VehicleUserGeofenceDAO.java 112
Missing @param tag for userId in fetchUserGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 113
Missing @param tag for fenceId in fetchUserGeofenceData Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 113
Missing @return tag for getCustomAttributes Run the Javadoc Repair tool on this method to add the missing @return tag. Medium VehicleUserGeofenceDAO.java 128
Missing @param tag for userId in getCustomAttributes Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 129
Missing @param tag for dataFlag in getCustomAttributes Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleUserGeofenceDAO.java 129
Missing Javadoc comment for method "ACParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 19
Missing Javadoc comment for method "getLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 28
Missing Javadoc comment for method "setLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 31
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 34
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 37
Missing Javadoc comment for method "getCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 40
Missing Javadoc comment for method "setCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 43
Missing Javadoc comment for method "getSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 46
Missing Javadoc comment for method "setSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 49
Missing Javadoc comment for method "getEventCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 52
Missing Javadoc comment for method "setEventCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ACParamsDTO.java 55
Missing Javadoc comment for method "getFenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 41
Missing Javadoc comment for method "setFenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 45
Missing Javadoc comment for method "getInFenceTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 49
Missing Javadoc comment for method "setInFenceTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 53
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 57
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 62
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 74
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 87
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 97
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 108
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 121
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 147
Missing Javadoc comment for method "setStableFuelValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 246
Missing Javadoc comment for method "getStableFuelValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 250
Missing Javadoc comment for method "setVehicleType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 254
Missing Javadoc comment for method "getVehicleType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 258
Missing Javadoc comment for method "setTankCapacity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 262
Missing Javadoc comment for method "getTankCapacity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 266
Missing Javadoc comment for method "getEsnNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 271
Missing Javadoc comment for method "setEsnNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 275
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 18
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 28
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 39
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 49
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 59
Extra @param tag for vehicelDetails in setVehicleDetails Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium DistParamsDTO.java 79
Missing @param tag for vehicleDetails in setVehicleDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DistParamsDTO.java 81
Missing Javadoc comment for method "FrequentTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 8
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 14
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 17
Missing Javadoc comment for method "getDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 20
Missing Javadoc comment for method "setDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 23
Missing Javadoc comment for method "getTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 26
Missing Javadoc comment for method "setTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 29
Missing Javadoc comment for method "getLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 20
Missing Javadoc comment for method "setLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 23
Missing Javadoc comment for method "getRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 26
Missing Javadoc comment for method "setRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 29
Missing Javadoc comment for method "getReportedTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 32
Missing Javadoc comment for method "setReportedTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 35
Missing Javadoc comment for method "getSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 38
Missing Javadoc comment for method "setSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 41
Missing Javadoc comment for method "getLat" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 44
Missing Javadoc comment for method "setLat" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 48
Missing Javadoc comment for method "getLng" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 51
Missing Javadoc comment for method "setLng" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 55
Missing Javadoc comment for method "getEvent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 58
Missing Javadoc comment for method "setEvent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 62
Missing Javadoc comment for method "getDistance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 65
Missing Javadoc comment for method "setDistance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 68
Missing Javadoc comment for method "NeighbourVehicleDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 71
Missing Javadoc comment for method "getTripStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 84
Missing Javadoc comment for method "setTripStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NeighbourVehicleDTO.java 87
Missing Javadoc comment for method "Packet" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 12
Missing Javadoc comment for method "setDbdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 18
Missing Javadoc comment for method "getDbdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 21
Missing Javadoc comment for method "setStart" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 25
Missing Javadoc comment for method "getEnd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 28
Missing Javadoc comment for method "setEnd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 31
Missing Javadoc comment for method "getStart" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 34
Missing Javadoc comment for method "RFIDInfoHistoryDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDInfoHistoryDTO.java 17
Missing Javadoc comment for method "RFIDInfoHistoryDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDInfoHistoryDTO.java 29
Missing Javadoc comment for method "setTripName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDInfoHistoryDTO.java 117
Missing Javadoc comment for method "getTripName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDInfoHistoryDTO.java 121
Missing Javadoc comment for method "getGsmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 36
Missing Javadoc comment for method "setGsmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 41
Missing Javadoc comment for method "getCellId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 46
Missing Javadoc comment for method "setCellId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 51
Missing Javadoc comment for method "TripByVehicleDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 56
Missing Javadoc comment for method "TripByVehicleDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 95
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 142
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 145
Missing Javadoc comment for method "getTripName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 148
Missing Javadoc comment for method "setTripName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 163
Missing Javadoc comment for method "getTripDesc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 166
Missing Javadoc comment for method "setTripDesc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 169
Missing Javadoc comment for method "getStartdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 172
Missing Javadoc comment for method "setStartdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 175
Missing Javadoc comment for method "getStartTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 178
Missing Javadoc comment for method "setStartTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 181
Missing Javadoc comment for method "getReturndate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 184
Missing Javadoc comment for method "setReturndate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 187
Missing Javadoc comment for method "getReturnTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 190
Missing Javadoc comment for method "setReturnTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 193
Missing Javadoc comment for method "getTripParamid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 198
Missing Javadoc comment for method "setTripParamid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 201
Missing Javadoc comment for method "getLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 204
Missing Javadoc comment for method "setLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 207
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 210
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 213
Missing Javadoc comment for method "getSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 216
Missing Javadoc comment for method "setSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 219
Missing Javadoc comment for method "getHeading" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 222
Missing Javadoc comment for method "setHeading" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 225
Missing Javadoc comment for method "getAltitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 228
Missing Javadoc comment for method "setAltitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 231
Missing Javadoc comment for method "getAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 234
Missing Javadoc comment for method "setAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 237
Missing Javadoc comment for method "getEngineStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 240
Missing Javadoc comment for method "setEngineStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 243
Missing Javadoc comment for method "getOilPreassure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 246
Missing Javadoc comment for method "setOilPreassure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 249
Missing Javadoc comment for method "getWaterTemp" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 252
Missing Javadoc comment for method "setWaterTemp" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 255
Missing Javadoc comment for method "getFuelContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 258
Missing Javadoc comment for method "setFuelContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 261
Missing Javadoc comment for method "getBrake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 264
Missing Javadoc comment for method "setBrake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 267
Missing Javadoc comment for method "getCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 270
Missing Javadoc comment for method "setCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 273
Missing Javadoc comment for method "getBrakelightStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 276
Missing Javadoc comment for method "setBrakelightStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 279
Missing Javadoc comment for method "getBatteryStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 282
Missing Javadoc comment for method "setBatteryStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 285
Missing Javadoc comment for method "TripDistanceDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDistanceDTO.java 17
Missing Javadoc comment for method "TripDistanceDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDistanceDTO.java 28
Missing Javadoc comment for method "TripDistanceDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDistanceDTO.java 40
Missing Javadoc comment for method "TripDistanceDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDistanceDTO.java 54
Missing Javadoc comment for method "TripDistanceDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDistanceDTO.java 66
Missing Javadoc comment for method "VehicleInfoDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 48
Missing Javadoc comment for method "getTankCpty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 180
Missing Javadoc comment for method "setTankCpty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 184
Missing Javadoc comment for method "getFuelVolt" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 188
Missing Javadoc comment for method "setFuelVolt" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 192
Missing Javadoc comment for method "getLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 196
Missing Javadoc comment for method "setLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 200
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 204
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 208
Missing Javadoc comment for method "getEventCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 212
Missing Javadoc comment for method "setEventCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 216
Missing Javadoc comment for method "getIdletime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 220
Missing Javadoc comment for method "setIdletime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 224
Missing Javadoc comment for method "getFenceduration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 228
Missing Javadoc comment for method "setFenceduration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 232
Missing Javadoc comment for method "getTripParamId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 237
Missing Javadoc comment for method "setTripParamId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 241
Missing Javadoc comment for method "getVehicleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 245
Missing Javadoc comment for method "setVehicleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInfoDTO.java 249
Extra @param tag for error in setType Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium ExceptionHandler.java 30
Missing @param tag for type in setType Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ExceptionHandler.java 32
Missing Javadoc comment for method "GLatLng" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 8
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 13
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 17
Missing Javadoc comment for method "getLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 21
Missing Javadoc comment for method "setLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 25
Missing @return tag for getConnectionDetails Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ConnectionHelper.java 23
Missing @param tag for type in getConnectionDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ConnectionHelper.java 24
Missing @throws tag for ParserConfigurationException in getConnectionDetails Run the Javadoc Repair tool on this method to add the missing @throws tag. Medium ConnectionHelper.java 24
Missing @throws tag for SAXException in getConnectionDetails Run the Javadoc Repair tool on this method to add the missing @throws tag. Medium ConnectionHelper.java 24
Missing @throws tag for IOException in getConnectionDetails Run the Javadoc Repair tool on this method to add the missing @throws tag. Medium ConnectionHelper.java 24
Missing @return tag for getClassName Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ConnectionHelper.java 83
Missing @param tag for type in getClassName Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ConnectionHelper.java 84
Missing Javadoc comment for method "getXMLDoc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConnectionHelper.java 125
Missing @return tag for getGroup Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ConnectionHelper.java 155
Missing @param tag for type in getGroup Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ConnectionHelper.java 156
Missing @param tag for group in getGroup Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ConnectionHelper.java 156
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConnectionHelper.java 197
Missing Javadoc comment for method "DBManager" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DBManager.java 25
Missing Javadoc comment for method "getDBInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DBManager.java 29
Missing Javadoc comment for method "startDBServer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DBManager.java 37
Missing Javadoc comment for method "stopDBServer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DBManager.java 73
Missing Javadoc comment for method "getDBCon" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DBManager.java 87
Missing @return tag for distFrom Run the Javadoc Repair tool on this method to add the missing @return tag. Medium DistanceHelper.java 5
Missing @param tag for lat1 in distFrom Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DistanceHelper.java 6
Missing @param tag for lng1 in distFrom Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DistanceHelper.java 6
Missing @param tag for lat2 in distFrom Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DistanceHelper.java 6
Missing @param tag for lng2 in distFrom Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DistanceHelper.java 6
Missing Javadoc comment for method "fuelProcessor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelAlertManager.java 15
Missing @param tag for accountId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 39
Missing @param tag for accountId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 44
Missing @param tag for companyId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 44
Missing @param tag for userId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 44
Missing @param tag for userName in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 45
Missing @param tag for createDate in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 45
Missing @param tag for modifiedDate in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 45
Missing @param tag for parentAccountId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 46
Missing @param tag for name in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 46
Missing @param tag for legalName in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 46
Missing @param tag for legalId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 47
Missing @param tag for legalType in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 47
Missing @param tag for sicCode in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 47
Missing @param tag for tickerSymbol in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 48
Missing @param tag for industry in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 48
Missing @param tag for type in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 48
Missing @param tag for size in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 48
Missing Javadoc comment for method "getAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 69
Missing Javadoc comment for method "setAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 73
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 77
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 81
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 85
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 89
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 93
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 97
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 101
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 105
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 109
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 113
Missing Javadoc comment for method "getParentAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 117
Missing Javadoc comment for method "setParentAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 121
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 125
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 129
Missing Javadoc comment for method "getLegalName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 133
Missing Javadoc comment for method "setLegalName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 137
Missing Javadoc comment for method "getLegalId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 141
Missing Javadoc comment for method "setLegalId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 145
Missing Javadoc comment for method "getLegalType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 149
Missing Javadoc comment for method "setLegalType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 153
Missing Javadoc comment for method "getSicCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 157
Missing Javadoc comment for method "setSicCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 161
Missing Javadoc comment for method "getTickerSymbol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 165
Missing Javadoc comment for method "setTickerSymbol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 169
Missing Javadoc comment for method "getIndustry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 173
Missing Javadoc comment for method "setIndustry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 177
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 181
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 185
Missing Javadoc comment for method "getSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 189
Missing Javadoc comment for method "setSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 193
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 40
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 51
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 62
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 74
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 89
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 104
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 108
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 112
Missing Javadoc comment for method "findByParentAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 116
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 120
Missing Javadoc comment for method "findByLegalName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 124
Missing Javadoc comment for method "findByLegalId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 128
Missing Javadoc comment for method "findByLegalType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 132
Missing Javadoc comment for method "findBySicCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 136
Missing Javadoc comment for method "findByTickerSymbol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 140
Missing Javadoc comment for method "findByIndustry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 144
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 148
Missing Javadoc comment for method "findBySize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 152
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 156
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 168
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 180
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 191
Missing @param tag for id in Accounts Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Accounts.java 22
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Accounts.java 28
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Accounts.java 32
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 76
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 91
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 103
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 115
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 126
Missing @param tag for smsSent in AccountsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AccountsId.java 23
Missing @param tag for creditLimit in AccountsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AccountsId.java 23
Missing Javadoc comment for method "getSmsSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 30
Missing Javadoc comment for method "setSmsSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 34
Missing Javadoc comment for method "getCreditLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 38
Missing Javadoc comment for method "setCreditLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 42
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 46
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 65
Missing @param tag for addressId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 41
Missing @param tag for addressId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 46
Missing @param tag for companyId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 46
Missing @param tag for userId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 46
Missing @param tag for userName in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 47
Missing @param tag for createDate in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 47
Missing @param tag for modifiedDate in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 47
Missing @param tag for classNameId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 48
Missing @param tag for classPk in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 48
Missing @param tag for street1 in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 48
Missing @param tag for street2 in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 48
Missing @param tag for street3 in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 49
Missing @param tag for city in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 49
Missing @param tag for zip in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 49
Missing @param tag for regionId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 49
Missing @param tag for countryId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 50
Missing @param tag for typeId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 50
Missing @param tag for mailing in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 50
Missing @param tag for primary in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 50
Missing Javadoc comment for method "getAddressId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 73
Missing Javadoc comment for method "setAddressId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 77
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 81
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 85
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 89
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 93
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 97
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 101
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 105
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 109
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 113
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 117
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 121
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 125
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 129
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 133
Missing Javadoc comment for method "getStreet1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 137
Missing Javadoc comment for method "setStreet1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 141
Missing Javadoc comment for method "getStreet2" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 145
Missing Javadoc comment for method "setStreet2" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 149
Missing Javadoc comment for method "getStreet3" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 153
Missing Javadoc comment for method "setStreet3" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 157
Missing Javadoc comment for method "getCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 161
Missing Javadoc comment for method "setCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 165
Missing Javadoc comment for method "getZip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 169
Missing Javadoc comment for method "setZip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 173
Missing Javadoc comment for method "getRegionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 177
Missing Javadoc comment for method "setRegionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 181
Missing Javadoc comment for method "getCountryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 185
Missing Javadoc comment for method "setCountryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 189
Missing Javadoc comment for method "getTypeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 193
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 42
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 53
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 64
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 76
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 91
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 106
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 110
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 114
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 118
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 122
Missing Javadoc comment for method "findByStreet1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 126
Missing Javadoc comment for method "findByStreet2" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 130
Missing Javadoc comment for method "findByStreet3" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 134
Missing Javadoc comment for method "findByCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 138
Missing Javadoc comment for method "findByZip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 142
Missing Javadoc comment for method "findByRegionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 146
Missing Javadoc comment for method "findByCountryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 150
Missing Javadoc comment for method "findByTypeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 154
Missing Javadoc comment for method "findByMailing" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 158
Missing Javadoc comment for method "findByPrimary" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 162
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 166
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 178
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 190
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 201
Missing @param tag for deliveryId in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 28
Missing @param tag for deliveryId in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 33
Missing @param tag for companyId in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 33
Missing @param tag for userId in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 33
Missing @param tag for type in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 34
Missing @param tag for email in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 34
Missing @param tag for sms in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 34
Missing @param tag for website in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 34
Missing Javadoc comment for method "getDeliveryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 46
Missing Javadoc comment for method "setDeliveryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 50
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 54
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 58
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 62
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 66
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 70
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 74
Missing Javadoc comment for method "getEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 78
Missing Javadoc comment for method "setEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 82
Missing Javadoc comment for method "getSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 86
Missing Javadoc comment for method "setSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 90
Missing Javadoc comment for method "getWebsite" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 94
Missing Javadoc comment for method "setWebsite" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 98
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 33
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 44
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 55
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 67
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 82
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 97
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 101
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 105
Missing Javadoc comment for method "findByEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 109
Missing Javadoc comment for method "findBySms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 113
Missing Javadoc comment for method "findByWebsite" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 117
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 121
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 133
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 146
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 157
Missing @param tag for entryId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 40
Missing @param tag for entryId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 45
Missing @param tag for uuid in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 45
Missing @param tag for companyId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 45
Missing @param tag for userId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 46
Missing @param tag for userName in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 46
Missing @param tag for createDate in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 46
Missing @param tag for modifiedDate in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 46
Missing @param tag for classNameId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 47
Missing @param tag for classPk in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 47
Missing @param tag for title in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 47
Missing @param tag for content in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 47
Missing @param tag for url in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 48
Missing @param tag for type in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 48
Missing @param tag for displayDate in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 48
Missing @param tag for expirationDate in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 48
Missing @param tag for priority in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 49
Missing @param tag for alert in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 49
Missing Javadoc comment for method "getEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 71
Missing Javadoc comment for method "setEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 75
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 79
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 83
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 87
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 91
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 95
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 99
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 103
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 107
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 111
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 115
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 119
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 123
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 127
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 131
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 135
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 139
Missing Javadoc comment for method "getTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 143
Missing Javadoc comment for method "setTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 147
Missing Javadoc comment for method "getContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 151
Missing Javadoc comment for method "setContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 155
Missing Javadoc comment for method "getUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 159
Missing Javadoc comment for method "setUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 163
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 167
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 171
Missing Javadoc comment for method "getDisplayDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 175
Missing Javadoc comment for method "setDisplayDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 179
Missing Javadoc comment for method "getExpirationDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 183
Missing Javadoc comment for method "setExpirationDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 187
Missing Javadoc comment for method "getPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 191
Missing Javadoc comment for method "setPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 195
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 40
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 51
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 62
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 74
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 89
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 104
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 108
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 112
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 116
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 120
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 124
Missing Javadoc comment for method "findByTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 128
Missing Javadoc comment for method "findByContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 132
Missing Javadoc comment for method "findByUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 136
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 140
Missing Javadoc comment for method "findByPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 144
Missing Javadoc comment for method "findByAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 148
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 152
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 164
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 177
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 188
Missing @param tag for flagId in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 28
Missing @param tag for flagId in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 33
Missing @param tag for userId in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 33
Missing @param tag for createDate in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 33
Missing @param tag for entryId in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 34
Missing @param tag for value in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 34
Missing Javadoc comment for method "getFlagId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 44
Missing Javadoc comment for method "setFlagId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 48
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 52
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 56
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 60
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 64
Missing Javadoc comment for method "getEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 68
Missing Javadoc comment for method "setEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 72
Missing Javadoc comment for method "getValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 76
Missing Javadoc comment for method "setValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 80
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 31
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 42
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 53
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 65
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 80
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 95
Missing Javadoc comment for method "findByEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 99
Missing Javadoc comment for method "findByValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 103
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 107
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 119
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 132
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 143
Missing @param tag for id in AutoPkSupport Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AutoPkSupport.java 22
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupport.java 28
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupport.java 32
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 76
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 91
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 103
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 116
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 127
Missing @param tag for tableName in AutoPkSupportId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AutoPkSupportId.java 23
Missing @param tag for nextId in AutoPkSupportId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AutoPkSupportId.java 23
Missing Javadoc comment for method "getTableName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 30
Missing Javadoc comment for method "setTableName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 34
Missing Javadoc comment for method "getNextId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 38
Missing Javadoc comment for method "setNextId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 42
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 46
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 65
Missing Javadoc comment for method "getSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseHibernateDAO.java 24
Missing @param tag for entryId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 38
Missing @param tag for entryId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 43
Missing @param tag for uuid in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 43
Missing @param tag for groupId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 43
Missing @param tag for companyId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 43
Missing @param tag for userId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 44
Missing @param tag for userName in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 44
Missing @param tag for createDate in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 44
Missing @param tag for modifiedDate in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 44
Missing @param tag for title in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 45
Missing @param tag for urlTitle in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 45
Missing @param tag for content in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 45
Missing @param tag for displayDate in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 45
Missing @param tag for draft in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 46
Missing @param tag for allowTrackbacks in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 46
Missing @param tag for trackbacks in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 46
Missing Javadoc comment for method "getEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 66
Missing Javadoc comment for method "setEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 70
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 74
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 78
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 82
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 86
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 90
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 94
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 98
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 102
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 106
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 110
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 114
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 118
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 122
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 126
Missing Javadoc comment for method "getTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 130
Missing Javadoc comment for method "setTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 134
Missing Javadoc comment for method "getUrlTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 138
Missing Javadoc comment for method "setUrlTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 142
Missing Javadoc comment for method "getContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 146
Missing Javadoc comment for method "setContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 150
Missing Javadoc comment for method "getDisplayDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 154
Missing Javadoc comment for method "setDisplayDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 158
Missing Javadoc comment for method "getDraft" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 162
Missing Javadoc comment for method "setDraft" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 166
Missing Javadoc comment for method "getAllowTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 170
Missing Javadoc comment for method "setAllowTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 174
Missing Javadoc comment for method "getTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 178
Missing Javadoc comment for method "setTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 182
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 38
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 49
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 60
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 72
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 87
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 102
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 106
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 110
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 114
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 118
Missing Javadoc comment for method "findByTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 122
Missing Javadoc comment for method "findByUrlTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 126
Missing Javadoc comment for method "findByContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 130
Missing Javadoc comment for method "findByDraft" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 134
Missing Javadoc comment for method "findByAllowTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 138
Missing Javadoc comment for method "findByTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 142
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 146
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 158
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 171
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 182
Missing @param tag for statsUserId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 32
Missing @param tag for statsUserId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 37
Missing @param tag for groupId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 37
Missing @param tag for companyId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 37
Missing @param tag for userId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 38
Missing @param tag for entryCount in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 38
Missing @param tag for lastPostDate in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 38
Missing @param tag for ratingsTotalEntries in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 39
Missing @param tag for ratingsTotalScore in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 39
Missing @param tag for ratingsAverageScore in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 40
Missing Javadoc comment for method "getStatsUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 54
Missing Javadoc comment for method "setStatsUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 58
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 62
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 66
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 70
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 74
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 78
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 82
Missing Javadoc comment for method "getEntryCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 86
Missing Javadoc comment for method "setEntryCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 90
Missing Javadoc comment for method "getLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 94
Missing Javadoc comment for method "setLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 98
Missing Javadoc comment for method "getRatingsTotalEntries" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 102
Missing Javadoc comment for method "setRatingsTotalEntries" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 106
Missing Javadoc comment for method "getRatingsTotalScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 110
Missing Javadoc comment for method "setRatingsTotalScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 114
Missing Javadoc comment for method "getRatingsAverageScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 118
Missing Javadoc comment for method "setRatingsAverageScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 122
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 34
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 45
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 56
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 68
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 83
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 98
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 102
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 106
Missing Javadoc comment for method "findByEntryCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 110
Missing Javadoc comment for method "findByRatingsTotalEntries" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 114
Missing Javadoc comment for method "findByRatingsTotalScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 118
Missing Javadoc comment for method "findByRatingsAverageScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 122
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 126
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 138
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 151
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 162
Missing @param tag for entryId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 36
Missing @param tag for entryId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 41
Missing @param tag for uuid in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 41
Missing @param tag for groupId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 41
Missing @param tag for companyId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 42
Missing @param tag for userId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 42
Missing @param tag for createDate in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 42
Missing @param tag for modifiedDate in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 42
Missing @param tag for folderId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 43
Missing @param tag for name in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 43
Missing @param tag for url in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 43
Missing @param tag for comments in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 43
Missing @param tag for visits in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 44
Missing @param tag for priority in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 44
Missing Javadoc comment for method "getEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 62
Missing Javadoc comment for method "setEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 66
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 70
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 74
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 78
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 82
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 86
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 90
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 94
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 98
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 102
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 106
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 110
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 114
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 118
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 122
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 126
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 130
Missing Javadoc comment for method "getUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 134
Missing Javadoc comment for method "setUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 138
Missing Javadoc comment for method "getComments" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 142
Missing Javadoc comment for method "setComments" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 146
Missing Javadoc comment for method "getVisits" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 150
Missing Javadoc comment for method "setVisits" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 154
Missing Javadoc comment for method "getPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 158
Missing Javadoc comment for method "setPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 162
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 37
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 48
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 59
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 71
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 86
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 101
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 105
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 109
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 113
Missing Javadoc comment for method "findByFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 117
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 121
Missing Javadoc comment for method "findByUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 125
Missing Javadoc comment for method "findByComments" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 129
Missing Javadoc comment for method "findByVisits" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 133
Missing Javadoc comment for method "findByPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 137
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 141
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 153
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 166
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 177
Missing @param tag for folderId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 33
Missing @param tag for folderId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 38
Missing @param tag for uuid in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 38
Missing @param tag for groupId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 38
Missing @param tag for companyId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 39
Missing @param tag for userId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 39
Missing @param tag for createDate in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 39
Missing @param tag for modifiedDate in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 39
Missing @param tag for parentFolderId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 40
Missing @param tag for name in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 40
Missing @param tag for description in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 40
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 55
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 59
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 63
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 67
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 71
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 75
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 79
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 83
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 87
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 91
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 95
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 99
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 103
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 107
Missing Javadoc comment for method "getParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 111
Missing Javadoc comment for method "setParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 115
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 119
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 123
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 127
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 131
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 34
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 45
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 56
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 68
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 83
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 98
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 102
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 106
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 110
Missing Javadoc comment for method "findByParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 114
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 118
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 122
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 126
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 138
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 151
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 162
Missing @param tag for browserTrackerId in Browsertracker Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Browsertracker.java 24
Missing @param tag for browserTrackerId in Browsertracker Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Browsertracker.java 29
Missing @param tag for userId in Browsertracker Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Browsertracker.java 29
Missing @param tag for browserKey in Browsertracker Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Browsertracker.java 29
Missing Javadoc comment for method "getBrowserTrackerId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 37
Missing Javadoc comment for method "setBrowserTrackerId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 41
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 45
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 49
Missing Javadoc comment for method "getBrowserKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 53
Missing Javadoc comment for method "setBrowserKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 57
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 28
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 39
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 50
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 62
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 77
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 92
Missing Javadoc comment for method "findByBrowserKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 96
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 100
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 112
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 125
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 136
Missing @param tag for eventId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 45
Missing @param tag for eventId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 50
Missing @param tag for uuid in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 50
Missing @param tag for groupId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 50
Missing @param tag for companyId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 50
Missing @param tag for userId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 51
Missing @param tag for userName in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 51
Missing @param tag for createDate in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 51
Missing @param tag for modifiedDate in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 51
Missing @param tag for title in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 52
Missing @param tag for description in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 52
Missing @param tag for startDate in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 52
Missing @param tag for endDate in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 52
Missing @param tag for durationHour in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 53
Missing @param tag for durationMinute in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 53
Missing @param tag for allDay in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 53
Missing @param tag for timeZoneSensitive in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 54
Missing @param tag for type in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 54
Missing @param tag for repeating in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 54
Missing @param tag for recurrence in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 55
Missing @param tag for remindBy in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 55
Missing @param tag for firstReminder in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 55
Missing @param tag for secondReminder in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 56
Missing Javadoc comment for method "getEventId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 83
Missing Javadoc comment for method "setEventId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 87
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 91
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 95
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 99
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 103
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 107
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 111
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 115
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 119
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 123
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 127
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 131
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 135
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 139
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 143
Missing Javadoc comment for method "getTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 147
Missing Javadoc comment for method "setTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 151
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 155
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 159
Missing Javadoc comment for method "getStartDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 163
Missing Javadoc comment for method "setStartDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 167
Missing Javadoc comment for method "getEndDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 171
Missing Javadoc comment for method "setEndDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 175
Missing Javadoc comment for method "getDurationHour" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 179
Missing Javadoc comment for method "setDurationHour" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 183
Missing Javadoc comment for method "getDurationMinute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 187
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 44
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 55
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 66
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 78
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 93
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 108
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 112
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 116
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 120
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 124
Missing Javadoc comment for method "findByTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 128
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 132
Missing Javadoc comment for method "findByDurationHour" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 136
Missing Javadoc comment for method "findByDurationMinute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 140
Missing Javadoc comment for method "findByAllDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 144
Missing Javadoc comment for method "findByTimeZoneSensitive" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 148
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 152
Missing Javadoc comment for method "findByRepeating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 156
Missing Javadoc comment for method "findByRecurrence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 160
Missing Javadoc comment for method "findByRemindBy" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 164
Missing Javadoc comment for method "findByFirstReminder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 168
Missing Javadoc comment for method "findBySecondReminder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 172
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 176
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 188
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 200
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 211
Missing @param tag for userDetails in CharityBarometer Run the Javadoc Repair tool on this method to add the missing @param tag. Medium CharityBarometer.java 25
Missing @param tag for userDetails in CharityBarometer Run the Javadoc Repair tool on this method to add the missing @param tag. Medium CharityBarometer.java 30
Missing @param tag for current in CharityBarometer Run the Javadoc Repair tool on this method to add the missing @param tag. Medium CharityBarometer.java 30
Missing @param tag for target in CharityBarometer Run the Javadoc Repair tool on this method to add the missing @param tag. Medium CharityBarometer.java 31
Missing Javadoc comment for method "getBarometerId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometer.java 39
Missing Javadoc comment for method "setBarometerId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometer.java 43
Missing Javadoc comment for method "getUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometer.java 47
Missing Javadoc comment for method "setUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometer.java 51
Missing Javadoc comment for method "getCurrent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometer.java 55
Missing Javadoc comment for method "setCurrent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometer.java 59
Missing Javadoc comment for method "getTarget" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometer.java 63
Missing Javadoc comment for method "setTarget" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometer.java 67
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 28
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 39
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 50
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 62
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 77
Missing Javadoc comment for method "findByCurrent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 92
Missing Javadoc comment for method "findByTarget" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 96
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 100
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 112
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 125
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CharityBarometerDAO.java 136
Missing @param tag for entryId in ChatEntry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatEntry.java 26
Missing @param tag for entryId in ChatEntry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatEntry.java 31
Missing @param tag for createDate in ChatEntry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatEntry.java 31
Missing @param tag for fromUserId in ChatEntry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatEntry.java 31
Missing @param tag for toUserId in ChatEntry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatEntry.java 32
Missing @param tag for content in ChatEntry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatEntry.java 32
Missing Javadoc comment for method "getEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 42
Missing Javadoc comment for method "setEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 46
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 50
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 54
Missing Javadoc comment for method "getFromUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 58
Missing Javadoc comment for method "setFromUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 62
Missing Javadoc comment for method "getToUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 66
Missing Javadoc comment for method "setToUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 70
Missing Javadoc comment for method "getContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 74
Missing Javadoc comment for method "setContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntry.java 78
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 30
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 41
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 52
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 64
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 79
Missing Javadoc comment for method "findByCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 94
Missing Javadoc comment for method "findByFromUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 98
Missing Javadoc comment for method "findByToUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 102
Missing Javadoc comment for method "findByContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 106
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 110
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 122
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 134
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatEntryDAO.java 145
Missing @param tag for statusId in ChatStatus Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatStatus.java 29
Missing @param tag for statusId in ChatStatus Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatStatus.java 34
Missing @param tag for userId in ChatStatus Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatStatus.java 34
Missing @param tag for modifiedDate in ChatStatus Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatStatus.java 34
Missing @param tag for online in ChatStatus Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatStatus.java 35
Missing @param tag for awake in ChatStatus Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatStatus.java 35
Missing @param tag for activePanelId in ChatStatus Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatStatus.java 35
Missing @param tag for message in ChatStatus Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatStatus.java 35
Missing @param tag for playSound in ChatStatus Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ChatStatus.java 36
Missing Javadoc comment for method "getStatusId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 49
Missing Javadoc comment for method "setStatusId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 53
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 57
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 61
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 65
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 69
Missing Javadoc comment for method "getOnline" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 73
Missing Javadoc comment for method "setOnline" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 77
Missing Javadoc comment for method "getAwake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 81
Missing Javadoc comment for method "setAwake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 85
Missing Javadoc comment for method "getActivePanelId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 89
Missing Javadoc comment for method "setActivePanelId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 93
Missing Javadoc comment for method "getMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 97
Missing Javadoc comment for method "setMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 101
Missing Javadoc comment for method "getPlaySound" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 105
Missing Javadoc comment for method "setPlaySound" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatus.java 109
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 33
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 44
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 55
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 67
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 82
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 97
Missing Javadoc comment for method "findByModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 101
Missing Javadoc comment for method "findByOnline" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 105
Missing Javadoc comment for method "findByAwake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 109
Missing Javadoc comment for method "findByActivePanelId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 113
Missing Javadoc comment for method "findByMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 117
Missing Javadoc comment for method "findByPlaySound" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 121
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 125
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 137
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 150
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ChatStatusDAO.java 161
Missing @param tag for classNameId in Classname Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Classname.java 23
Missing @param tag for classNameId in Classname Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Classname.java 28
Missing @param tag for value in Classname Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Classname.java 28
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Classname.java 35
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Classname.java 39
Missing Javadoc comment for method "getValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Classname.java 43
Missing Javadoc comment for method "setValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Classname.java 47
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 76
Missing Javadoc comment for method "findByValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 91
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 95
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 107
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 119
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClassnameDAO.java 130
Missing @param tag for companyId in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 30
Missing @param tag for companyId in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 35
Missing @param tag for accountId in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 35
Missing @param tag for webId in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 35
Missing @param tag for key in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 35
Missing @param tag for virtualHost in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 36
Missing @param tag for mx in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 36
Missing @param tag for homeUrl in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 36
Missing @param tag for logoId in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 36
Missing @param tag for system in Company Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Company.java 37
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 51
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 55
Missing Javadoc comment for method "getAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 59
Missing Javadoc comment for method "setAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 63
Missing Javadoc comment for method "getWebId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 67
Missing Javadoc comment for method "setWebId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 71
Missing Javadoc comment for method "getKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 75
Missing Javadoc comment for method "setKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 79
Missing Javadoc comment for method "getVirtualHost" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 83
Missing Javadoc comment for method "setVirtualHost" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 87
Missing Javadoc comment for method "getMx" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 91
Missing Javadoc comment for method "setMx" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 95
Missing Javadoc comment for method "getHomeUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 99
Missing Javadoc comment for method "setHomeUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 103
Missing Javadoc comment for method "getLogoId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 107
Missing Javadoc comment for method "setLogoId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 111
Missing Javadoc comment for method "getSystem" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 115
Missing Javadoc comment for method "setSystem" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Company.java 119
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 34
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 45
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 56
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 68
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 83
Missing Javadoc comment for method "findByAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 98
Missing Javadoc comment for method "findByWebId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 102
Missing Javadoc comment for method "findByKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 106
Missing Javadoc comment for method "findByVirtualHost" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 110
Missing Javadoc comment for method "findByMx" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 114
Missing Javadoc comment for method "findByHomeUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 118
Missing Javadoc comment for method "findByLogoId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 122
Missing Javadoc comment for method "findBySystem" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 126
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 130
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 142
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 154
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CompanyDAO.java 165
Missing @param tag for contactId in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 53
Missing @param tag for contactId in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 58
Missing @param tag for companyId in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 58
Missing @param tag for userId in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 58
Missing @param tag for userName in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 59
Missing @param tag for createDate in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 59
Missing @param tag for modifiedDate in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 59
Missing @param tag for accountId in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 60
Missing @param tag for parentContactId in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 60
Missing @param tag for firstName in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 60
Missing @param tag for middleName in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 61
Missing @param tag for lastName in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 61
Missing @param tag for prefixId in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 61
Missing @param tag for suffixId in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 62
Missing @param tag for male in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 62
Missing @param tag for birthday in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 62
Missing @param tag for smsSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 62
Missing @param tag for aimSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 63
Missing @param tag for facebookSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 63
Missing @param tag for icqSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 63
Missing @param tag for jabberSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 63
Missing @param tag for msnSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 64
Missing @param tag for mySpaceSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 64
Missing @param tag for skypeSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 64
Missing @param tag for twitterSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 64
Missing @param tag for ymSn in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 65
Missing @param tag for employeeStatusId in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 65
Missing @param tag for employeeNumber in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 65
Missing @param tag for jobTitle in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 66
Missing @param tag for jobClass in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 66
Missing @param tag for hoursOfOperation in Contact Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Contact.java 66
Missing Javadoc comment for method "getContactId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 101
Missing Javadoc comment for method "setContactId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 105
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 109
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 113
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 117
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 121
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 125
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 129
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 133
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 137
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 141
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 145
Missing Javadoc comment for method "getAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 149
Missing Javadoc comment for method "setAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 153
Missing Javadoc comment for method "getParentContactId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 157
Missing Javadoc comment for method "setParentContactId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 161
Missing Javadoc comment for method "getFirstName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 165
Missing Javadoc comment for method "setFirstName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 169
Missing Javadoc comment for method "getMiddleName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Contact.java 173
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 53
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 64
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 75
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 87
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 102
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 117
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 121
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 125
Missing Javadoc comment for method "findByAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 129
Missing Javadoc comment for method "findByParentContactId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 133
Missing Javadoc comment for method "findByFirstName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 137
Missing Javadoc comment for method "findByMiddleName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 141
Missing Javadoc comment for method "findByLastName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 145
Missing Javadoc comment for method "findByPrefixId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 149
Missing Javadoc comment for method "findBySuffixId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 153
Missing Javadoc comment for method "findByMale" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 157
Missing Javadoc comment for method "findBySmsSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 161
Missing Javadoc comment for method "findByAimSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 165
Missing Javadoc comment for method "findByFacebookSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 169
Missing Javadoc comment for method "findByIcqSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 173
Missing Javadoc comment for method "findByJabberSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 177
Missing Javadoc comment for method "findByMsnSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 181
Missing Javadoc comment for method "findByMySpaceSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 185
Missing Javadoc comment for method "findBySkypeSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 189
Missing Javadoc comment for method "findByTwitterSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 193
Missing Javadoc comment for method "findByYmSn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 197
Missing Javadoc comment for method "findByEmployeeStatusId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 201
Missing Javadoc comment for method "findByEmployeeNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 205
Missing Javadoc comment for method "findByJobTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 209
Missing Javadoc comment for method "findByJobClass" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 213
Missing Javadoc comment for method "findByHoursOfOperation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 217
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 221
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 233
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 245
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ContactDAO.java 256
Missing @param tag for name in Counter Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Counter.java 23
Missing @param tag for name in Counter Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Counter.java 28
Missing @param tag for currentId in Counter Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Counter.java 28
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Counter.java 35
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Counter.java 39
Missing Javadoc comment for method "getCurrentId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Counter.java 43
Missing Javadoc comment for method "setCurrentId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Counter.java 47
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 76
Missing Javadoc comment for method "findByCurrentId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 91
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 95
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 107
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 119
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CounterDAO.java 130
Missing @param tag for countryId in Country Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Country.java 28
Missing @param tag for countryId in Country Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Country.java 33
Missing @param tag for name in Country Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Country.java 33
Missing @param tag for a2 in Country Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Country.java 33
Missing @param tag for a3 in Country Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Country.java 33
Missing @param tag for number in Country Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Country.java 34
Missing @param tag for idd in Country Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Country.java 34
Missing @param tag for active in Country Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Country.java 34
Missing Javadoc comment for method "getCountryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 46
Missing Javadoc comment for method "setCountryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 50
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 54
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 58
Missing Javadoc comment for method "getA2" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 62
Missing Javadoc comment for method "setA2" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 66
Missing Javadoc comment for method "getA3" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 70
Missing Javadoc comment for method "setA3" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 74
Missing Javadoc comment for method "getNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 78
Missing Javadoc comment for method "setNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 82
Missing Javadoc comment for method "getIdd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 86
Missing Javadoc comment for method "setIdd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 90
Missing Javadoc comment for method "getActive" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 94
Missing Javadoc comment for method "setActive" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Country.java 98
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 32
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 43
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 54
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 66
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 81
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 96
Missing Javadoc comment for method "findByA2" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 100
Missing Javadoc comment for method "findByA3" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 104
Missing Javadoc comment for method "findByNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 108
Missing Javadoc comment for method "findByIdd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 112
Missing Javadoc comment for method "findByActive" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 116
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 120
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 132
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 144
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CountryDAO.java 155
Missing @param tag for userId in Cyrususer Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Cyrususer.java 23
Missing @param tag for password in Cyrususer Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Cyrususer.java 23
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Cyrususer.java 30
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Cyrususer.java 34
Missing Javadoc comment for method "getPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Cyrususer.java 38
Missing Javadoc comment for method "setPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Cyrususer.java 42
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 76
Missing Javadoc comment for method "findByPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 91
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 95
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 107
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 119
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrususerDAO.java 130
Missing @param tag for emailAddress in Cyrusvirtual Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Cyrusvirtual.java 23
Missing @param tag for userId in Cyrusvirtual Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Cyrusvirtual.java 23
Missing Javadoc comment for method "getEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Cyrusvirtual.java 30
Missing Javadoc comment for method "setEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Cyrusvirtual.java 34
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Cyrusvirtual.java 38
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Cyrusvirtual.java 42
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 76
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 91
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 95
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 107
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 120
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CyrusvirtualDAO.java 131
Missing Javadoc comment for method "getWorkStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 29
Missing Javadoc comment for method "setWorkStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 33
Missing Javadoc comment for method "getInuseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 37
Missing Javadoc comment for method "setInuseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 41
Missing Javadoc comment for method "getEnableStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 45
Missing Javadoc comment for method "setEnableStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 49
Missing @param tag for imeiNumber in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 62
Missing @param tag for lastPacketReceivedTime in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 62
Missing @param tag for lastKnownIp in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 63
Missing @param tag for firmwareVersion in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 63
Missing @param tag for mobileNumber in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 63
Missing @param tag for imeiNumber in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 72
Missing @param tag for lastPacketReceivedTime in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 72
Missing @param tag for lastKnownIp in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 73
Missing @param tag for firmwareVersion in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 73
Missing @param tag for mobileNumber in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 73
Missing @param tag for vehicleDetailses in Device Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Device.java 74
Missing Javadoc comment for method "getDeviceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 88
Missing Javadoc comment for method "getAliasName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 92
Missing Javadoc comment for method "setAliasName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 96
Missing Javadoc comment for method "setDeviceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 100
Missing Javadoc comment for method "getImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 104
Missing Javadoc comment for method "setImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 108
Missing Javadoc comment for method "getLastPacketReceivedTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 112
Missing Javadoc comment for method "setLastPacketReceivedTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 116
Missing Javadoc comment for method "getLastKnownIp" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 120
Missing Javadoc comment for method "setLastKnownIp" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 124
Missing Javadoc comment for method "getFirmwareVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 128
Missing Javadoc comment for method "setFirmwareVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 132
Missing Javadoc comment for method "getMobileNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 136
Missing Javadoc comment for method "setMobileNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 140
Missing Javadoc comment for method "getVehicleDetailses" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 144
Missing Javadoc comment for method "setVehicleDetailses" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 148
Missing Javadoc comment for method "getOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 152
Missing Javadoc comment for method "setOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 156
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 33
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 44
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 55
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 67
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 82
Missing Javadoc comment for method "findByImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 97
Missing Javadoc comment for method "findByLastKnownIp" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 101
Missing Javadoc comment for method "findByFirmwareVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 105
Missing Javadoc comment for method "findByMobileNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 109
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 113
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 125
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 137
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceDAO.java 148
Missing @param tag for fileEntryId in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 41
Missing @param tag for fileEntryId in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 46
Missing @param tag for uuid in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 46
Missing @param tag for groupId in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 46
Missing @param tag for companyId in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 47
Missing @param tag for userId in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 47
Missing @param tag for userName in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 47
Missing @param tag for versionUserId in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 47
Missing @param tag for versionUserName in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 48
Missing @param tag for createDate in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 48
Missing @param tag for modifiedDate in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 48
Missing @param tag for folderId in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 49
Missing @param tag for name in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 49
Missing @param tag for title in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 49
Missing @param tag for description in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 49
Missing @param tag for version in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 50
Missing @param tag for size in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 50
Missing @param tag for readCount in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 50
Missing @param tag for extraSettings in Dlfileentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileentry.java 51
Missing Javadoc comment for method "getFileEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 74
Missing Javadoc comment for method "setFileEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 78
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 82
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 86
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 90
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 94
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 98
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 102
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 106
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 110
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 114
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 118
Missing Javadoc comment for method "getVersionUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 122
Missing Javadoc comment for method "setVersionUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 126
Missing Javadoc comment for method "getVersionUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 130
Missing Javadoc comment for method "setVersionUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 134
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 138
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 142
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 146
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 150
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 154
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 158
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 162
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 166
Missing Javadoc comment for method "getTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 170
Missing Javadoc comment for method "setTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 174
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 178
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 182
Missing Javadoc comment for method "getVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 186
Missing Javadoc comment for method "setVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 190
Missing Javadoc comment for method "getSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileentry.java 194
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 42
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 53
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 64
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 76
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 91
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 106
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 110
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 114
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 118
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 122
Missing Javadoc comment for method "findByVersionUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 126
Missing Javadoc comment for method "findByVersionUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 130
Missing Javadoc comment for method "findByFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 134
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 138
Missing Javadoc comment for method "findByTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 142
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 146
Missing Javadoc comment for method "findByVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 150
Missing Javadoc comment for method "findBySize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 154
Missing Javadoc comment for method "findByReadCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 158
Missing Javadoc comment for method "findByExtraSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 162
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 166
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 178
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 191
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileentryDAO.java 202
Missing @param tag for fileRankId in Dlfilerank Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfilerank.java 30
Missing @param tag for fileRankId in Dlfilerank Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfilerank.java 35
Missing @param tag for groupId in Dlfilerank Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfilerank.java 35
Missing @param tag for companyId in Dlfilerank Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfilerank.java 35
Missing @param tag for userId in Dlfilerank Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfilerank.java 36
Missing @param tag for createDate in Dlfilerank Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfilerank.java 36
Missing @param tag for folderId in Dlfilerank Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfilerank.java 36
Missing @param tag for name in Dlfilerank Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfilerank.java 36
Missing Javadoc comment for method "getFileRankId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 48
Missing Javadoc comment for method "setFileRankId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 52
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 56
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 60
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 64
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 68
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 72
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 76
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 80
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 84
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 88
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 92
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 96
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfilerank.java 100
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 32
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 43
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 54
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 66
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 81
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 96
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 100
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 104
Missing Javadoc comment for method "findByFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 108
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 112
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 116
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 128
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 141
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfilerankDAO.java 152
Missing @param tag for fileShortcutId in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 34
Missing @param tag for fileShortcutId in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 39
Missing @param tag for uuid in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 39
Missing @param tag for groupId in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 39
Missing @param tag for companyId in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 40
Missing @param tag for userId in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 40
Missing @param tag for userName in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 40
Missing @param tag for createDate in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 40
Missing @param tag for modifiedDate in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 41
Missing @param tag for folderId in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 41
Missing @param tag for toFolderId in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 41
Missing @param tag for toName in Dlfileshortcut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileshortcut.java 41
Missing Javadoc comment for method "getFileShortcutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 57
Missing Javadoc comment for method "setFileShortcutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 61
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 65
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 69
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 73
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 77
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 81
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 85
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 89
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 93
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 97
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 101
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 105
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 109
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 113
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 117
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 121
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 125
Missing Javadoc comment for method "getToFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 129
Missing Javadoc comment for method "setToFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 133
Missing Javadoc comment for method "getToName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 137
Missing Javadoc comment for method "setToName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileshortcut.java 141
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 35
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 46
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 57
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 69
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 84
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 99
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 103
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 107
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 111
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 115
Missing Javadoc comment for method "findByFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 119
Missing Javadoc comment for method "findByToFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 123
Missing Javadoc comment for method "findByToName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 127
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 131
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 143
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 156
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileshortcutDAO.java 167
Missing @param tag for fileVersionId in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 33
Missing @param tag for fileVersionId in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 38
Missing @param tag for groupId in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 38
Missing @param tag for companyId in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 38
Missing @param tag for userId in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 39
Missing @param tag for userName in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 39
Missing @param tag for createDate in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 39
Missing @param tag for folderId in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 39
Missing @param tag for name in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 40
Missing @param tag for version in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 40
Missing @param tag for size in Dlfileversion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfileversion.java 40
Missing Javadoc comment for method "getFileVersionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 55
Missing Javadoc comment for method "setFileVersionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 59
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 63
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 67
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 71
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 75
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 79
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 83
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 87
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 91
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 95
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 99
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 103
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 107
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 111
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 115
Missing Javadoc comment for method "getVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 119
Missing Javadoc comment for method "setVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 123
Missing Javadoc comment for method "getSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 127
Missing Javadoc comment for method "setSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfileversion.java 131
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 35
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 46
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 57
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 69
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 84
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 99
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 103
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 107
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 111
Missing Javadoc comment for method "findByFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 115
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 119
Missing Javadoc comment for method "findByVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 123
Missing Javadoc comment for method "findBySize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 127
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 131
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 143
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 156
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfileversionDAO.java 167
Missing @param tag for folderId in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 35
Missing @param tag for folderId in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 40
Missing @param tag for uuid in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 40
Missing @param tag for groupId in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 40
Missing @param tag for companyId in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 40
Missing @param tag for userId in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 41
Missing @param tag for userName in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 41
Missing @param tag for createDate in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 41
Missing @param tag for modifiedDate in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 41
Missing @param tag for parentFolderId in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 42
Missing @param tag for name in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 42
Missing @param tag for description in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 42
Missing @param tag for lastPostDate in Dlfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Dlfolder.java 43
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 60
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 64
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 68
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 72
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 76
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 80
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 84
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 88
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 92
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 96
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 100
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 104
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 108
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 112
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 116
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 120
Missing Javadoc comment for method "getParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 124
Missing Javadoc comment for method "setParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 128
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 132
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 136
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 140
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 144
Missing Javadoc comment for method "getLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 148
Missing Javadoc comment for method "setLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Dlfolder.java 152
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 35
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 46
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 57
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 69
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 84
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 99
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 103
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 107
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 111
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 115
Missing Javadoc comment for method "findByParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 119
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 123
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 127
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 131
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 143
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 155
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DlfolderDAO.java 166
Missing @param tag for emailAddressId in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 34
Missing @param tag for emailAddressId in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 39
Missing @param tag for companyId in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 39
Missing @param tag for userId in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 39
Missing @param tag for userName in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 40
Missing @param tag for createDate in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 40
Missing @param tag for modifiedDate in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 40
Missing @param tag for classNameId in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 41
Missing @param tag for classPk in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 41
Missing @param tag for address in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 41
Missing @param tag for typeId in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 41
Missing @param tag for primary in Emailaddress Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Emailaddress.java 42
Missing Javadoc comment for method "getEmailAddressId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 58
Missing Javadoc comment for method "setEmailAddressId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 62
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 66
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 70
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 74
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 78
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 82
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 86
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 90
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 94
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 98
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 102
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 106
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 110
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 114
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 118
Missing Javadoc comment for method "getAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 122
Missing Javadoc comment for method "setAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 126
Missing Javadoc comment for method "getTypeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 130
Missing Javadoc comment for method "setTypeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 134
Missing Javadoc comment for method "getPrimary" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 138
Missing Javadoc comment for method "setPrimary" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Emailaddress.java 142
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 35
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 46
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 57
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 69
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 84
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 99
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 103
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 107
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 111
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 115
Missing Javadoc comment for method "findByAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 119
Missing Javadoc comment for method "findByTypeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 123
Missing Javadoc comment for method "findByPrimary" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 127
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 131
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 143
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 156
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EmailaddressDAO.java 167
Missing Javadoc comment for method "getStartTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 24
Missing Javadoc comment for method "setStartTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 27
Missing Javadoc comment for method "getEndTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 30
Missing Javadoc comment for method "setEndTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 33
Missing Javadoc comment for method "getAlertid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 36
Missing Javadoc comment for method "setAlertid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 39
Missing Javadoc comment for method "getOrgid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 42
Missing Javadoc comment for method "setOrgid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 45
Missing Javadoc comment for method "getPhone" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 48
Missing Javadoc comment for method "setPhone" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 51
Missing Javadoc comment for method "getEvent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 54
Missing Javadoc comment for method "setEvent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 57
Missing Javadoc comment for method "getAlertTrip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 60
Missing Javadoc comment for method "setAlertTrip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 63
Missing Javadoc comment for method "getMode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 67
Missing Javadoc comment for method "setMode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotification.java 70
Missing Javadoc comment for method "getSendToList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium EventNotificationDAO.java 26
Missing @param tag for columnId in Expandocolumn Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandocolumn.java 28
Missing @param tag for columnId in Expandocolumn Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandocolumn.java 33
Missing @param tag for companyId in Expandocolumn Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandocolumn.java 33
Missing @param tag for tableId in Expandocolumn Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandocolumn.java 33
Missing @param tag for name in Expandocolumn Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandocolumn.java 34
Missing @param tag for type in Expandocolumn Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandocolumn.java 34
Missing @param tag for defaultData in Expandocolumn Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandocolumn.java 34
Missing @param tag for typeSettings in Expandocolumn Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandocolumn.java 34
Missing Javadoc comment for method "getColumnId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 46
Missing Javadoc comment for method "setColumnId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 50
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 54
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 58
Missing Javadoc comment for method "getTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 62
Missing Javadoc comment for method "setTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 66
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 70
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 74
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 78
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 82
Missing Javadoc comment for method "getDefaultData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 86
Missing Javadoc comment for method "setDefaultData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 90
Missing Javadoc comment for method "getTypeSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 94
Missing Javadoc comment for method "setTypeSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandocolumn.java 98
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 32
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 43
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 54
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 66
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 81
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 96
Missing Javadoc comment for method "findByTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 100
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 104
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 108
Missing Javadoc comment for method "findByDefaultData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 112
Missing Javadoc comment for method "findByTypeSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 116
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 120
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 132
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 145
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandocolumnDAO.java 156
Missing @param tag for rowId in Expandorow Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandorow.java 25
Missing @param tag for rowId in Expandorow Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandorow.java 30
Missing @param tag for companyId in Expandorow Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandorow.java 30
Missing @param tag for tableId in Expandorow Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandorow.java 30
Missing @param tag for classPk in Expandorow Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandorow.java 30
Missing Javadoc comment for method "getRowId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandorow.java 39
Missing Javadoc comment for method "setRowId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandorow.java 43
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandorow.java 47
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandorow.java 51
Missing Javadoc comment for method "getTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandorow.java 55
Missing Javadoc comment for method "setTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandorow.java 59
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandorow.java 63
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandorow.java 67
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 29
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 40
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 51
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 63
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 78
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 93
Missing Javadoc comment for method "findByTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 97
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 101
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 105
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 117
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 130
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandorowDAO.java 141
Missing @param tag for tableId in Expandotable Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandotable.java 25
Missing @param tag for tableId in Expandotable Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandotable.java 30
Missing @param tag for companyId in Expandotable Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandotable.java 30
Missing @param tag for classNameId in Expandotable Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandotable.java 30
Missing @param tag for name in Expandotable Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandotable.java 31
Missing Javadoc comment for method "getTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandotable.java 40
Missing Javadoc comment for method "setTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandotable.java 44
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandotable.java 48
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandotable.java 52
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandotable.java 56
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandotable.java 60
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandotable.java 64
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandotable.java 68
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 29
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 40
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 51
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 63
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 78
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 93
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 97
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 101
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 105
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 117
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 130
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandotableDAO.java 141
Missing @param tag for valueId in Expandovalue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandovalue.java 29
Missing @param tag for valueId in Expandovalue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandovalue.java 34
Missing @param tag for companyId in Expandovalue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandovalue.java 34
Missing @param tag for tableId in Expandovalue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandovalue.java 34
Missing @param tag for columnId in Expandovalue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandovalue.java 35
Missing @param tag for rowId in Expandovalue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandovalue.java 35
Missing @param tag for classNameId in Expandovalue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandovalue.java 35
Missing @param tag for classPk in Expandovalue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandovalue.java 35
Missing @param tag for data in Expandovalue Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Expandovalue.java 36
Missing Javadoc comment for method "getValueId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 49
Missing Javadoc comment for method "setValueId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 53
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 57
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 61
Missing Javadoc comment for method "getTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 65
Missing Javadoc comment for method "setTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 69
Missing Javadoc comment for method "getColumnId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 73
Missing Javadoc comment for method "setColumnId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 77
Missing Javadoc comment for method "getRowId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 81
Missing Javadoc comment for method "setRowId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 85
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 89
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 93
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 97
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 101
Missing Javadoc comment for method "getData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 105
Missing Javadoc comment for method "setData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Expandovalue.java 109
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 33
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 44
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 55
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 67
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 82
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 97
Missing Javadoc comment for method "findByTableId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 101
Missing Javadoc comment for method "findByColumnId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 105
Missing Javadoc comment for method "findByRowId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 109
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 113
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 117
Missing Javadoc comment for method "findByData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 121
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 125
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 137
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 150
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpandovalueDAO.java 161
Missing @param tag for userDetails in Feedback Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Feedback.java 31
Missing @param tag for tripDetails in Feedback Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Feedback.java 31
Missing @param tag for userDetails in Feedback Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Feedback.java 37
Missing @param tag for tripDetails in Feedback Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Feedback.java 37
Missing @param tag for date in Feedback Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Feedback.java 38
Missing @param tag for driveRating in Feedback Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Feedback.java 38
Missing @param tag for tripRating in Feedback Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Feedback.java 38
Missing @param tag for carRating in Feedback Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Feedback.java 38
Missing @param tag for comment in Feedback Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Feedback.java 39
Missing Javadoc comment for method "getFeedbackid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 51
Missing Javadoc comment for method "setFeedbackid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 55
Missing Javadoc comment for method "getUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 59
Missing Javadoc comment for method "setUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 63
Missing Javadoc comment for method "getTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 67
Missing Javadoc comment for method "setTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 71
Missing Javadoc comment for method "getDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 75
Missing Javadoc comment for method "setDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 79
Missing Javadoc comment for method "getDriveRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 83
Missing Javadoc comment for method "setDriveRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 87
Missing Javadoc comment for method "getTripRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 91
Missing Javadoc comment for method "setTripRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 95
Missing Javadoc comment for method "getCarRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 99
Missing Javadoc comment for method "setCarRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 103
Missing Javadoc comment for method "getComment" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 107
Missing Javadoc comment for method "setComment" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Feedback.java 111
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 31
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 42
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 53
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 65
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 80
Missing Javadoc comment for method "findByDriveRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 95
Missing Javadoc comment for method "findByTripRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 99
Missing Javadoc comment for method "findByCarRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 103
Missing Javadoc comment for method "findByComment" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 107
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 111
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 123
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 135
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FeedbackDAO.java 146
Extra @param tag for id in setHistoryId Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium FenceHistory.java 32
Missing @param tag for historyId in setHistoryId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FenceHistory.java 34
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistory.java 110
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistory.java 113
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 30
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 41
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 52
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 64
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 79
Missing Javadoc comment for method "findByMonSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 94
Missing Javadoc comment for method "findByEvenSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 98
Missing Javadoc comment for method "findBySession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 102
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 106
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 118
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 131
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceHistoryDAO.java 142
Missing Javadoc comment for method "getTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReport.java 16
Missing Javadoc comment for method "setTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReport.java 19
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 43
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 54
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 65
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 77
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 92
Missing Javadoc comment for method "findByDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 107
Missing Javadoc comment for method "findByGeofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 111
Missing Javadoc comment for method "findByVehicle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 115
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 119
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 131
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 144
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 155
Missing Javadoc comment for method "addEntry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 167
Missing Javadoc comment for method "updateEntry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 199
Missing Javadoc comment for method "getLastEntry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 267
Missing Javadoc comment for method "getAllFenceInfo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 302
Missing Javadoc comment for method "getLastFence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceReportDAO.java 318
Missing @param tag for id in FrequentTravellerDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FrequentTravellerDetails.java 22
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetails.java 28
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetails.java 32
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsDAO.java 29
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsDAO.java 40
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsDAO.java 51
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsDAO.java 64
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsDAO.java 79
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsDAO.java 94
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsDAO.java 106
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsDAO.java 120
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsDAO.java 131
Missing @param tag for tripTravelerDetails in FrequentTravellerDetailsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FrequentTravellerDetailsId.java 23
Missing @param tag for day in FrequentTravellerDetailsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FrequentTravellerDetailsId.java 24
Missing Javadoc comment for method "getTripTravelerDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsId.java 31
Missing Javadoc comment for method "setTripTravelerDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsId.java 35
Missing Javadoc comment for method "getDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsId.java 39
Missing Javadoc comment for method "setDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsId.java 43
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsId.java 47
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTravellerDetailsId.java 66
Missing @param tag for id in FrequentTripDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FrequentTripDetails.java 23
Missing @param tag for id in FrequentTripDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FrequentTripDetails.java 29
Missing @param tag for time in FrequentTripDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FrequentTripDetails.java 29
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetails.java 36
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetails.java 40
Missing Javadoc comment for method "getTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetails.java 44
Missing Javadoc comment for method "setTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetails.java 48
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 28
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 39
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 50
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 63
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 78
Missing Javadoc comment for method "findByTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 93
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 97
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 109
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 122
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsDAO.java 133
Missing @param tag for tripDetails in FrequentTripDetailsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FrequentTripDetailsId.java 23
Missing @param tag for day in FrequentTripDetailsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FrequentTripDetailsId.java 23
Missing Javadoc comment for method "getTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsId.java 30
Missing Javadoc comment for method "setTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsId.java 34
Missing Javadoc comment for method "getDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsId.java 38
Missing Javadoc comment for method "setDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsId.java 42
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsId.java 46
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDetailsId.java 64
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelCalibrationDAO.java 26
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelCalibrationDAO.java 37
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelCalibrationDAO.java 48
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelCalibrationDAO.java 66
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelCalibrationDAO.java 81
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelCalibrationDAO.java 96
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelCalibrationDAO.java 108
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelCalibrationDAO.java 121
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelCalibrationDAO.java 132
Missing Javadoc comment for method "Geofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 44
Missing @param tag for tripDetails in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 51
Missing @param tag for userid in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 51
Missing @param tag for geofenceId in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 51
Missing @param tag for geoName in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 52
Missing @param tag for address in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 52
Missing @param tag for countryCode in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 52
Missing @param tag for geoLatitude in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 53
Missing @param tag for geoLongitude in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 53
Missing @param tag for radius in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 53
Missing @param tag for insertOrder in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 54
Missing @param tag for fenceHistories in Geofence Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Geofence.java 54
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 70
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 74
Missing Javadoc comment for method "getTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 78
Missing Javadoc comment for method "setTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 82
Missing Javadoc comment for method "getUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 86
Missing Javadoc comment for method "setUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 90
Missing Javadoc comment for method "getGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 94
Missing Javadoc comment for method "setGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 98
Missing Javadoc comment for method "getGeoName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 102
Missing Javadoc comment for method "setGeoName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 106
Missing Javadoc comment for method "getAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 110
Missing Javadoc comment for method "setAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 114
Missing Javadoc comment for method "getCountryCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 118
Missing Javadoc comment for method "setCountryCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 122
Missing Javadoc comment for method "getGeoLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 126
Missing Javadoc comment for method "setGeoLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 130
Missing Javadoc comment for method "getGeoLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 134
Missing Javadoc comment for method "setGeoLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 138
Missing Javadoc comment for method "getRadius" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 142
Missing Javadoc comment for method "setRadius" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 146
Missing Javadoc comment for method "getInsertOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 150
Missing Javadoc comment for method "setInsertOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 154
Missing Javadoc comment for method "getLandmark" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 158
Missing Javadoc comment for method "setLandmark" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 163
Missing Javadoc comment for method "getFenceHistories" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 166
Missing Javadoc comment for method "setFenceHistories" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 170
Missing Javadoc comment for method "getSeqFenceAM" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 173
Missing Javadoc comment for method "setSeqFenceAM" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 176
Missing Javadoc comment for method "getSeqFencePM" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 179
Missing Javadoc comment for method "setSeqFencePM" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 182
Missing Javadoc comment for method "getStopTimeAM" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 185
Missing Javadoc comment for method "setStopTimeAM" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 188
Missing Javadoc comment for method "getStopTimePM" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 191
Missing Javadoc comment for method "setStopTimePM" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Geofence.java 194
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 44
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 55
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 66
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 83
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 98
Missing Javadoc comment for method "findByUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 113
Missing Javadoc comment for method "findByGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 117
Missing Javadoc comment for method "findByGeoName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 121
Missing Javadoc comment for method "findByAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 125
Missing Javadoc comment for method "findByCountryCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 129
Missing Javadoc comment for method "findByGeoLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 133
Missing Javadoc comment for method "findByGeoLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 137
Missing Javadoc comment for method "findByRadius" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 141
Missing Javadoc comment for method "findByInsertOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 145
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 149
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 161
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 173
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceDAO.java 184
Missing Javadoc comment for method "getInFenceTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 31
Missing Javadoc comment for method "setInFenceTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 34
Missing Javadoc comment for method "GeovehicleMap" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 42
Missing @param tag for vehicleDetails in GeovehicleMap Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeovehicleMap.java 49
Missing @param tag for geofenceId in GeovehicleMap Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeovehicleMap.java 49
Missing @param tag for vehicleDetails in GeovehicleMap Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeovehicleMap.java 55
Missing @param tag for geofenceId in GeovehicleMap Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeovehicleMap.java 55
Missing @param tag for notifications in GeovehicleMap Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeovehicleMap.java 56
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 64
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 68
Missing Javadoc comment for method "getVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 72
Missing Javadoc comment for method "setVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 76
Missing Javadoc comment for method "getGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 80
Missing Javadoc comment for method "setGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 84
Missing Javadoc comment for method "getNotifications" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 88
Missing Javadoc comment for method "setNotifications" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMap.java 92
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 45
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 64
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 75
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 87
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 102
Missing Javadoc comment for method "findByOrgId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 117
Missing Javadoc comment for method "findByGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 131
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 135
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 147
Missing Javadoc comment for method "findInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 160
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 182
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 193
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeovehicleMapDAO.java 203
Missing Javadoc comment for method "GoogleReqCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 17
Missing Javadoc comment for method "GoogleReqCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 20
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 27
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 31
Missing Javadoc comment for method "getOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 35
Missing Javadoc comment for method "setOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 39
Missing Javadoc comment for method "getRequestTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 43
Missing Javadoc comment for method "setRequestTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 47
Missing Javadoc comment for method "getCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 51
Missing Javadoc comment for method "setCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GoogleReqCount.java 55
Missing @param tag for groupId in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 34
Missing @param tag for groupId in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 39
Missing @param tag for companyId in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 39
Missing @param tag for creatorUserId in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 39
Missing @param tag for classNameId in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 40
Missing @param tag for classPk in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 40
Missing @param tag for parentGroupId in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 40
Missing @param tag for liveGroupId in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 41
Missing @param tag for name in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 41
Missing @param tag for description in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 41
Missing @param tag for type in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 41
Missing @param tag for typeSettings in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 42
Missing @param tag for friendlyUrl in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 42
Missing @param tag for active in Group Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Group.java 42
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 60
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 64
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 68
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 72
Missing Javadoc comment for method "getCreatorUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 76
Missing Javadoc comment for method "setCreatorUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 80
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 84
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 88
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 92
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 96
Missing Javadoc comment for method "getParentGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 100
Missing Javadoc comment for method "setParentGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 104
Missing Javadoc comment for method "getLiveGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 108
Missing Javadoc comment for method "setLiveGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 112
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 116
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 120
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 124
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 128
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 132
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 136
Missing Javadoc comment for method "getTypeSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 140
Missing Javadoc comment for method "setTypeSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 144
Missing Javadoc comment for method "getFriendlyUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 148
Missing Javadoc comment for method "setFriendlyUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 152
Missing Javadoc comment for method "getActive" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 156
Missing Javadoc comment for method "setActive" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Group.java 160
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 38
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 49
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 60
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 72
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 87
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 102
Missing Javadoc comment for method "findByCreatorUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 106
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 110
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 114
Missing Javadoc comment for method "findByParentGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 118
Missing Javadoc comment for method "findByLiveGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 122
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 126
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 130
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 134
Missing Javadoc comment for method "findByTypeSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 138
Missing Javadoc comment for method "findByFriendlyUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 142
Missing Javadoc comment for method "findByActive" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 146
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 150
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 162
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 174
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupDAO.java 185
Missing @param tag for id in GroupsOrgs Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsOrgs.java 22
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgs.java 28
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgs.java 32
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsDAO.java 76
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsDAO.java 91
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsDAO.java 103
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsDAO.java 116
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsDAO.java 127
Missing @param tag for groupId in GroupsOrgsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsOrgsId.java 23
Missing @param tag for organizationId in GroupsOrgsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsOrgsId.java 23
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsId.java 30
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsId.java 34
Missing Javadoc comment for method "getOrganizationId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsId.java 38
Missing Javadoc comment for method "setOrganizationId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsId.java 42
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsId.java 46
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsOrgsId.java 66
Missing @param tag for id in GroupsPermissions Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsPermissions.java 22
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissions.java 28
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissions.java 32
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsDAO.java 28
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsDAO.java 39
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsDAO.java 50
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsDAO.java 62
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsDAO.java 77
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsDAO.java 92
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsDAO.java 104
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsDAO.java 117
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsDAO.java 128
Missing @param tag for groupId in GroupsPermissionsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsPermissionsId.java 23
Missing @param tag for permissionId in GroupsPermissionsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsPermissionsId.java 23
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsId.java 30
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsId.java 34
Missing Javadoc comment for method "getPermissionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsId.java 38
Missing Javadoc comment for method "setPermissionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsId.java 42
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsId.java 46
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsPermissionsId.java 65
Missing @param tag for id in GroupsRoles Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsRoles.java 22
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRoles.java 28
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRoles.java 32
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesDAO.java 76
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesDAO.java 91
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesDAO.java 103
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesDAO.java 116
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesDAO.java 127
Missing @param tag for groupId in GroupsRolesId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsRolesId.java 23
Missing @param tag for roleId in GroupsRolesId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsRolesId.java 23
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesId.java 30
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesId.java 34
Missing Javadoc comment for method "getRoleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesId.java 38
Missing Javadoc comment for method "setRoleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesId.java 42
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesId.java 46
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsRolesId.java 65
Missing @param tag for id in GroupsUsergroups Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsUsergroups.java 22
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroups.java 28
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroups.java 32
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsDAO.java 76
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsDAO.java 91
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsDAO.java 103
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsDAO.java 116
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsDAO.java 127
Missing @param tag for groupId in GroupsUsergroupsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsUsergroupsId.java 23
Missing @param tag for userGroupId in GroupsUsergroupsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GroupsUsergroupsId.java 23
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsId.java 30
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsId.java 34
Missing Javadoc comment for method "getUserGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsId.java 38
Missing Javadoc comment for method "setUserGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsId.java 42
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsId.java 46
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GroupsUsergroupsId.java 65
Missing Javadoc comment for method "HibernateSessionFactory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HibernateSessionFactory.java 54
Missing @return tag for getSessionFactory Run the Javadoc Repair tool on this method to add the missing @return tag. Medium HibernateSessionFactory.java 142
Missing @param tag for configFile in setConfigFile Run the Javadoc Repair tool on this method to add the missing @param tag. Medium HibernateSessionFactory.java 152
Missing @return tag for getConfiguration Run the Javadoc Repair tool on this method to add the missing @return tag. Medium HibernateSessionFactory.java 160
Missing Javadoc comment for method "Holidays" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Holidays.java 21
Missing Javadoc comment for method "getH_id" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Holidays.java 31
Missing Javadoc comment for method "setH_id" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Holidays.java 34
Missing Javadoc comment for method "getHoliday" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Holidays.java 37
Missing Javadoc comment for method "setHoliday" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Holidays.java 40
Missing Javadoc comment for method "getDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Holidays.java 43
Missing Javadoc comment for method "setDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Holidays.java 46
Missing Javadoc comment for method "getOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Holidays.java 49
Missing Javadoc comment for method "setOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Holidays.java 52
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidaysDAO.java 22
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidaysDAO.java 33
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidaysDAO.java 44
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidaysDAO.java 57
Missing Javadoc comment for method "findByHId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidaysDAO.java 72
Missing Javadoc comment for method "findByOrganizationId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidaysDAO.java 76
Missing Javadoc comment for method "listHolidays" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidaysDAO.java 80
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidaysDAO.java 94
Missing Javadoc comment for method "getSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IBaseHibernateDAO.java 12
Missing @param tag for folderId in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 33
Missing @param tag for folderId in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 38
Missing @param tag for uuid in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 38
Missing @param tag for groupId in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 38
Missing @param tag for companyId in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 38
Missing @param tag for userId in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 39
Missing @param tag for createDate in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 39
Missing @param tag for modifiedDate in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 39
Missing @param tag for parentFolderId in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 40
Missing @param tag for name in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 40
Missing @param tag for description in Igfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igfolder.java 40
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 55
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 59
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 63
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 67
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 71
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 75
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 79
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 83
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 87
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 91
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 95
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 99
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 103
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 107
Missing Javadoc comment for method "getParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 111
Missing Javadoc comment for method "setParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 115
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 119
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 123
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 127
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igfolder.java 131
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 34
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 45
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 56
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 68
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 83
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 98
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 102
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 106
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 110
Missing Javadoc comment for method "findByParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 114
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 118
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 122
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 126
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 138
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 150
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgfolderDAO.java 161
Missing @param tag for imageId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 37
Missing @param tag for imageId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 42
Missing @param tag for uuid in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 42
Missing @param tag for groupId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 42
Missing @param tag for companyId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 42
Missing @param tag for userId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 43
Missing @param tag for createDate in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 43
Missing @param tag for modifiedDate in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 43
Missing @param tag for folderId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 43
Missing @param tag for name in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 44
Missing @param tag for description in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 44
Missing @param tag for smallImageId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 44
Missing @param tag for largeImageId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 45
Missing @param tag for custom1imageId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 45
Missing @param tag for custom2imageId in Igimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Igimage.java 45
Missing Javadoc comment for method "getImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 64
Missing Javadoc comment for method "setImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 68
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 72
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 76
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 80
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 84
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 88
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 92
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 96
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 100
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 104
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 108
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 112
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 116
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 120
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 124
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 128
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 132
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 136
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 140
Missing Javadoc comment for method "getSmallImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 144
Missing Javadoc comment for method "setSmallImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 148
Missing Javadoc comment for method "getLargeImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 152
Missing Javadoc comment for method "setLargeImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 156
Missing Javadoc comment for method "getCustom1imageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 160
Missing Javadoc comment for method "setCustom1imageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 164
Missing Javadoc comment for method "getCustom2imageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 168
Missing Javadoc comment for method "setCustom2imageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Igimage.java 172
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 38
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 49
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 60
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 72
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 87
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 102
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 106
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 110
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 114
Missing Javadoc comment for method "findByFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 118
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 122
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 126
Missing Javadoc comment for method "findBySmallImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 130
Missing Javadoc comment for method "findByLargeImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 134
Missing Javadoc comment for method "findByCustom1imageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 138
Missing Javadoc comment for method "findByCustom2imageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 142
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 146
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 158
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 170
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IgimageDAO.java 181
Missing @param tag for imageId in Image Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Image.java 30
Missing @param tag for imageId in Image Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Image.java 35
Missing @param tag for modifiedDate in Image Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Image.java 35
Missing @param tag for text in Image Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Image.java 35
Missing @param tag for type in Image Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Image.java 35
Missing @param tag for height in Image Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Image.java 36
Missing @param tag for width in Image Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Image.java 36
Missing @param tag for size in Image Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Image.java 36
Missing Javadoc comment for method "getImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 48
Missing Javadoc comment for method "setImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 52
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 56
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 60
Missing Javadoc comment for method "getText" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 64
Missing Javadoc comment for method "setText" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 68
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 72
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 76
Missing Javadoc comment for method "getHeight" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 80
Missing Javadoc comment for method "setHeight" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 84
Missing Javadoc comment for method "getWidth" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 88
Missing Javadoc comment for method "setWidth" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 92
Missing Javadoc comment for method "getSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 96
Missing Javadoc comment for method "setSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Image.java 100
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 32
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 43
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 54
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 66
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 81
Missing Javadoc comment for method "findByText" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 96
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 100
Missing Javadoc comment for method "findByHeight" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 104
Missing Javadoc comment for method "findByWidth" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 108
Missing Javadoc comment for method "findBySize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 112
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 116
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 128
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 140
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ImageDAO.java 151
Missing @param tag for userDetails in Inbox Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Inbox.java 31
Missing @param tag for isread in Inbox Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Inbox.java 31
Missing @param tag for userDetails in Inbox Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Inbox.java 37
Missing @param tag for isread in Inbox Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Inbox.java 37
Missing @param tag for subject in Inbox Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Inbox.java 37
Missing @param tag for message in Inbox Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Inbox.java 38
Missing @param tag for sendingDate in Inbox Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Inbox.java 38
Missing @param tag for senderUserid in Inbox Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Inbox.java 38
Missing @param tag for tripid in Inbox Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Inbox.java 39
Missing Javadoc comment for method "getMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 51
Missing Javadoc comment for method "setMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 55
Missing Javadoc comment for method "getUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 59
Missing Javadoc comment for method "setUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 63
Missing Javadoc comment for method "getIsread" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 67
Missing Javadoc comment for method "setIsread" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 71
Missing Javadoc comment for method "getSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 75
Missing Javadoc comment for method "setSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 79
Missing Javadoc comment for method "getMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 83
Missing Javadoc comment for method "setMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 87
Missing Javadoc comment for method "getSendingDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 91
Missing Javadoc comment for method "setSendingDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 95
Missing Javadoc comment for method "getSenderUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 99
Missing Javadoc comment for method "setSenderUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 103
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 107
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Inbox.java 111
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 32
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 43
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 54
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 66
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 81
Missing Javadoc comment for method "findByIsread" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 96
Missing Javadoc comment for method "findBySubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 100
Missing Javadoc comment for method "findByMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 104
Missing Javadoc comment for method "findBySenderUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 108
Missing Javadoc comment for method "findByTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 112
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 116
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 128
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 140
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InboxDAO.java 151
Missing @param tag for id in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 53
Missing @param tag for id in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 58
Missing @param tag for uuid in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 58
Missing @param tag for resourcePrimKey in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 58
Missing @param tag for groupId in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 59
Missing @param tag for companyId in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 59
Missing @param tag for userId in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 59
Missing @param tag for userName in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 59
Missing @param tag for createDate in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 60
Missing @param tag for modifiedDate in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 60
Missing @param tag for articleId in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 60
Missing @param tag for version in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 61
Missing @param tag for title in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 61
Missing @param tag for urlTitle in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 61
Missing @param tag for description in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 61
Missing @param tag for content in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 62
Missing @param tag for type in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 62
Missing @param tag for structureId in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 62
Missing @param tag for templateId in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 62
Missing @param tag for displayDate in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 63
Missing @param tag for approved in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 63
Missing @param tag for approvedByUserId in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 63
Missing @param tag for approvedByUserName in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 64
Missing @param tag for approvedDate in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 64
Missing @param tag for expired in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 64
Missing @param tag for expirationDate in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 65
Missing @param tag for reviewDate in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 65
Missing @param tag for indexable in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 65
Missing @param tag for smallImage in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 66
Missing @param tag for smallImageId in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 66
Missing @param tag for smallImageUrl in Journalarticle Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticle.java 66
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 101
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 105
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 109
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 113
Missing Javadoc comment for method "getResourcePrimKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 117
Missing Javadoc comment for method "setResourcePrimKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 121
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 125
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 129
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 133
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 137
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 141
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 145
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 149
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 153
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 157
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 161
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 165
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 169
Missing Javadoc comment for method "getArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticle.java 173
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 50
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 61
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 72
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 84
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 99
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 114
Missing Javadoc comment for method "findByResourcePrimKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 118
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 122
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 126
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 130
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 134
Missing Javadoc comment for method "findByArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 138
Missing Javadoc comment for method "findByVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 142
Missing Javadoc comment for method "findByTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 146
Missing Javadoc comment for method "findByUrlTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 150
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 154
Missing Javadoc comment for method "findByContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 158
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 162
Missing Javadoc comment for method "findByStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 166
Missing Javadoc comment for method "findByTemplateId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 170
Missing Javadoc comment for method "findByApproved" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 174
Missing Javadoc comment for method "findByApprovedByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 178
Missing Javadoc comment for method "findByApprovedByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 182
Missing Javadoc comment for method "findByExpired" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 186
Missing Javadoc comment for method "findByIndexable" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 190
Missing Javadoc comment for method "findBySmallImage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 194
Missing Javadoc comment for method "findBySmallImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 198
Missing Javadoc comment for method "findBySmallImageUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 202
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 206
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 218
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 231
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleDAO.java 242
Missing @param tag for articleImageId in Journalarticleimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleimage.java 29
Missing @param tag for articleImageId in Journalarticleimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleimage.java 34
Missing @param tag for groupId in Journalarticleimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleimage.java 34
Missing @param tag for articleId in Journalarticleimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleimage.java 35
Missing @param tag for version in Journalarticleimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleimage.java 35
Missing @param tag for elInstanceId in Journalarticleimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleimage.java 35
Missing @param tag for elName in Journalarticleimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleimage.java 36
Missing @param tag for languageId in Journalarticleimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleimage.java 36
Missing @param tag for tempImage in Journalarticleimage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleimage.java 36
Missing Javadoc comment for method "getArticleImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 49
Missing Javadoc comment for method "setArticleImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 53
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 57
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 61
Missing Javadoc comment for method "getArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 65
Missing Javadoc comment for method "setArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 69
Missing Javadoc comment for method "getVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 73
Missing Javadoc comment for method "setVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 77
Missing Javadoc comment for method "getElInstanceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 81
Missing Javadoc comment for method "setElInstanceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 85
Missing Javadoc comment for method "getElName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 89
Missing Javadoc comment for method "setElName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 93
Missing Javadoc comment for method "getLanguageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 97
Missing Javadoc comment for method "setLanguageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 101
Missing Javadoc comment for method "getTempImage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 105
Missing Javadoc comment for method "setTempImage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleimage.java 109
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 34
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 45
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 56
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 68
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 83
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 98
Missing Javadoc comment for method "findByArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 102
Missing Javadoc comment for method "findByVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 106
Missing Javadoc comment for method "findByElInstanceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 110
Missing Javadoc comment for method "findByElName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 114
Missing Javadoc comment for method "findByLanguageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 118
Missing Javadoc comment for method "findByTempImage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 122
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 126
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 138
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 151
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleimageDAO.java 162
Missing @param tag for resourcePrimKey in Journalarticleresource Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleresource.java 24
Missing @param tag for resourcePrimKey in Journalarticleresource Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleresource.java 29
Missing @param tag for groupId in Journalarticleresource Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleresource.java 29
Missing @param tag for articleId in Journalarticleresource Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalarticleresource.java 30
Missing Javadoc comment for method "getResourcePrimKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleresource.java 38
Missing Javadoc comment for method "setResourcePrimKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleresource.java 42
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleresource.java 46
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleresource.java 50
Missing Javadoc comment for method "getArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleresource.java 54
Missing Javadoc comment for method "setArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalarticleresource.java 58
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 29
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 40
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 51
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 63
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 78
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 93
Missing Javadoc comment for method "findByArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 97
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 101
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 113
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 126
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalarticleresourceDAO.java 137
Missing @param tag for contentSearchId in Journalcontentsearch Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalcontentsearch.java 28
Missing @param tag for contentSearchId in Journalcontentsearch Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalcontentsearch.java 33
Missing @param tag for groupId in Journalcontentsearch Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalcontentsearch.java 33
Missing @param tag for companyId in Journalcontentsearch Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalcontentsearch.java 34
Missing @param tag for privateLayout in Journalcontentsearch Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalcontentsearch.java 34
Missing @param tag for layoutId in Journalcontentsearch Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalcontentsearch.java 34
Missing @param tag for portletId in Journalcontentsearch Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalcontentsearch.java 35
Missing @param tag for articleId in Journalcontentsearch Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalcontentsearch.java 35
Missing Javadoc comment for method "getContentSearchId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 47
Missing Javadoc comment for method "setContentSearchId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 51
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 55
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 59
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 63
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 67
Missing Javadoc comment for method "getPrivateLayout" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 71
Missing Javadoc comment for method "setPrivateLayout" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 75
Missing Javadoc comment for method "getLayoutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 79
Missing Javadoc comment for method "setLayoutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 83
Missing Javadoc comment for method "getPortletId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 87
Missing Javadoc comment for method "setPortletId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 91
Missing Javadoc comment for method "getArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 95
Missing Javadoc comment for method "setArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalcontentsearch.java 99
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 33
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 44
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 55
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 67
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 82
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 97
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 101
Missing Javadoc comment for method "findByPrivateLayout" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 105
Missing Javadoc comment for method "findByLayoutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 109
Missing Javadoc comment for method "findByPortletId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 113
Missing Javadoc comment for method "findByArticleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 117
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 121
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 133
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 146
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalcontentsearchDAO.java 157
Missing @param tag for id in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 46
Missing @param tag for id in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 51
Missing @param tag for uuid in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 51
Missing @param tag for groupId in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 51
Missing @param tag for companyId in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 51
Missing @param tag for userId in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 52
Missing @param tag for userName in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 52
Missing @param tag for createDate in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 52
Missing @param tag for modifiedDate in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 52
Missing @param tag for feedId in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 53
Missing @param tag for name in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 53
Missing @param tag for description in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 53
Missing @param tag for type in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 53
Missing @param tag for structureId in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 54
Missing @param tag for templateId in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 54
Missing @param tag for rendererTemplateId in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 54
Missing @param tag for delta in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 55
Missing @param tag for orderByCol in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 55
Missing @param tag for orderByType in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 55
Missing @param tag for targetLayoutFriendlyUrl in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 56
Missing @param tag for targetPortletId in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 56
Missing @param tag for contentField in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 57
Missing @param tag for feedType in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 57
Missing @param tag for feedVersion in Journalfeed Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalfeed.java 57
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 85
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 89
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 93
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 97
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 101
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 105
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 109
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 113
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 117
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 121
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 125
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 129
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 133
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 137
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 141
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 145
Missing Javadoc comment for method "getFeedId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 149
Missing Javadoc comment for method "setFeedId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 153
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 157
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 161
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 165
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 169
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 173
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 177
Missing Javadoc comment for method "getStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 181
Missing Javadoc comment for method "setStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalfeed.java 185
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 47
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 58
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 69
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 81
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 96
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 111
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 115
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 119
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 123
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 127
Missing Javadoc comment for method "findByFeedId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 131
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 135
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 139
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 143
Missing Javadoc comment for method "findByStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 147
Missing Javadoc comment for method "findByTemplateId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 151
Missing Javadoc comment for method "findByRendererTemplateId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 155
Missing Javadoc comment for method "findByDelta" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 159
Missing Javadoc comment for method "findByOrderByCol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 163
Missing Javadoc comment for method "findByOrderByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 167
Missing Javadoc comment for method "findByTargetLayoutFriendlyUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 171
Missing Javadoc comment for method "findByTargetPortletId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 176
Missing Javadoc comment for method "findByContentField" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 180
Missing Javadoc comment for method "findByFeedType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 184
Missing Javadoc comment for method "findByFeedVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 188
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 192
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 204
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 217
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalfeedDAO.java 228
Missing @param tag for id in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 36
Missing @param tag for id in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 41
Missing @param tag for uuid in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 41
Missing @param tag for groupId in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 41
Missing @param tag for companyId in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 41
Missing @param tag for userId in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 42
Missing @param tag for userName in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 42
Missing @param tag for createDate in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 42
Missing @param tag for modifiedDate in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 42
Missing @param tag for structureId in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 43
Missing @param tag for parentStructureId in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 43
Missing @param tag for name in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 43
Missing @param tag for description in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 44
Missing @param tag for xsd in Journalstructure Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journalstructure.java 44
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 62
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 66
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 70
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 74
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 78
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 82
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 86
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 90
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 94
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 98
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 102
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 106
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 110
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 114
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 118
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 122
Missing Javadoc comment for method "getStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 126
Missing Javadoc comment for method "setStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 130
Missing Javadoc comment for method "getParentStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 134
Missing Javadoc comment for method "setParentStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 138
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 142
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 146
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 150
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 154
Missing Javadoc comment for method "getXsd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 158
Missing Javadoc comment for method "setXsd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journalstructure.java 162
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 37
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 48
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 59
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 71
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 86
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 101
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 105
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 109
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 113
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 117
Missing Javadoc comment for method "findByStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 121
Missing Javadoc comment for method "findByParentStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 125
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 129
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 133
Missing Javadoc comment for method "findByXsd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 137
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 141
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 153
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 166
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournalstructureDAO.java 177
Missing @param tag for id in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 41
Missing @param tag for id in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 46
Missing @param tag for uuid in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 46
Missing @param tag for groupId in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 46
Missing @param tag for companyId in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 46
Missing @param tag for userId in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 47
Missing @param tag for userName in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 47
Missing @param tag for createDate in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 47
Missing @param tag for modifiedDate in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 47
Missing @param tag for templateId in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 48
Missing @param tag for structureId in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 48
Missing @param tag for name in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 48
Missing @param tag for description in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 49
Missing @param tag for xsl in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 49
Missing @param tag for langType in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 49
Missing @param tag for cacheable in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 49
Missing @param tag for smallImage in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 50
Missing @param tag for smallImageId in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 50
Missing @param tag for smallImageUrl in Journaltemplate Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Journaltemplate.java 50
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 73
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 77
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 81
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 85
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 89
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 93
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 97
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 101
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 105
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 109
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 113
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 117
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 121
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 125
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 129
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 133
Missing Javadoc comment for method "getTemplateId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 137
Missing Javadoc comment for method "setTemplateId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 141
Missing Javadoc comment for method "getStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 145
Missing Javadoc comment for method "setStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 149
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 153
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 157
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 161
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 165
Missing Javadoc comment for method "getXsl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 169
Missing Javadoc comment for method "setXsl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 173
Missing Javadoc comment for method "getLangType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 177
Missing Javadoc comment for method "setLangType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 181
Missing Javadoc comment for method "getCacheable" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 185
Missing Javadoc comment for method "setCacheable" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 189
Missing Javadoc comment for method "getSmallImage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Journaltemplate.java 193
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 42
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 53
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 64
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 76
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 91
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 106
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 110
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 114
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 118
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 122
Missing Javadoc comment for method "findByTemplateId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 126
Missing Javadoc comment for method "findByStructureId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 130
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 134
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 138
Missing Javadoc comment for method "findByXsl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 142
Missing Javadoc comment for method "findByLangType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 146
Missing Javadoc comment for method "findByCacheable" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 150
Missing Javadoc comment for method "findBySmallImage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 154
Missing Javadoc comment for method "findBySmallImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 158
Missing Javadoc comment for method "findBySmallImageUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 162
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 166
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 178
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 191
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JournaltemplateDAO.java 202
Missing @param tag for plid in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 43
Missing @param tag for plid in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 48
Missing @param tag for groupId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 48
Missing @param tag for companyId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 48
Missing @param tag for privateLayout in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 48
Missing @param tag for layoutId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 49
Missing @param tag for parentLayoutId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 49
Missing @param tag for name in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 49
Missing @param tag for title in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 49
Missing @param tag for description in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 50
Missing @param tag for type in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 50
Missing @param tag for typeSettings in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 50
Missing @param tag for hidden in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 50
Missing @param tag for friendlyUrl in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 51
Missing @param tag for iconImage in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 51
Missing @param tag for iconImageId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 51
Missing @param tag for themeId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 52
Missing @param tag for colorSchemeId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 52
Missing @param tag for wapThemeId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 52
Missing @param tag for wapColorSchemeId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 53
Missing @param tag for css in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 53
Missing @param tag for priority in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 53
Missing @param tag for dlFolderId in Layout Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layout.java 54
Missing Javadoc comment for method "getPlid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 81
Missing Javadoc comment for method "setPlid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 85
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 89
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 93
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 97
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 101
Missing Javadoc comment for method "getPrivateLayout" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 105
Missing Javadoc comment for method "setPrivateLayout" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 109
Missing Javadoc comment for method "getLayoutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 113
Missing Javadoc comment for method "setLayoutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 117
Missing Javadoc comment for method "getParentLayoutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 121
Missing Javadoc comment for method "setParentLayoutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 125
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 129
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 133
Missing Javadoc comment for method "getTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 137
Missing Javadoc comment for method "setTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 141
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 145
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 149
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 153
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 157
Missing Javadoc comment for method "getTypeSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 161
Missing Javadoc comment for method "setTypeSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 165
Missing Javadoc comment for method "getHidden" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 169
Missing Javadoc comment for method "setHidden" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 173
Missing Javadoc comment for method "getFriendlyUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 177
Missing Javadoc comment for method "setFriendlyUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 181
Missing Javadoc comment for method "getIconImage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layout.java 185
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 47
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 58
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 69
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 81
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 96
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 111
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 115
Missing Javadoc comment for method "findByPrivateLayout" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 119
Missing Javadoc comment for method "findByLayoutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 123
Missing Javadoc comment for method "findByParentLayoutId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 127
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 131
Missing Javadoc comment for method "findByTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 135
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 139
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 143
Missing Javadoc comment for method "findByTypeSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 147
Missing Javadoc comment for method "findByHidden" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 151
Missing Javadoc comment for method "findByFriendlyUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 155
Missing Javadoc comment for method "findByIconImage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 159
Missing Javadoc comment for method "findByIconImageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 163
Missing Javadoc comment for method "findByThemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 167
Missing Javadoc comment for method "findByColorSchemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 171
Missing Javadoc comment for method "findByWapThemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 175
Missing Javadoc comment for method "findByWapColorSchemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 179
Missing Javadoc comment for method "findByCss" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 183
Missing Javadoc comment for method "findByPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 187
Missing Javadoc comment for method "findByDlFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 191
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 195
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 207
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 219
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutDAO.java 230
Missing @param tag for layoutSetId in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 34
Missing @param tag for layoutSetId in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 39
Missing @param tag for groupId in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 39
Missing @param tag for companyId in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 39
Missing @param tag for privateLayout in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 40
Missing @param tag for logo in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 40
Missing @param tag for logoId in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 40
Missing @param tag for themeId in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 40
Missing @param tag for colorSchemeId in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 41
Missing @param tag for wapThemeId in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 41
Missing @param tag for wapColorSchemeId in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 41
Missing @param tag for css in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 42
Missing @param tag for pageCount in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 42
Missing @param tag for virtualHost in Layoutset Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Layoutset.java 42
Missing Javadoc comment for method "getLayoutSetId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 60
Missing Javadoc comment for method "setLayoutSetId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 64
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 68
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 72
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 76
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 80
Missing Javadoc comment for method "getPrivateLayout" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 84
Missing Javadoc comment for method "setPrivateLayout" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 88
Missing Javadoc comment for method "getLogo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 92
Missing Javadoc comment for method "setLogo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 96
Missing Javadoc comment for method "getLogoId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 100
Missing Javadoc comment for method "setLogoId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 104
Missing Javadoc comment for method "getThemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 108
Missing Javadoc comment for method "setThemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 112
Missing Javadoc comment for method "getColorSchemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 116
Missing Javadoc comment for method "setColorSchemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 120
Missing Javadoc comment for method "getWapThemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 124
Missing Javadoc comment for method "setWapThemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 128
Missing Javadoc comment for method "getWapColorSchemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 132
Missing Javadoc comment for method "setWapColorSchemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 136
Missing Javadoc comment for method "getCss" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 140
Missing Javadoc comment for method "setCss" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 144
Missing Javadoc comment for method "getPageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 148
Missing Javadoc comment for method "setPageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 152
Missing Javadoc comment for method "getVirtualHost" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 156
Missing Javadoc comment for method "setVirtualHost" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Layoutset.java 160
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 38
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 49
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 60
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 72
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 87
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 102
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 106
Missing Javadoc comment for method "findByPrivateLayout" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 110
Missing Javadoc comment for method "findByLogo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 114
Missing Javadoc comment for method "findByLogoId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 118
Missing Javadoc comment for method "findByThemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 122
Missing Javadoc comment for method "findByColorSchemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 126
Missing Javadoc comment for method "findByWapThemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 130
Missing Javadoc comment for method "findByWapColorSchemeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 134
Missing Javadoc comment for method "findByCss" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 138
Missing Javadoc comment for method "findByPageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 142
Missing Javadoc comment for method "findByVirtualHost" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 146
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 150
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 162
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 174
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LayoutsetDAO.java 185
Missing @param tag for listTypeId in Listtype Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Listtype.java 24
Missing @param tag for listTypeId in Listtype Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Listtype.java 29
Missing @param tag for name in Listtype Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Listtype.java 29
Missing @param tag for type in Listtype Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Listtype.java 29
Missing Javadoc comment for method "getListTypeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Listtype.java 37
Missing Javadoc comment for method "setListTypeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Listtype.java 41
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Listtype.java 45
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Listtype.java 49
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Listtype.java 53
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Listtype.java 57
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 28
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 39
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 50
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 62
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 77
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 92
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 96
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 100
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 112
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 124
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ListtypeDAO.java 135
Missing Javadoc comment for method "getSenderReceiverMap" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LmuSenderMappingDAO.java 13
Missing Javadoc comment for method "getEsnNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LocationDAO.java 39
Missing Javadoc comment for method "getEsnNoFromVehicleid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LocationDAO.java 55
Missing Javadoc comment for method "getLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LocationDAO.java 72
Missing Javadoc comment for method "getTrips" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LocationDAO.java 123
Missing Javadoc comment for method "LoginCheck" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginDAO.java 23
Missing Javadoc comment for method "PhoneLoginCheck" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginDAO.java 51
Missing Javadoc comment for method "encryptSha" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginDAO.java 78
Missing @param tag for banId in Mbban Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbban.java 31
Missing @param tag for banId in Mbban Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbban.java 36
Missing @param tag for groupId in Mbban Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbban.java 36
Missing @param tag for companyId in Mbban Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbban.java 36
Missing @param tag for userId in Mbban Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbban.java 36
Missing @param tag for userName in Mbban Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbban.java 37
Missing @param tag for createDate in Mbban Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbban.java 37
Missing @param tag for modifiedDate in Mbban Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbban.java 37
Missing @param tag for banUserId in Mbban Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbban.java 37
Missing Javadoc comment for method "getBanId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 50
Missing Javadoc comment for method "setBanId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 54
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 58
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 62
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 66
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 70
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 74
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 78
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 82
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 86
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 90
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 94
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 98
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 102
Missing Javadoc comment for method "getBanUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 106
Missing Javadoc comment for method "setBanUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbban.java 110
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 32
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 43
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 54
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 66
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 81
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 96
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 100
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 104
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 108
Missing Javadoc comment for method "findByBanUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 112
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 116
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 128
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 140
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbbanDAO.java 151
Missing @param tag for categoryId in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 37
Missing @param tag for categoryId in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 42
Missing @param tag for uuid in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 42
Missing @param tag for groupId in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 42
Missing @param tag for companyId in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 43
Missing @param tag for userId in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 43
Missing @param tag for userName in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 43
Missing @param tag for createDate in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 43
Missing @param tag for modifiedDate in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 44
Missing @param tag for parentCategoryId in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 44
Missing @param tag for name in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 44
Missing @param tag for description in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 45
Missing @param tag for threadCount in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 45
Missing @param tag for messageCount in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 45
Missing @param tag for lastPostDate in Mbcategory Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbcategory.java 46
Missing Javadoc comment for method "getCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 65
Missing Javadoc comment for method "setCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 69
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 73
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 77
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 81
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 85
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 89
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 93
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 97
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 101
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 105
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 109
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 113
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 117
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 121
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 125
Missing Javadoc comment for method "getParentCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 129
Missing Javadoc comment for method "setParentCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 133
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 137
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 141
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 145
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 149
Missing Javadoc comment for method "getThreadCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 153
Missing Javadoc comment for method "setThreadCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 157
Missing Javadoc comment for method "getMessageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 161
Missing Javadoc comment for method "setMessageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 165
Missing Javadoc comment for method "getLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 169
Missing Javadoc comment for method "setLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbcategory.java 173
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 37
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 48
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 59
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 71
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 86
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 101
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 105
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 109
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 113
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 117
Missing Javadoc comment for method "findByParentCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 121
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 125
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 129
Missing Javadoc comment for method "findByThreadCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 133
Missing Javadoc comment for method "findByMessageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 137
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 141
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 153
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 166
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbcategoryDAO.java 177
Missing @param tag for discussionId in Mbdiscussion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbdiscussion.java 25
Missing @param tag for discussionId in Mbdiscussion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbdiscussion.java 30
Missing @param tag for classNameId in Mbdiscussion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbdiscussion.java 30
Missing @param tag for classPk in Mbdiscussion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbdiscussion.java 30
Missing @param tag for threadId in Mbdiscussion Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbdiscussion.java 31
Missing Javadoc comment for method "getDiscussionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbdiscussion.java 40
Missing Javadoc comment for method "setDiscussionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbdiscussion.java 44
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbdiscussion.java 48
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbdiscussion.java 52
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbdiscussion.java 56
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbdiscussion.java 60
Missing Javadoc comment for method "getThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbdiscussion.java 64
Missing Javadoc comment for method "setThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbdiscussion.java 68
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 29
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 40
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 51
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 63
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 78
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 93
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 97
Missing Javadoc comment for method "findByThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 101
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 105
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 117
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 130
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbdiscussionDAO.java 141
Missing @param tag for mailingListId in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 48
Missing @param tag for mailingListId in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 53
Missing @param tag for uuid in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 53
Missing @param tag for groupId in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 53
Missing @param tag for companyId in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 54
Missing @param tag for userId in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 54
Missing @param tag for userName in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 54
Missing @param tag for createDate in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 54
Missing @param tag for modifiedDate in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 55
Missing @param tag for categoryId in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 55
Missing @param tag for emailAddress in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 55
Missing @param tag for inProtocol in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 56
Missing @param tag for inServerName in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 56
Missing @param tag for inServerPort in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 56
Missing @param tag for inUseSsl in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 57
Missing @param tag for inUserName in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 57
Missing @param tag for inPassword in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 57
Missing @param tag for inReadInterval in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 58
Missing @param tag for outEmailAddress in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 58
Missing @param tag for outCustom in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 58
Missing @param tag for outServerName in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 59
Missing @param tag for outServerPort in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 59
Missing @param tag for outUseSsl in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 59
Missing @param tag for outUserName in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 60
Missing @param tag for outPassword in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 60
Missing @param tag for active in Mbmailinglist Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmailinglist.java 60
Missing Javadoc comment for method "getMailingListId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 90
Missing Javadoc comment for method "setMailingListId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 94
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 98
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 102
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 106
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 110
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 114
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 118
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 122
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 126
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 130
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 134
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 138
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 142
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 146
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 150
Missing Javadoc comment for method "getCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 154
Missing Javadoc comment for method "setCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 158
Missing Javadoc comment for method "getEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 162
Missing Javadoc comment for method "setEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 166
Missing Javadoc comment for method "getInProtocol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 170
Missing Javadoc comment for method "setInProtocol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 174
Missing Javadoc comment for method "getInServerName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 178
Missing Javadoc comment for method "setInServerName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmailinglist.java 182
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 49
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 60
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 71
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 83
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 98
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 113
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 117
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 121
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 125
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 129
Missing Javadoc comment for method "findByCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 133
Missing Javadoc comment for method "findByEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 137
Missing Javadoc comment for method "findByInProtocol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 141
Missing Javadoc comment for method "findByInServerName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 145
Missing Javadoc comment for method "findByInServerPort" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 149
Missing Javadoc comment for method "findByInUseSsl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 153
Missing Javadoc comment for method "findByInUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 157
Missing Javadoc comment for method "findByInPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 161
Missing Javadoc comment for method "findByInReadInterval" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 165
Missing Javadoc comment for method "findByOutEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 169
Missing Javadoc comment for method "findByOutCustom" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 173
Missing Javadoc comment for method "findByOutServerName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 177
Missing Javadoc comment for method "findByOutServerPort" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 181
Missing Javadoc comment for method "findByOutUseSsl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 185
Missing Javadoc comment for method "findByOutUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 189
Missing Javadoc comment for method "findByOutPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 193
Missing Javadoc comment for method "findByActive" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 197
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 201
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 213
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 226
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmailinglistDAO.java 237
Missing @param tag for messageId in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 41
Missing @param tag for messageId in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 46
Missing @param tag for uuid in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 46
Missing @param tag for groupId in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 46
Missing @param tag for companyId in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 46
Missing @param tag for userId in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 47
Missing @param tag for userName in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 47
Missing @param tag for createDate in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 47
Missing @param tag for modifiedDate in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 47
Missing @param tag for classNameId in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 48
Missing @param tag for classPk in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 48
Missing @param tag for categoryId in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 48
Missing @param tag for threadId in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 48
Missing @param tag for parentMessageId in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 49
Missing @param tag for subject in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 49
Missing @param tag for body in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 49
Missing @param tag for attachments in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 50
Missing @param tag for anonymous in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 50
Missing @param tag for priority in Mbmessage Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessage.java 50
Missing Javadoc comment for method "getMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 73
Missing Javadoc comment for method "setMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 77
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 81
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 85
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 89
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 93
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 97
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 101
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 105
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 109
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 113
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 117
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 121
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 125
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 129
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 133
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 137
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 141
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 145
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 149
Missing Javadoc comment for method "getCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 153
Missing Javadoc comment for method "setCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 157
Missing Javadoc comment for method "getThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 161
Missing Javadoc comment for method "setThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 165
Missing Javadoc comment for method "getParentMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 169
Missing Javadoc comment for method "setParentMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 173
Missing Javadoc comment for method "getSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 177
Missing Javadoc comment for method "setSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 181
Missing Javadoc comment for method "getBody" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 185
Missing Javadoc comment for method "setBody" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 189
Missing Javadoc comment for method "getAttachments" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessage.java 193
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 42
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 53
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 64
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 76
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 91
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 106
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 110
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 114
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 118
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 122
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 126
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 130
Missing Javadoc comment for method "findByCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 134
Missing Javadoc comment for method "findByThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 138
Missing Javadoc comment for method "findByParentMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 142
Missing Javadoc comment for method "findBySubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 146
Missing Javadoc comment for method "findByBody" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 150
Missing Javadoc comment for method "findByAttachments" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 154
Missing Javadoc comment for method "findByAnonymous" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 158
Missing Javadoc comment for method "findByPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 162
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 166
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 178
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 190
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageDAO.java 201
Missing @param tag for messageFlagId in Mbmessageflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessageflag.java 29
Missing @param tag for messageFlagId in Mbmessageflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessageflag.java 34
Missing @param tag for userId in Mbmessageflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessageflag.java 34
Missing @param tag for modifiedDate in Mbmessageflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessageflag.java 34
Missing @param tag for threadId in Mbmessageflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessageflag.java 35
Missing @param tag for messageId in Mbmessageflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessageflag.java 35
Missing @param tag for flag in Mbmessageflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbmessageflag.java 35
Missing Javadoc comment for method "getMessageFlagId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 46
Missing Javadoc comment for method "setMessageFlagId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 50
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 54
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 58
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 62
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 66
Missing Javadoc comment for method "getThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 70
Missing Javadoc comment for method "setThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 74
Missing Javadoc comment for method "getMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 78
Missing Javadoc comment for method "setMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 82
Missing Javadoc comment for method "getFlag" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 86
Missing Javadoc comment for method "setFlag" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbmessageflag.java 90
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 31
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 42
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 53
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 65
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 80
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 95
Missing Javadoc comment for method "findByThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 99
Missing Javadoc comment for method "findByMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 103
Missing Javadoc comment for method "findByFlag" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 107
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 111
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 123
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 136
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbmessageflagDAO.java 147
Missing @param tag for statsUserId in Mbstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbstatsuser.java 28
Missing @param tag for statsUserId in Mbstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbstatsuser.java 33
Missing @param tag for groupId in Mbstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbstatsuser.java 33
Missing @param tag for userId in Mbstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbstatsuser.java 33
Missing @param tag for messageCount in Mbstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbstatsuser.java 34
Missing @param tag for lastPostDate in Mbstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbstatsuser.java 34
Missing Javadoc comment for method "getStatsUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 44
Missing Javadoc comment for method "setStatsUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 48
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 52
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 56
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 60
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 64
Missing Javadoc comment for method "getMessageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 68
Missing Javadoc comment for method "setMessageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 72
Missing Javadoc comment for method "getLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 76
Missing Javadoc comment for method "setLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbstatsuser.java 80
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 30
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 41
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 52
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 64
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 79
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 94
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 98
Missing Javadoc comment for method "findByMessageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 102
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 106
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 118
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 131
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbstatsuserDAO.java 142
Missing @param tag for threadId in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 32
Missing @param tag for threadId in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 37
Missing @param tag for groupId in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 37
Missing @param tag for categoryId in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 37
Missing @param tag for rootMessageId in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 38
Missing @param tag for messageCount in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 38
Missing @param tag for viewCount in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 38
Missing @param tag for lastPostByUserId in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 39
Missing @param tag for lastPostDate in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 39
Missing @param tag for priority in Mbthread Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Mbthread.java 39
Missing Javadoc comment for method "getThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 53
Missing Javadoc comment for method "setThreadId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 57
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 61
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 65
Missing Javadoc comment for method "getCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 69
Missing Javadoc comment for method "setCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 73
Missing Javadoc comment for method "getRootMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 77
Missing Javadoc comment for method "setRootMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 81
Missing Javadoc comment for method "getMessageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 85
Missing Javadoc comment for method "setMessageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 89
Missing Javadoc comment for method "getViewCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 93
Missing Javadoc comment for method "setViewCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 97
Missing Javadoc comment for method "getLastPostByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 101
Missing Javadoc comment for method "setLastPostByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 105
Missing Javadoc comment for method "getLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 109
Missing Javadoc comment for method "setLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 113
Missing Javadoc comment for method "getPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 117
Missing Javadoc comment for method "setPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Mbthread.java 121
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 34
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 45
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 56
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 68
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 83
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 98
Missing Javadoc comment for method "findByCategoryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 102
Missing Javadoc comment for method "findByRootMessageId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 106
Missing Javadoc comment for method "findByMessageCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 110
Missing Javadoc comment for method "findByViewCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 114
Missing Javadoc comment for method "findByLastPostByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 118
Missing Javadoc comment for method "findByPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 122
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 126
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 138
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 150
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MbthreadDAO.java 161
 
Violation Recommendation Severity Resource Line
Expression needs parentheses Enclose the expression in parentheses. Medium FenceSequencing.java 172
Expression needs parentheses Enclose the expression in parentheses. Medium FenceSequencing.java 179
Expression needs parentheses Enclose the expression in parentheses. Medium FenceSequencing.java 179
Expression needs parentheses Enclose the expression in parentheses. Medium OrganizationMessageDAO.java 38
Expression needs parentheses Enclose the expression in parentheses. Medium TraversalDAO.java 225
Expression needs parentheses Enclose the expression in parentheses. Medium TraversalDAO.java 225
Expression needs parentheses Enclose the expression in parentheses. Medium TraversalDAO.java 228
Expression needs parentheses Enclose the expression in parentheses. Medium TraversalDAO.java 228
Expression needs parentheses Enclose the expression in parentheses. Medium TraversalDAO.java 242
Expression needs parentheses Enclose the expression in parentheses. Medium TraversalDAO.java 242
Expression needs parentheses Enclose the expression in parentheses. Medium TraversalDAO.java 245
Expression needs parentheses Enclose the expression in parentheses. Medium TraversalDAO.java 245
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleFenceMapDAO.java 34
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleProcessDAO.java 123
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleUserGeofenceDAO.java 42
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleUserGeofenceDAO.java 42
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleUserGeofenceDAO.java 67
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleUserGeofenceDAO.java 67
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleUserGeofenceDAO.java 67
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleUserGeofenceDAO.java 67
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleUserGeofenceDAO.java 69
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleUserGeofenceDAO.java 97
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleUserGeofenceDAO.java 144
Expression needs parentheses Enclose the expression in parentheses. Medium DistanceHelper.java 11
Expression needs parentheses Enclose the expression in parentheses. Medium DistanceHelper.java 12
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 68
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 70
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 68
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 70
Expression needs parentheses Enclose the expression in parentheses. Medium EventNotificationDAO.java 41
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTravellerDetailsId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTravellerDetailsId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTravellerDetailsId.java 58
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTravellerDetailsId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTravellerDetailsId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTravellerDetailsId.java 62
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTravellerDetailsId.java 69
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTravellerDetailsId.java 73
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTripDetailsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTripDetailsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTripDetailsId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTripDetailsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTripDetailsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTripDetailsId.java 60
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTripDetailsId.java 67
Expression needs parentheses Enclose the expression in parentheses. Medium FrequentTripDetailsId.java 71
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsOrgsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsOrgsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsOrgsId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsOrgsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsOrgsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsOrgsId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsOrgsId.java 69
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsOrgsId.java 71
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsPermissionsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsPermissionsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsPermissionsId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsPermissionsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsPermissionsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsPermissionsId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsPermissionsId.java 68
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsPermissionsId.java 70
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsRolesId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsRolesId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsRolesId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsRolesId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsRolesId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsRolesId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsRolesId.java 68
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsRolesId.java 70
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsUsergroupsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsUsergroupsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsUsergroupsId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsUsergroupsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsUsergroupsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsUsergroupsId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsUsergroupsId.java 68
Expression needs parentheses Enclose the expression in parentheses. Medium GroupsUsergroupsId.java 70
Expression needs parentheses Enclose the expression in parentheses. Medium HibernateSessionFactory.java 73
 
Violation Recommendation Severity Resource Line
Missing Javadoc comment for type BusInfoPOJO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium BusInfoPOJO.java 6
Missing Javadoc comment for type DataOrganizer Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DataOrganizer.java 76
Missing Javadoc comment for type FuelDataHelp Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FuelDataHelp.java 17
Missing Javadoc comment for type JSONConverter Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium JSONConverter.java 9
Missing Javadoc comment for type FenceSequencing Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FenceSequencing.java 16
Missing Javadoc comment for type FenceUsersDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FenceUsersDAO.java 12
Missing Javadoc comment for type FencingDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FencingDAO.java 56
Missing Javadoc comment for type GeofencingDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GeofencingDAO.java 46
Missing Javadoc comment for type GoogleReqCountDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GoogleReqCountDAO.java 13
Missing Javadoc comment for type HolidayProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium HolidayProcessDAO.java 26
Missing Javadoc comment for type LocationProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LocationProcessDAO.java 20
Missing Javadoc comment for type LoginProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LoginProcessDAO.java 23
Missing Javadoc comment for type OrganizationMessageDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium OrganizationMessageDAO.java 21
Missing @version tag for type ReferenceDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ReferenceDAO.java 15
Missing Javadoc comment for type ReportSummaryDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ReportSummaryDAO.java 9
Missing @version tag for type TraversalDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium TraversalDAO.java 22
Missing Javadoc comment for type TraversalReferenceDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TraversalReferenceDAO.java 8
Missing Javadoc comment for type TripProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripProcessDAO.java 58
Missing Javadoc comment for type VehicleFenceMapDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleFenceMapDAO.java 22
Missing Javadoc comment for type VehicleProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleProcessDAO.java 47
Missing Javadoc comment for type VehicleUserGeofenceDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleUserGeofenceDAO.java 28
Missing Javadoc comment for type ACParamsDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ACParamsDTO.java 12
Missing Javadoc comment for type DeviceTripDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DeviceTripDTO.java 21
Missing Javadoc comment for type DistParamsDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DistParamsDTO.java 7
Missing Javadoc comment for type eventDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium eventDTO.java 6
Missing Javadoc comment for type FrequentTripDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FrequentTripDTO.java 3
Missing Javadoc comment for type NeighbourVehicleDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium NeighbourVehicleDTO.java 5
Missing Javadoc comment for type Packet Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Packet.java 6
Missing Javadoc comment for type RFIDInfoHistoryDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RFIDInfoHistoryDTO.java 5
Missing Javadoc comment for type TripByVehicleDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripByVehicleDTO.java 5
Missing Javadoc comment for type TripDistanceDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripDistanceDTO.java 5
Missing Javadoc comment for type VehicleInfoDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleInfoDTO.java 27
Missing Javadoc comment for type ExceptionHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ExceptionHandler.java 3
Missing Javadoc comment for type GLatLng Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GLatLng.java 3
Missing Javadoc comment for type ConnectionHelper Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ConnectionHelper.java 17
Missing Javadoc comment for type DBManager Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DBManager.java 17
Missing @version tag for type DeviationHelper Run the Javadoc Repair tool on this type to add the missing @version tag. Medium DeviationHelper.java 24
Missing Javadoc comment for type DistanceHelper Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DistanceHelper.java 3
Missing Javadoc comment for type FuelAlertManager Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FuelAlertManager.java 10
Missing @version tag for type Account Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Account.java 5
Missing @version tag for type AccountDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AccountDAO.java 11
Missing @version tag for type Accounts Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Accounts.java 3
Missing @version tag for type AccountsDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AccountsDAO.java 10
Missing @version tag for type AccountsId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AccountsId.java 3
Missing @version tag for type Address Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Address.java 5
Missing @version tag for type AddressDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AddressDAO.java 11
Missing @version tag for type Announcementsdelivery Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Announcementsdelivery.java 3
Missing @version tag for type AnnouncementsdeliveryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AnnouncementsdeliveryDAO.java 10
Missing @version tag for type Announcementsentry Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Announcementsentry.java 5
Missing @version tag for type AnnouncementsentryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AnnouncementsentryDAO.java 11
Missing @version tag for type Announcementsflag Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Announcementsflag.java 5
Missing @version tag for type AnnouncementsflagDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AnnouncementsflagDAO.java 11
Missing @version tag for type AutoPkSupport Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AutoPkSupport.java 3
Missing @version tag for type AutoPkSupportDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AutoPkSupportDAO.java 10
Missing @version tag for type AutoPkSupportId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AutoPkSupportId.java 3
Missing @version tag for type BaseHibernateDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BaseHibernateDAO.java 17
Missing @version tag for type Blogsentry Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Blogsentry.java 5
Missing @version tag for type BlogsentryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BlogsentryDAO.java 11
Missing @version tag for type Blogsstatsuser Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Blogsstatsuser.java 5
Missing @version tag for type BlogsstatsuserDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BlogsstatsuserDAO.java 11
Missing @version tag for type Bookmarksentry Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Bookmarksentry.java 5
Missing @version tag for type BookmarksentryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BookmarksentryDAO.java 11
Missing @version tag for type Bookmarksfolder Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Bookmarksfolder.java 5
Missing @version tag for type BookmarksfolderDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BookmarksfolderDAO.java 11
Missing @version tag for type Browsertracker Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Browsertracker.java 3
Missing @version tag for type BrowsertrackerDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BrowsertrackerDAO.java 10
Missing @version tag for type Calevent Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Calevent.java 5
Missing @version tag for type CaleventDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium CaleventDAO.java 11
Missing @version tag for type CharityBarometer Run the Javadoc Repair tool on this type to add the missing @version tag. Medium CharityBarometer.java 3
Missing @version tag for type CharityBarometerDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium CharityBarometerDAO.java 10
Missing @version tag for type ChatEntry Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ChatEntry.java 3
Missing @version tag for type ChatEntryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ChatEntryDAO.java 10
Missing @version tag for type ChatStatus Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ChatStatus.java 3
Missing @version tag for type ChatStatusDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ChatStatusDAO.java 10
Missing @version tag for type Classname Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Classname.java 3
Missing @version tag for type ClassnameDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ClassnameDAO.java 10
Missing @version tag for type Company Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Company.java 3
Missing @version tag for type CompanyDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium CompanyDAO.java 10
Missing @version tag for type Contact Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Contact.java 5
Missing @version tag for type ContactDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ContactDAO.java 11
Missing @version tag for type Counter Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Counter.java 3
Missing @version tag for type CounterDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium CounterDAO.java 10
Missing @version tag for type Country Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Country.java 3
Missing @version tag for type CountryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium CountryDAO.java 10
Missing @version tag for type Cyrususer Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Cyrususer.java 3
Missing @version tag for type CyrususerDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium CyrususerDAO.java 10
Missing @version tag for type Cyrusvirtual Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Cyrusvirtual.java 3
Missing @version tag for type CyrusvirtualDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium CyrusvirtualDAO.java 10
Missing @version tag for type Device Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Device.java 8
Missing @version tag for type DeviceDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium DeviceDAO.java 13
Missing @version tag for type Dlfileentry Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Dlfileentry.java 5
Missing @version tag for type DlfileentryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium DlfileentryDAO.java 11
Missing @version tag for type Dlfilerank Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Dlfilerank.java 5
Missing @version tag for type DlfilerankDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium DlfilerankDAO.java 11
Missing @version tag for type Dlfileshortcut Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Dlfileshortcut.java 5
Missing @version tag for type DlfileshortcutDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium DlfileshortcutDAO.java 11
Missing @version tag for type Dlfileversion Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Dlfileversion.java 5
Missing @version tag for type DlfileversionDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium DlfileversionDAO.java 11
Missing @version tag for type Dlfolder Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Dlfolder.java 5
Missing @version tag for type DlfolderDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium DlfolderDAO.java 11
Missing @version tag for type Emailaddress Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Emailaddress.java 5
Missing @version tag for type EmailaddressDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium EmailaddressDAO.java 11
Missing Javadoc comment for type EventNotification Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium EventNotification.java 12
Missing Javadoc comment for type EventNotificationDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium EventNotificationDAO.java 23
Missing @version tag for type Expandocolumn Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Expandocolumn.java 3
Missing @version tag for type ExpandocolumnDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ExpandocolumnDAO.java 10
Missing @version tag for type Expandorow Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Expandorow.java 3
Missing @version tag for type ExpandorowDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ExpandorowDAO.java 10
Missing @version tag for type Expandotable Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Expandotable.java 3
Missing @version tag for type ExpandotableDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ExpandotableDAO.java 10
Missing @version tag for type Expandovalue Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Expandovalue.java 3
Missing @version tag for type ExpandovalueDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ExpandovalueDAO.java 10
Missing @version tag for type Feedback Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Feedback.java 5
Missing @version tag for type FeedbackDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FeedbackDAO.java 11
Missing @version tag for type FenceHistory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FenceHistory.java 5
Missing @version tag for type FenceHistoryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FenceHistoryDAO.java 11
Missing @version tag for type FenceReport Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FenceReport.java 5
Missing @version tag for type FenceReportDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FenceReportDAO.java 24
Missing @version tag for type FrequentTravellerDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FrequentTravellerDetails.java 3
Missing @version tag for type FrequentTravellerDetailsDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FrequentTravellerDetailsDAO.java 10
Missing @version tag for type FrequentTravellerDetailsId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FrequentTravellerDetailsId.java 3
Missing @version tag for type FrequentTripDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FrequentTripDetails.java 3
Missing @version tag for type FrequentTripDetailsDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FrequentTripDetailsDAO.java 10
Missing @version tag for type FrequentTripDetailsId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FrequentTripDetailsId.java 3
Missing @version tag for type FuelCalibration Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FuelCalibration.java 7
Missing @version tag for type FuelCalibrationDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium FuelCalibrationDAO.java 11
Missing @version tag for type Geofence Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Geofence.java 8
Missing @version tag for type GeofenceDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GeofenceDAO.java 19
Missing @version tag for type GeovehicleMap Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GeovehicleMap.java 14
Missing @version tag for type GeovehicleMapDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GeovehicleMapDAO.java 28
Missing @author tag for type GoogleReqCount Run the Javadoc Repair tool on this type to add the missing @author tag. Medium GoogleReqCount.java 7
Missing @version tag for type GoogleReqCount Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GoogleReqCount.java 7
Missing @version tag for type Group Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Group.java 3
Missing @version tag for type GroupDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupDAO.java 10
Missing @version tag for type GroupsOrgs Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsOrgs.java 3
Missing @version tag for type GroupsOrgsDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsOrgsDAO.java 10
Missing @version tag for type GroupsOrgsId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsOrgsId.java 3
Missing @version tag for type GroupsPermissions Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsPermissions.java 3
Missing @version tag for type GroupsPermissionsDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsPermissionsDAO.java 10
Missing @version tag for type GroupsPermissionsId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsPermissionsId.java 3
Missing @version tag for type GroupsRoles Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsRoles.java 3
Missing @version tag for type GroupsRolesDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsRolesDAO.java 10
Missing @version tag for type GroupsRolesId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsRolesId.java 3
Missing @version tag for type GroupsUsergroups Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsUsergroups.java 3
Missing @version tag for type GroupsUsergroupsDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsUsergroupsDAO.java 10
Missing @version tag for type GroupsUsergroupsId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GroupsUsergroupsId.java 3
Missing @author tag for type HibernateSessionFactory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium HibernateSessionFactory.java 18
Missing @version tag for type HibernateSessionFactory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium HibernateSessionFactory.java 18
Missing Javadoc comment for type Holidays Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Holidays.java 9
Missing Javadoc comment for type HolidaysDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium HolidaysDAO.java 13
Missing @version tag for type IBaseHibernateDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium IBaseHibernateDAO.java 6
Missing @version tag for type Igfolder Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Igfolder.java 5
Missing @version tag for type IgfolderDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium IgfolderDAO.java 11
Missing @version tag for type Igimage Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Igimage.java 5
Missing @version tag for type IgimageDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium IgimageDAO.java 11
Missing @version tag for type Image Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Image.java 5
Missing @version tag for type ImageDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ImageDAO.java 11
Missing @version tag for type Inbox Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Inbox.java 5
Missing @version tag for type InboxDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium InboxDAO.java 11
Missing @version tag for type Journalarticle Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Journalarticle.java 5
Missing @version tag for type JournalarticleDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium JournalarticleDAO.java 11
Missing @version tag for type Journalarticleimage Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Journalarticleimage.java 3
Missing @version tag for type JournalarticleimageDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium JournalarticleimageDAO.java 10
Missing @version tag for type Journalarticleresource Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Journalarticleresource.java 3
Missing @version tag for type JournalarticleresourceDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium JournalarticleresourceDAO.java 10
Missing @version tag for type Journalcontentsearch Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Journalcontentsearch.java 3
Missing @version tag for type JournalcontentsearchDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium JournalcontentsearchDAO.java 10
Missing @version tag for type Journalfeed Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Journalfeed.java 5
Missing @version tag for type JournalfeedDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium JournalfeedDAO.java 11
Missing @version tag for type Journalstructure Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Journalstructure.java 5
Missing @version tag for type JournalstructureDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium JournalstructureDAO.java 11
Missing @version tag for type Journaltemplate Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Journaltemplate.java 5
Missing @version tag for type JournaltemplateDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium JournaltemplateDAO.java 11
Missing @version tag for type Layout Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Layout.java 3
Missing @version tag for type LayoutDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium LayoutDAO.java 10
Missing @version tag for type Layoutset Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Layoutset.java 3
Missing @version tag for type LayoutsetDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium LayoutsetDAO.java 10
Missing @version tag for type Listtype Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Listtype.java 3
Missing @version tag for type ListtypeDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ListtypeDAO.java 10
Missing Javadoc comment for type LmuSenderMapping Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LmuSenderMapping.java 6
Missing Javadoc comment for type LmuSenderMappingDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LmuSenderMappingDAO.java 9
Missing @version tag for type Location Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Location.java 5
Missing Javadoc comment for type LocationDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LocationDAO.java 18
Missing Javadoc comment for type LoginDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LoginDAO.java 20
Missing @version tag for type Mbban Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Mbban.java 5
Missing @version tag for type MbbanDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MbbanDAO.java 11
Missing @version tag for type Mbcategory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Mbcategory.java 5
Missing @version tag for type MbcategoryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MbcategoryDAO.java 11
Missing @version tag for type Mbdiscussion Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Mbdiscussion.java 3
Missing @version tag for type MbdiscussionDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MbdiscussionDAO.java 10
Missing @version tag for type Mbmailinglist Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Mbmailinglist.java 5
Missing @version tag for type MbmailinglistDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MbmailinglistDAO.java 11
Missing @version tag for type Mbmessage Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Mbmessage.java 5
Missing @version tag for type MbmessageDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MbmessageDAO.java 11
Missing @version tag for type Mbmessageflag Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Mbmessageflag.java 5
Missing @version tag for type MbmessageflagDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MbmessageflagDAO.java 11
Missing @version tag for type Mbstatsuser Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Mbstatsuser.java 5
Missing @version tag for type MbstatsuserDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MbstatsuserDAO.java 11
Missing @version tag for type Mbthread Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Mbthread.java 5
Missing @version tag for type MbthreadDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MbthreadDAO.java 11
 
Violation Recommendation Severity Resource Line
Missing default constructor Declare a default constructor for the class. Medium ACParamsDTO.java 12
Missing default constructor Declare a default constructor for the class. Medium DistParamsDTO.java 7
Missing default constructor Declare a default constructor for the class. Medium FrequentTripDTO.java 3
Missing default constructor Declare a default constructor for the class. Medium NeighbourVehicleDTO.java 5
Missing default constructor Declare a default constructor for the class. Medium Packet.java 6
Missing default constructor Declare a default constructor for the class. Medium RFIDInfoHistoryDTO.java 5
Missing default constructor Declare a default constructor for the class. Medium TripByVehicleDTO.java 5
Missing default constructor Declare a default constructor for the class. Medium GLatLng.java 3
 
Violation Recommendation Severity Resource Line
"BusInfoPOJO" does not override clone() Override clone(). Medium BusInfoPOJO.java 6
"DataOrganizer" does not override clone() Override clone(). Medium DataOrganizer.java 76
"FuelDataHelp" does not override clone() Override clone(). Medium FuelDataHelp.java 17
"JSONConverter" does not override clone() Override clone(). Medium JSONConverter.java 9
"FenceSequencing" does not override clone() Override clone(). Medium FenceSequencing.java 16
"FenceUsersDAO" does not override clone() Override clone(). Medium FenceUsersDAO.java 12
"FencingDAO" does not override clone() Override clone(). Medium FencingDAO.java 56
"GeofencingDAO" does not override clone() Override clone(). Medium GeofencingDAO.java 46
"GoogleReqCountDAO" does not override clone() Override clone(). Medium GoogleReqCountDAO.java 13
"HolidayProcessDAO" does not override clone() Override clone(). Medium HolidayProcessDAO.java 26
"LocationProcessDAO" does not override clone() Override clone(). Medium LocationProcessDAO.java 20
"LoginProcessDAO" does not override clone() Override clone(). Medium LoginProcessDAO.java 23
"OrganizationMessageDAO" does not override clone() Override clone(). Medium OrganizationMessageDAO.java 21
"ReferenceDAO" does not override clone() Override clone(). Medium ReferenceDAO.java 22
"ReportSummaryDAO" does not override clone() Override clone(). Medium ReportSummaryDAO.java 9
"TraversalDAO" does not override clone() Override clone(). Medium TraversalDAO.java 28
"TraversalReferenceDAO" does not override clone() Override clone(). Medium TraversalReferenceDAO.java 8
"TripProcessDAO" does not override clone() Override clone(). Medium TripProcessDAO.java 58
"VehicleFenceMapDAO" does not override clone() Override clone(). Medium VehicleFenceMapDAO.java 22
"VehicleProcessDAO" does not override clone() Override clone(). Medium VehicleProcessDAO.java 47
"VehicleUserGeofenceDAO" does not override clone() Override clone(). Medium VehicleUserGeofenceDAO.java 28
"ACParamsDTO" does not override clone() Override clone(). Medium ACParamsDTO.java 12
"DeviceTripDTO" does not override clone() Override clone(). Medium DeviceTripDTO.java 21
"DistParamsDTO" does not override clone() Override clone(). Medium DistParamsDTO.java 7
"eventDTO" does not override clone() Override clone(). Medium eventDTO.java 6
"FrequentTripDTO" does not override clone() Override clone(). Medium FrequentTripDTO.java 3
"NeighbourVehicleDTO" does not override clone() Override clone(). Medium NeighbourVehicleDTO.java 5
"Packet" does not override clone() Override clone(). Medium Packet.java 6
"RFIDInfoHistoryDTO" does not override clone() Override clone(). Medium RFIDInfoHistoryDTO.java 5
"TripByVehicleDTO" does not override clone() Override clone(). Medium TripByVehicleDTO.java 5
"TripDistanceDTO" does not override clone() Override clone(). Medium TripDistanceDTO.java 5
"VehicleInfoDTO" does not override clone() Override clone(). Medium VehicleInfoDTO.java 27
"ExceptionHandler" does not override clone() Override clone(). Medium ExceptionHandler.java 3
"GLatLng" does not override clone() Override clone(). Medium GLatLng.java 3
"ConnectionHelper" does not override clone() Override clone(). Medium ConnectionHelper.java 17
"DBManager" does not override clone() Override clone(). Medium DBManager.java 17
"DeviationHelper" does not override clone() Override clone(). Medium DeviationHelper.java 32
"DistanceHelper" does not override clone() Override clone(). Medium DistanceHelper.java 3
"FuelAlertManager" does not override clone() Override clone(). Medium FuelAlertManager.java 10
"Account" does not override clone() Override clone(). Medium Account.java 11
"AccountDAO" does not override clone() Override clone(). Medium AccountDAO.java 23
"Accounts" does not override clone() Override clone(). Medium Accounts.java 9
"AccountsDAO" does not override clone() Override clone(). Medium AccountsDAO.java 22
"AccountsId" does not override clone() Override clone(). Medium AccountsId.java 9
"Address" does not override clone() Override clone(). Medium Address.java 11
"AddressDAO" does not override clone() Override clone(). Medium AddressDAO.java 23
"Announcementsdelivery" does not override clone() Override clone(). Medium Announcementsdelivery.java 9
"AnnouncementsdeliveryDAO" does not override clone() Override clone(). Medium AnnouncementsdeliveryDAO.java 22
"Announcementsentry" does not override clone() Override clone(). Medium Announcementsentry.java 11
"AnnouncementsentryDAO" does not override clone() Override clone(). Medium AnnouncementsentryDAO.java 23
"Announcementsflag" does not override clone() Override clone(). Medium Announcementsflag.java 11
"AnnouncementsflagDAO" does not override clone() Override clone(). Medium AnnouncementsflagDAO.java 23
"AutoPkSupport" does not override clone() Override clone(). Medium AutoPkSupport.java 9
"AutoPkSupportDAO" does not override clone() Override clone(). Medium AutoPkSupportDAO.java 22
"AutoPkSupportId" does not override clone() Override clone(). Medium AutoPkSupportId.java 9
"BaseHibernateDAO" does not override clone() Override clone(). Medium BaseHibernateDAO.java 21
"Blogsentry" does not override clone() Override clone(). Medium Blogsentry.java 11
"BlogsentryDAO" does not override clone() Override clone(). Medium BlogsentryDAO.java 23
"Blogsstatsuser" does not override clone() Override clone(). Medium Blogsstatsuser.java 11
"BlogsstatsuserDAO" does not override clone() Override clone(). Medium BlogsstatsuserDAO.java 23
"Bookmarksentry" does not override clone() Override clone(). Medium Bookmarksentry.java 11
"BookmarksentryDAO" does not override clone() Override clone(). Medium BookmarksentryDAO.java 23
"Bookmarksfolder" does not override clone() Override clone(). Medium Bookmarksfolder.java 11
"BookmarksfolderDAO" does not override clone() Override clone(). Medium BookmarksfolderDAO.java 23
"Browsertracker" does not override clone() Override clone(). Medium Browsertracker.java 9
"BrowsertrackerDAO" does not override clone() Override clone(). Medium BrowsertrackerDAO.java 22
"Calevent" does not override clone() Override clone(). Medium Calevent.java 11
"CaleventDAO" does not override clone() Override clone(). Medium CaleventDAO.java 23
"CharityBarometer" does not override clone() Override clone(). Medium CharityBarometer.java 9
"CharityBarometerDAO" does not override clone() Override clone(). Medium CharityBarometerDAO.java 22
"ChatEntry" does not override clone() Override clone(). Medium ChatEntry.java 9
"ChatEntryDAO" does not override clone() Override clone(). Medium ChatEntryDAO.java 22
"ChatStatus" does not override clone() Override clone(). Medium ChatStatus.java 9
"ChatStatusDAO" does not override clone() Override clone(). Medium ChatStatusDAO.java 22
"Classname" does not override clone() Override clone(). Medium Classname.java 9
"ClassnameDAO" does not override clone() Override clone(). Medium ClassnameDAO.java 22
"Company" does not override clone() Override clone(). Medium Company.java 9
"CompanyDAO" does not override clone() Override clone(). Medium CompanyDAO.java 22
"Contact" does not override clone() Override clone(). Medium Contact.java 11
"ContactDAO" does not override clone() Override clone(). Medium ContactDAO.java 23
"Counter" does not override clone() Override clone(). Medium Counter.java 9
"CounterDAO" does not override clone() Override clone(). Medium CounterDAO.java 22
"Country" does not override clone() Override clone(). Medium Country.java 9
"CountryDAO" does not override clone() Override clone(). Medium CountryDAO.java 22
"Cyrususer" does not override clone() Override clone(). Medium Cyrususer.java 9
"CyrususerDAO" does not override clone() Override clone(). Medium CyrususerDAO.java 22
"Cyrusvirtual" does not override clone() Override clone(). Medium Cyrusvirtual.java 9
"CyrusvirtualDAO" does not override clone() Override clone(). Medium CyrusvirtualDAO.java 22
"Device" does not override clone() Override clone(). Medium Device.java 14
"DeviceDAO" does not override clone() Override clone(). Medium DeviceDAO.java 25
"Dlfileentry" does not override clone() Override clone(). Medium Dlfileentry.java 11
"DlfileentryDAO" does not override clone() Override clone(). Medium DlfileentryDAO.java 23
"Dlfilerank" does not override clone() Override clone(). Medium Dlfilerank.java 11
"DlfilerankDAO" does not override clone() Override clone(). Medium DlfilerankDAO.java 23
"Dlfileshortcut" does not override clone() Override clone(). Medium Dlfileshortcut.java 11
"DlfileshortcutDAO" does not override clone() Override clone(). Medium DlfileshortcutDAO.java 23
"Dlfileversion" does not override clone() Override clone(). Medium Dlfileversion.java 11
"DlfileversionDAO" does not override clone() Override clone(). Medium DlfileversionDAO.java 23
"Dlfolder" does not override clone() Override clone(). Medium Dlfolder.java 11
"DlfolderDAO" does not override clone() Override clone(). Medium DlfolderDAO.java 23
"Emailaddress" does not override clone() Override clone(). Medium Emailaddress.java 11
"EmailaddressDAO" does not override clone() Override clone(). Medium EmailaddressDAO.java 23
"EventNotification" does not override clone() Override clone(). Medium EventNotification.java 12
"EventNotificationDAO" does not override clone() Override clone(). Medium EventNotificationDAO.java 23
"Expandocolumn" does not override clone() Override clone(). Medium Expandocolumn.java 9
"ExpandocolumnDAO" does not override clone() Override clone(). Medium ExpandocolumnDAO.java 22
"Expandorow" does not override clone() Override clone(). Medium Expandorow.java 9
"ExpandorowDAO" does not override clone() Override clone(). Medium ExpandorowDAO.java 22
"Expandotable" does not override clone() Override clone(). Medium Expandotable.java 9
"ExpandotableDAO" does not override clone() Override clone(). Medium ExpandotableDAO.java 22
"Expandovalue" does not override clone() Override clone(). Medium Expandovalue.java 9
"ExpandovalueDAO" does not override clone() Override clone(). Medium ExpandovalueDAO.java 22
"Feedback" does not override clone() Override clone(). Medium Feedback.java 11
"FeedbackDAO" does not override clone() Override clone(). Medium FeedbackDAO.java 23
"FenceHistory" does not override clone() Override clone(). Medium FenceHistory.java 11
"FenceHistoryDAO" does not override clone() Override clone(). Medium FenceHistoryDAO.java 23
"FenceReport" does not override clone() Override clone(). Medium FenceReport.java 11
"FenceReportDAO" does not override clone() Override clone(). Medium FenceReportDAO.java 36
"FrequentTravellerDetails" does not override clone() Override clone(). Medium FrequentTravellerDetails.java 9
"FrequentTravellerDetailsDAO" does not override clone() Override clone(). Medium FrequentTravellerDetailsDAO.java 23
"FrequentTravellerDetailsId" does not override clone() Override clone(). Medium FrequentTravellerDetailsId.java 9
"FrequentTripDetails" does not override clone() Override clone(). Medium FrequentTripDetails.java 9
"FrequentTripDetailsDAO" does not override clone() Override clone(). Medium FrequentTripDetailsDAO.java 22
"FrequentTripDetailsId" does not override clone() Override clone(). Medium FrequentTripDetailsId.java 9
"FuelCalibration" does not override clone() Override clone(). Medium FuelCalibration.java 13
"FuelCalibrationDAO" does not override clone() Override clone(). Medium FuelCalibrationDAO.java 23
"Geofence" does not override clone() Override clone(). Medium Geofence.java 14
"GeofenceDAO" does not override clone() Override clone(). Medium GeofenceDAO.java 31
"GeovehicleMap" does not override clone() Override clone(). Medium GeovehicleMap.java 20
"GeovehicleMapDAO" does not override clone() Override clone(). Medium GeovehicleMapDAO.java 40
"GoogleReqCount" does not override clone() Override clone(). Medium GoogleReqCount.java 10
"Group" does not override clone() Override clone(). Medium Group.java 9
"GroupDAO" does not override clone() Override clone(). Medium GroupDAO.java 22
"GroupsOrgs" does not override clone() Override clone(). Medium GroupsOrgs.java 9
"GroupsOrgsDAO" does not override clone() Override clone(). Medium GroupsOrgsDAO.java 22
"GroupsOrgsId" does not override clone() Override clone(). Medium GroupsOrgsId.java 9
"GroupsPermissions" does not override clone() Override clone(). Medium GroupsPermissions.java 9
"GroupsPermissionsDAO" does not override clone() Override clone(). Medium GroupsPermissionsDAO.java 22
"GroupsPermissionsId" does not override clone() Override clone(). Medium GroupsPermissionsId.java 9
"GroupsRoles" does not override clone() Override clone(). Medium GroupsRoles.java 9
"GroupsRolesDAO" does not override clone() Override clone(). Medium GroupsRolesDAO.java 22
"GroupsRolesId" does not override clone() Override clone(). Medium GroupsRolesId.java 9
"GroupsUsergroups" does not override clone() Override clone(). Medium GroupsUsergroups.java 9
"GroupsUsergroupsDAO" does not override clone() Override clone(). Medium GroupsUsergroupsDAO.java 22
"GroupsUsergroupsId" does not override clone() Override clone(). Medium GroupsUsergroupsId.java 9
"HibernateSessionFactory" does not override clone() Override clone(). Medium HibernateSessionFactory.java 24
"Holidays" does not override clone() Override clone(). Medium Holidays.java 9
"HolidaysDAO" does not override clone() Override clone(). Medium HolidaysDAO.java 13
"Igfolder" does not override clone() Override clone(). Medium Igfolder.java 11
"IgfolderDAO" does not override clone() Override clone(). Medium IgfolderDAO.java 23
"Igimage" does not override clone() Override clone(). Medium Igimage.java 11
"IgimageDAO" does not override clone() Override clone(). Medium IgimageDAO.java 23
"Image" does not override clone() Override clone(). Medium Image.java 11
"ImageDAO" does not override clone() Override clone(). Medium ImageDAO.java 23
"Inbox" does not override clone() Override clone(). Medium Inbox.java 11
"InboxDAO" does not override clone() Override clone(). Medium InboxDAO.java 23
"Journalarticle" does not override clone() Override clone(). Medium Journalarticle.java 11
"JournalarticleDAO" does not override clone() Override clone(). Medium JournalarticleDAO.java 23
"Journalarticleimage" does not override clone() Override clone(). Medium Journalarticleimage.java 9
"JournalarticleimageDAO" does not override clone() Override clone(). Medium JournalarticleimageDAO.java 22
"Journalarticleresource" does not override clone() Override clone(). Medium Journalarticleresource.java 9
"JournalarticleresourceDAO" does not override clone() Override clone(). Medium JournalarticleresourceDAO.java 22
"Journalcontentsearch" does not override clone() Override clone(). Medium Journalcontentsearch.java 9
"JournalcontentsearchDAO" does not override clone() Override clone(). Medium JournalcontentsearchDAO.java 22
"Journalfeed" does not override clone() Override clone(). Medium Journalfeed.java 11
"JournalfeedDAO" does not override clone() Override clone(). Medium JournalfeedDAO.java 23
"Journalstructure" does not override clone() Override clone(). Medium Journalstructure.java 11
"JournalstructureDAO" does not override clone() Override clone(). Medium JournalstructureDAO.java 23
"Journaltemplate" does not override clone() Override clone(). Medium Journaltemplate.java 11
"JournaltemplateDAO" does not override clone() Override clone(). Medium JournaltemplateDAO.java 23
"Layout" does not override clone() Override clone(). Medium Layout.java 9
"LayoutDAO" does not override clone() Override clone(). Medium LayoutDAO.java 22
"Layoutset" does not override clone() Override clone(). Medium Layoutset.java 9
"LayoutsetDAO" does not override clone() Override clone(). Medium LayoutsetDAO.java 22
"Listtype" does not override clone() Override clone(). Medium Listtype.java 9
"ListtypeDAO" does not override clone() Override clone(). Medium ListtypeDAO.java 22
"LmuSenderMapping" does not override clone() Override clone(). Medium LmuSenderMapping.java 6
"LmuSenderMappingDAO" does not override clone() Override clone(). Medium LmuSenderMappingDAO.java 9
"Location" does not override clone() Override clone(). Medium Location.java 11
"LocationDAO" does not override clone() Override clone(). Medium LocationDAO.java 18
"LoginDAO" does not override clone() Override clone(). Medium LoginDAO.java 20
"Mbban" does not override clone() Override clone(). Medium Mbban.java 11
"MbbanDAO" does not override clone() Override clone(). Medium MbbanDAO.java 23
"Mbcategory" does not override clone() Override clone(). Medium Mbcategory.java 11
"MbcategoryDAO" does not override clone() Override clone(). Medium MbcategoryDAO.java 23
"Mbdiscussion" does not override clone() Override clone(). Medium Mbdiscussion.java 9
"MbdiscussionDAO" does not override clone() Override clone(). Medium MbdiscussionDAO.java 22
"Mbmailinglist" does not override clone() Override clone(). Medium Mbmailinglist.java 11
"MbmailinglistDAO" does not override clone() Override clone(). Medium MbmailinglistDAO.java 23
"Mbmessage" does not override clone() Override clone(). Medium Mbmessage.java 11
"MbmessageDAO" does not override clone() Override clone(). Medium MbmessageDAO.java 23
"Mbmessageflag" does not override clone() Override clone(). Medium Mbmessageflag.java 11
"MbmessageflagDAO" does not override clone() Override clone(). Medium MbmessageflagDAO.java 23
"Mbstatsuser" does not override clone() Override clone(). Medium Mbstatsuser.java 11
"MbstatsuserDAO" does not override clone() Override clone(). Medium MbstatsuserDAO.java 23
"Mbthread" does not override clone() Override clone(). Medium Mbthread.java 11
"MbthreadDAO" does not override clone() Override clone(). Medium MbthreadDAO.java 23
 
Violation Recommendation Severity Resource Line
toString() is missing Add toString to BusInfoPOJO. Medium BusInfoPOJO.java 6
toString() is missing Add toString to DataOrganizer. Medium DataOrganizer.java 76
toString() is missing Add toString to FuelDataHelp. Medium FuelDataHelp.java 17
toString() is missing Add toString to JSONConverter. Medium JSONConverter.java 9
toString() is missing Add toString to FenceSequencing. Medium FenceSequencing.java 16
toString() is missing Add toString to FenceUsersDAO. Medium FenceUsersDAO.java 12
toString() is missing Add toString to FencingDAO. Medium FencingDAO.java 56
toString() is missing Add toString to GeofencingDAO. Medium GeofencingDAO.java 46
toString() is missing Add toString to GoogleReqCountDAO. Medium GoogleReqCountDAO.java 13
toString() is missing Add toString to HolidayProcessDAO. Medium HolidayProcessDAO.java 26
toString() is missing Add toString to LocationProcessDAO. Medium LocationProcessDAO.java 20
toString() is missing Add toString to LoginProcessDAO. Medium LoginProcessDAO.java 23
toString() is missing Add toString to OrganizationMessageDAO. Medium OrganizationMessageDAO.java 21
toString() is missing Add toString to ReferenceDAO. Medium ReferenceDAO.java 22
toString() is missing Add toString to ReportSummaryDAO. Medium ReportSummaryDAO.java 9
toString() is missing Add toString to TraversalDAO. Medium TraversalDAO.java 28
toString() is missing Add toString to TraversalReferenceDAO. Medium TraversalReferenceDAO.java 8
toString() is missing Add toString to TripProcessDAO. Medium TripProcessDAO.java 58
toString() is missing Add toString to VehicleFenceMapDAO. Medium VehicleFenceMapDAO.java 22
toString() is missing Add toString to VehicleProcessDAO. Medium VehicleProcessDAO.java 47
toString() is missing Add toString to VehicleUserGeofenceDAO. Medium VehicleUserGeofenceDAO.java 28
toString() is missing Add toString to ACParamsDTO. Medium ACParamsDTO.java 12
toString() is missing Add toString to DeviceTripDTO. Medium DeviceTripDTO.java 21
toString() is missing Add toString to DistParamsDTO. Medium DistParamsDTO.java 7
toString() is missing Add toString to eventDTO. Medium eventDTO.java 6
toString() is missing Add toString to FrequentTripDTO. Medium FrequentTripDTO.java 3
toString() is missing Add toString to NeighbourVehicleDTO. Medium NeighbourVehicleDTO.java 5
toString() is missing Add toString to Packet. Medium Packet.java 6
toString() is missing Add toString to RFIDInfoHistoryDTO. Medium RFIDInfoHistoryDTO.java 5
toString() is missing Add toString to TripByVehicleDTO. Medium TripByVehicleDTO.java 5
toString() is missing Add toString to TripDistanceDTO. Medium TripDistanceDTO.java 5
toString() is missing Add toString to VehicleInfoDTO. Medium VehicleInfoDTO.java 27
toString() is missing Add toString to ExceptionHandler. Medium ExceptionHandler.java 3
toString() is missing Add toString to GLatLng. Medium GLatLng.java 3
toString() is missing Add toString to ConnectionHelper. Medium ConnectionHelper.java 17
toString() is missing Add toString to DBManager. Medium DBManager.java 17
toString() is missing Add toString to DeviationHelper. Medium DeviationHelper.java 32
toString() is missing Add toString to DistanceHelper. Medium DistanceHelper.java 3
toString() is missing Add toString to FuelAlertManager. Medium FuelAlertManager.java 10
toString() is missing Add toString to Account. Medium Account.java 11
toString() is missing Add toString to AccountDAO. Medium AccountDAO.java 23
toString() is missing Add toString to Accounts. Medium Accounts.java 9
toString() is missing Add toString to AccountsDAO. Medium AccountsDAO.java 22
toString() is missing Add toString to AccountsId. Medium AccountsId.java 9
toString() is missing Add toString to Address. Medium Address.java 11
toString() is missing Add toString to AddressDAO. Medium AddressDAO.java 23
toString() is missing Add toString to Announcementsdelivery. Medium Announcementsdelivery.java 9
toString() is missing Add toString to AnnouncementsdeliveryDAO. Medium AnnouncementsdeliveryDAO.java 22
toString() is missing Add toString to Announcementsentry. Medium Announcementsentry.java 11
toString() is missing Add toString to AnnouncementsentryDAO. Medium AnnouncementsentryDAO.java 23
toString() is missing Add toString to Announcementsflag. Medium Announcementsflag.java 11
toString() is missing Add toString to AnnouncementsflagDAO. Medium AnnouncementsflagDAO.java 23
toString() is missing Add toString to AutoPkSupport. Medium AutoPkSupport.java 9
toString() is missing Add toString to AutoPkSupportDAO. Medium AutoPkSupportDAO.java 22
toString() is missing Add toString to AutoPkSupportId. Medium AutoPkSupportId.java 9
toString() is missing Add toString to BaseHibernateDAO. Medium BaseHibernateDAO.java 21
toString() is missing Add toString to Blogsentry. Medium Blogsentry.java 11
toString() is missing Add toString to BlogsentryDAO. Medium BlogsentryDAO.java 23
toString() is missing Add toString to Blogsstatsuser. Medium Blogsstatsuser.java 11
toString() is missing Add toString to BlogsstatsuserDAO. Medium BlogsstatsuserDAO.java 23
toString() is missing Add toString to Bookmarksentry. Medium Bookmarksentry.java 11
toString() is missing Add toString to BookmarksentryDAO. Medium BookmarksentryDAO.java 23
toString() is missing Add toString to Bookmarksfolder. Medium Bookmarksfolder.java 11
toString() is missing Add toString to BookmarksfolderDAO. Medium BookmarksfolderDAO.java 23
toString() is missing Add toString to Browsertracker. Medium Browsertracker.java 9
toString() is missing Add toString to BrowsertrackerDAO. Medium BrowsertrackerDAO.java 22
toString() is missing Add toString to Calevent. Medium Calevent.java 11
toString() is missing Add toString to CaleventDAO. Medium CaleventDAO.java 23
toString() is missing Add toString to CharityBarometer. Medium CharityBarometer.java 9
toString() is missing Add toString to CharityBarometerDAO. Medium CharityBarometerDAO.java 22
toString() is missing Add toString to ChatEntry. Medium ChatEntry.java 9
toString() is missing Add toString to ChatEntryDAO. Medium ChatEntryDAO.java 22
toString() is missing Add toString to ChatStatus. Medium ChatStatus.java 9
toString() is missing Add toString to ChatStatusDAO. Medium ChatStatusDAO.java 22
toString() is missing Add toString to Classname. Medium Classname.java 9
toString() is missing Add toString to ClassnameDAO. Medium ClassnameDAO.java 22
toString() is missing Add toString to Company. Medium Company.java 9
toString() is missing Add toString to CompanyDAO. Medium CompanyDAO.java 22
toString() is missing Add toString to Contact. Medium Contact.java 11
toString() is missing Add toString to ContactDAO. Medium ContactDAO.java 23
toString() is missing Add toString to Counter. Medium Counter.java 9
toString() is missing Add toString to CounterDAO. Medium CounterDAO.java 22
toString() is missing Add toString to Country. Medium Country.java 9
toString() is missing Add toString to CountryDAO. Medium CountryDAO.java 22
toString() is missing Add toString to Cyrususer. Medium Cyrususer.java 9
toString() is missing Add toString to CyrususerDAO. Medium CyrususerDAO.java 22
toString() is missing Add toString to Cyrusvirtual. Medium Cyrusvirtual.java 9
toString() is missing Add toString to CyrusvirtualDAO. Medium CyrusvirtualDAO.java 22
toString() is missing Add toString to Device. Medium Device.java 14
toString() is missing Add toString to DeviceDAO. Medium DeviceDAO.java 25
toString() is missing Add toString to Dlfileentry. Medium Dlfileentry.java 11
toString() is missing Add toString to DlfileentryDAO. Medium DlfileentryDAO.java 23
toString() is missing Add toString to Dlfilerank. Medium Dlfilerank.java 11
toString() is missing Add toString to DlfilerankDAO. Medium DlfilerankDAO.java 23
toString() is missing Add toString to Dlfileshortcut. Medium Dlfileshortcut.java 11
toString() is missing Add toString to DlfileshortcutDAO. Medium DlfileshortcutDAO.java 23
toString() is missing Add toString to Dlfileversion. Medium Dlfileversion.java 11
toString() is missing Add toString to DlfileversionDAO. Medium DlfileversionDAO.java 23
toString() is missing Add toString to Dlfolder. Medium Dlfolder.java 11
toString() is missing Add toString to DlfolderDAO. Medium DlfolderDAO.java 23
toString() is missing Add toString to Emailaddress. Medium Emailaddress.java 11
toString() is missing Add toString to EmailaddressDAO. Medium EmailaddressDAO.java 23
toString() is missing Add toString to EventNotification. Medium EventNotification.java 12
toString() is missing Add toString to EventNotificationDAO. Medium EventNotificationDAO.java 23
toString() is missing Add toString to Expandocolumn. Medium Expandocolumn.java 9
toString() is missing Add toString to ExpandocolumnDAO. Medium ExpandocolumnDAO.java 22
toString() is missing Add toString to Expandorow. Medium Expandorow.java 9
toString() is missing Add toString to ExpandorowDAO. Medium ExpandorowDAO.java 22
toString() is missing Add toString to Expandotable. Medium Expandotable.java 9
toString() is missing Add toString to ExpandotableDAO. Medium ExpandotableDAO.java 22
toString() is missing Add toString to Expandovalue. Medium Expandovalue.java 9
toString() is missing Add toString to ExpandovalueDAO. Medium ExpandovalueDAO.java 22
toString() is missing Add toString to Feedback. Medium Feedback.java 11
toString() is missing Add toString to FeedbackDAO. Medium FeedbackDAO.java 23
toString() is missing Add toString to FenceHistory. Medium FenceHistory.java 11
toString() is missing Add toString to FenceHistoryDAO. Medium FenceHistoryDAO.java 23
toString() is missing Add toString to FenceReport. Medium FenceReport.java 11
toString() is missing Add toString to FenceReportDAO. Medium FenceReportDAO.java 36
toString() is missing Add toString to FrequentTravellerDetails. Medium FrequentTravellerDetails.java 9
toString() is missing Add toString to FrequentTravellerDetailsDAO. Medium FrequentTravellerDetailsDAO.java 23
toString() is missing Add toString to FrequentTravellerDetailsId. Medium FrequentTravellerDetailsId.java 9
toString() is missing Add toString to FrequentTripDetails. Medium FrequentTripDetails.java 9
toString() is missing Add toString to FrequentTripDetailsDAO. Medium FrequentTripDetailsDAO.java 22
toString() is missing Add toString to FrequentTripDetailsId. Medium FrequentTripDetailsId.java 9
toString() is missing Add toString to FuelCalibration. Medium FuelCalibration.java 13
toString() is missing Add toString to FuelCalibrationDAO. Medium FuelCalibrationDAO.java 23
toString() is missing Add toString to Geofence. Medium Geofence.java 14
toString() is missing Add toString to GeofenceDAO. Medium GeofenceDAO.java 31
toString() is missing Add toString to GeovehicleMap. Medium GeovehicleMap.java 20
toString() is missing Add toString to GeovehicleMapDAO. Medium GeovehicleMapDAO.java 40
toString() is missing Add toString to GoogleReqCount. Medium GoogleReqCount.java 10
toString() is missing Add toString to Group. Medium Group.java 9
toString() is missing Add toString to GroupDAO. Medium GroupDAO.java 22
toString() is missing Add toString to GroupsOrgs. Medium GroupsOrgs.java 9
toString() is missing Add toString to GroupsOrgsDAO. Medium GroupsOrgsDAO.java 22
toString() is missing Add toString to GroupsOrgsId. Medium GroupsOrgsId.java 9
toString() is missing Add toString to GroupsPermissions. Medium GroupsPermissions.java 9
toString() is missing Add toString to GroupsPermissionsDAO. Medium GroupsPermissionsDAO.java 22
toString() is missing Add toString to GroupsPermissionsId. Medium GroupsPermissionsId.java 9
toString() is missing Add toString to GroupsRoles. Medium GroupsRoles.java 9
toString() is missing Add toString to GroupsRolesDAO. Medium GroupsRolesDAO.java 22
toString() is missing Add toString to GroupsRolesId. Medium GroupsRolesId.java 9
toString() is missing Add toString to GroupsUsergroups. Medium GroupsUsergroups.java 9
toString() is missing Add toString to GroupsUsergroupsDAO. Medium GroupsUsergroupsDAO.java 22
toString() is missing Add toString to GroupsUsergroupsId. Medium GroupsUsergroupsId.java 9
toString() is missing Add toString to Holidays. Medium Holidays.java 9
toString() is missing Add toString to HolidaysDAO. Medium HolidaysDAO.java 13
toString() is missing Add toString to Igfolder. Medium Igfolder.java 11
toString() is missing Add toString to IgfolderDAO. Medium IgfolderDAO.java 23
toString() is missing Add toString to Igimage. Medium Igimage.java 11
toString() is missing Add toString to IgimageDAO. Medium IgimageDAO.java 23
toString() is missing Add toString to Image. Medium Image.java 11
toString() is missing Add toString to ImageDAO. Medium ImageDAO.java 23
toString() is missing Add toString to Inbox. Medium Inbox.java 11
toString() is missing Add toString to InboxDAO. Medium InboxDAO.java 23
toString() is missing Add toString to Journalarticle. Medium Journalarticle.java 11
toString() is missing Add toString to JournalarticleDAO. Medium JournalarticleDAO.java 23
toString() is missing Add toString to Journalarticleimage. Medium Journalarticleimage.java 9
toString() is missing Add toString to JournalarticleimageDAO. Medium JournalarticleimageDAO.java 22
toString() is missing Add toString to Journalarticleresource. Medium Journalarticleresource.java 9
toString() is missing Add toString to JournalarticleresourceDAO. Medium JournalarticleresourceDAO.java 22
toString() is missing Add toString to Journalcontentsearch. Medium Journalcontentsearch.java 9
toString() is missing Add toString to JournalcontentsearchDAO. Medium JournalcontentsearchDAO.java 22
toString() is missing Add toString to Journalfeed. Medium Journalfeed.java 11
toString() is missing Add toString to JournalfeedDAO. Medium JournalfeedDAO.java 23
toString() is missing Add toString to Journalstructure. Medium Journalstructure.java 11
toString() is missing Add toString to JournalstructureDAO. Medium JournalstructureDAO.java 23
toString() is missing Add toString to Journaltemplate. Medium Journaltemplate.java 11
toString() is missing Add toString to JournaltemplateDAO. Medium JournaltemplateDAO.java 23
toString() is missing Add toString to Layout. Medium Layout.java 9
toString() is missing Add toString to LayoutDAO. Medium LayoutDAO.java 22
toString() is missing Add toString to Layoutset. Medium Layoutset.java 9
toString() is missing Add toString to LayoutsetDAO. Medium LayoutsetDAO.java 22
toString() is missing Add toString to Listtype. Medium Listtype.java 9
toString() is missing Add toString to ListtypeDAO. Medium ListtypeDAO.java 22
toString() is missing Add toString to LmuSenderMapping. Medium LmuSenderMapping.java 6
toString() is missing Add toString to LmuSenderMappingDAO. Medium LmuSenderMappingDAO.java 9
toString() is missing Add toString to Location. Medium Location.java 11
toString() is missing Add toString to LocationDAO. Medium LocationDAO.java 18
toString() is missing Add toString to LoginDAO. Medium LoginDAO.java 20
toString() is missing Add toString to Mbban. Medium Mbban.java 11
toString() is missing Add toString to MbbanDAO. Medium MbbanDAO.java 23
toString() is missing Add toString to Mbcategory. Medium Mbcategory.java 11
toString() is missing Add toString to MbcategoryDAO. Medium MbcategoryDAO.java 23
toString() is missing Add toString to Mbdiscussion. Medium Mbdiscussion.java 9
toString() is missing Add toString to MbdiscussionDAO. Medium MbdiscussionDAO.java 22
toString() is missing Add toString to Mbmailinglist. Medium Mbmailinglist.java 11
toString() is missing Add toString to MbmailinglistDAO. Medium MbmailinglistDAO.java 23
toString() is missing Add toString to Mbmessage. Medium Mbmessage.java 11
toString() is missing Add toString to MbmessageDAO. Medium MbmessageDAO.java 23
toString() is missing Add toString to Mbmessageflag. Medium Mbmessageflag.java 11
toString() is missing Add toString to MbmessageflagDAO. Medium MbmessageflagDAO.java 23
toString() is missing Add toString to Mbstatsuser. Medium Mbstatsuser.java 11
toString() is missing Add toString to MbstatsuserDAO. Medium MbstatsuserDAO.java 23
toString() is missing Add toString to Mbthread. Medium Mbthread.java 11
toString() is missing Add toString to MbthreadDAO. Medium MbthreadDAO.java 23
toString() is missing Add toString to Membershiprequest. Medium Membershiprequest.java 11
 
Violation Recommendation Severity Resource Line
Constant on right side of comparison Reverse the order of the operands. Medium FuelDataHelp.java 109
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 34
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 39
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 60
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 77
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 79
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 82
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 91
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 105
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 119
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 130
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 140
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 179
Constant on right side of comparison Reverse the order of the operands. Medium FenceSequencing.java 179
Constant on right side of comparison Reverse the order of the operands. Medium OrganizationMessageDAO.java 38
Constant on right side of comparison Reverse the order of the operands. Medium ReferenceDAO.java 66
Constant on right side of comparison Reverse the order of the operands. Medium TraversalDAO.java 50
Constant on right side of comparison Reverse the order of the operands. Medium TraversalDAO.java 53
Constant on right side of comparison Reverse the order of the operands. Medium TraversalDAO.java 92
Constant on right side of comparison Reverse the order of the operands. Medium TraversalDAO.java 193
Constant on right side of comparison Reverse the order of the operands. Medium TraversalDAO.java 196
Constant on right side of comparison Reverse the order of the operands. Medium TraversalDAO.java 215
Constant on right side of comparison Reverse the order of the operands. Medium VehicleFenceMapDAO.java 31
Constant on right side of comparison Reverse the order of the operands. Medium VehicleFenceMapDAO.java 34
Constant on right side of comparison Reverse the order of the operands. Medium VehicleFenceMapDAO.java 60
Constant on right side of comparison Reverse the order of the operands. Medium VehicleProcessDAO.java 64
Constant on right side of comparison Reverse the order of the operands. Medium VehicleProcessDAO.java 69
Constant on right side of comparison Reverse the order of the operands. Medium VehicleProcessDAO.java 180
Constant on right side of comparison Reverse the order of the operands. Medium VehicleProcessDAO.java 184
Constant on right side of comparison Reverse the order of the operands. Medium VehicleUserGeofenceDAO.java 42
Constant on right side of comparison Reverse the order of the operands. Medium VehicleUserGeofenceDAO.java 42
Constant on right side of comparison Reverse the order of the operands. Medium VehicleUserGeofenceDAO.java 67
Constant on right side of comparison Reverse the order of the operands. Medium VehicleUserGeofenceDAO.java 67
Constant on right side of comparison Reverse the order of the operands. Medium VehicleUserGeofenceDAO.java 67
Constant on right side of comparison Reverse the order of the operands. Medium VehicleUserGeofenceDAO.java 69
Constant on right side of comparison Reverse the order of the operands. Medium VehicleUserGeofenceDAO.java 97
Constant on right side of comparison Reverse the order of the operands. Medium VehicleUserGeofenceDAO.java 144
Constant on right side of comparison Reverse the order of the operands. Medium VehicleUserGeofenceDAO.java 148
Constant on right side of comparison Reverse the order of the operands. Medium DBManager.java 30
Constant on right side of comparison Reverse the order of the operands. Medium DBManager.java 75
Constant on right side of comparison Reverse the order of the operands. Medium DeviationHelper.java 116
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 49
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 56
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 60
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 61
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 69
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 72
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 49
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 56
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 60
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 61
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 69
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 71
Constant on right side of comparison Reverse the order of the operands. Medium BaseHibernateDAO.java 29
Constant on right side of comparison Reverse the order of the operands. Medium EventNotificationDAO.java 41
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTravellerDetailsId.java 50
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTravellerDetailsId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTravellerDetailsId.java 58
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTravellerDetailsId.java 61
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTravellerDetailsId.java 62
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTravellerDetailsId.java 71
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTravellerDetailsId.java 74
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTripDetailsId.java 49
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTripDetailsId.java 56
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTripDetailsId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTripDetailsId.java 59
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTripDetailsId.java 60
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTripDetailsId.java 69
Constant on right side of comparison Reverse the order of the operands. Medium FrequentTripDetailsId.java 72
Constant on right side of comparison Reverse the order of the operands. Medium GeofenceDAO.java 72
Constant on right side of comparison Reverse the order of the operands. Medium GeovehicleMapDAO.java 168
Constant on right side of comparison Reverse the order of the operands. Medium GroupsOrgsId.java 49
Constant on right side of comparison Reverse the order of the operands. Medium GroupsOrgsId.java 56
Constant on right side of comparison Reverse the order of the operands. Medium GroupsOrgsId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium GroupsOrgsId.java 60
Constant on right side of comparison Reverse the order of the operands. Medium GroupsOrgsId.java 61
Constant on right side of comparison Reverse the order of the operands. Medium GroupsOrgsId.java 70
Constant on right side of comparison Reverse the order of the operands. Medium GroupsOrgsId.java 73
Constant on right side of comparison Reverse the order of the operands. Medium GroupsPermissionsId.java 49
Constant on right side of comparison Reverse the order of the operands. Medium GroupsPermissionsId.java 56
Constant on right side of comparison Reverse the order of the operands. Medium GroupsPermissionsId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium GroupsPermissionsId.java 60
Constant on right side of comparison Reverse the order of the operands. Medium GroupsPermissionsId.java 61
Constant on right side of comparison Reverse the order of the operands. Medium GroupsPermissionsId.java 69
Constant on right side of comparison Reverse the order of the operands. Medium GroupsPermissionsId.java 72
Constant on right side of comparison Reverse the order of the operands. Medium GroupsRolesId.java 49
Constant on right side of comparison Reverse the order of the operands. Medium GroupsRolesId.java 56
Constant on right side of comparison Reverse the order of the operands. Medium GroupsRolesId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium GroupsRolesId.java 60
Constant on right side of comparison Reverse the order of the operands. Medium GroupsRolesId.java 61
Constant on right side of comparison Reverse the order of the operands. Medium GroupsRolesId.java 69
Constant on right side of comparison Reverse the order of the operands. Medium GroupsRolesId.java 71
Constant on right side of comparison Reverse the order of the operands. Medium GroupsUsergroupsId.java 49
Constant on right side of comparison Reverse the order of the operands. Medium GroupsUsergroupsId.java 56
Constant on right side of comparison Reverse the order of the operands. Medium GroupsUsergroupsId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium GroupsUsergroupsId.java 60
Constant on right side of comparison Reverse the order of the operands. Medium GroupsUsergroupsId.java 61
Constant on right side of comparison Reverse the order of the operands. Medium GroupsUsergroupsId.java 69
Constant on right side of comparison Reverse the order of the operands. Medium GroupsUsergroupsId.java 72
Constant on right side of comparison Reverse the order of the operands. Medium HibernateSessionFactory.java 70
Constant on right side of comparison Reverse the order of the operands. Medium HibernateSessionFactory.java 73
Constant on right side of comparison Reverse the order of the operands. Medium HibernateSessionFactory.java 75
Constant on right side of comparison Reverse the order of the operands. Medium HibernateSessionFactory.java 78
Constant on right side of comparison Reverse the order of the operands. Medium HibernateSessionFactory.java 117
Constant on right side of comparison Reverse the order of the operands. Medium LocationDAO.java 93
 
Violation Recommendation Severity Resource Line
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium HolidayProcessDAO.java 61
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium HolidayProcessDAO.java 92
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium HolidayProcessDAO.java 119
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 47
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 58
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 70
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 85
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 100
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 164
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 176
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 187
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 198
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 99
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 111
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 122
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 133
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 49
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 102
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 174
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 186
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 197
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 208
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 40
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 51
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 63
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 78
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 93
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 129
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 142
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 153
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 164
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 47
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 58
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 70
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 85
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 100
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 160
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 173
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 184
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 195
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 38
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 49
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 61
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 76
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 91
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 115
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 128
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 139
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 150
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 99
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 112
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 123
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 56
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 68
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 83
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 98
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 154
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 167
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 178
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 189
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 41
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 64
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 79
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 147
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 169
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 44
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 55
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 67
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 82
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 97
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 149
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 162
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 173
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 184
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 41
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 64
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 79
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 147
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 169
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 35
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 46
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 58
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 73
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 88
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 108
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 121
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 132
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 143
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 51
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 74
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 89
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 104
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 184
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 196
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 207
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 218
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CharityBarometerDAO.java 35
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CharityBarometerDAO.java 46
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CharityBarometerDAO.java 58
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CharityBarometerDAO.java 73
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CharityBarometerDAO.java 88
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CharityBarometerDAO.java 108
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CharityBarometerDAO.java 121
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CharityBarometerDAO.java 132
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CharityBarometerDAO.java 143
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatEntryDAO.java 37
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatEntryDAO.java 48
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatEntryDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatEntryDAO.java 75
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatEntryDAO.java 90
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatEntryDAO.java 118
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatEntryDAO.java 130
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatEntryDAO.java 141
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatEntryDAO.java 152
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatStatusDAO.java 40
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatStatusDAO.java 51
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatStatusDAO.java 63
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatStatusDAO.java 78
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatStatusDAO.java 93
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatStatusDAO.java 133
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatStatusDAO.java 146
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatStatusDAO.java 157
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ChatStatusDAO.java 168
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ClassnameDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ClassnameDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ClassnameDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ClassnameDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ClassnameDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ClassnameDAO.java 103
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ClassnameDAO.java 115
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ClassnameDAO.java 126
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ClassnameDAO.java 137
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CompanyDAO.java 41
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CompanyDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CompanyDAO.java 64
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CompanyDAO.java 79
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CompanyDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CompanyDAO.java 138
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CompanyDAO.java 150
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CompanyDAO.java 161
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CompanyDAO.java 172
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ContactDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ContactDAO.java 71
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ContactDAO.java 83
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ContactDAO.java 98
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ContactDAO.java 113
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ContactDAO.java 229
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ContactDAO.java 241
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ContactDAO.java 252
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ContactDAO.java 263
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CounterDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CounterDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CounterDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CounterDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CounterDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CounterDAO.java 103
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CounterDAO.java 115
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CounterDAO.java 126
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CounterDAO.java 137
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CountryDAO.java 39
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CountryDAO.java 50
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CountryDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CountryDAO.java 77
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CountryDAO.java 92
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CountryDAO.java 128
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CountryDAO.java 140
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CountryDAO.java 151
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CountryDAO.java 162
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrususerDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrususerDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrususerDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrususerDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrususerDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrususerDAO.java 103
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrususerDAO.java 115
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrususerDAO.java 126
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrususerDAO.java 137
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrusvirtualDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrusvirtualDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrusvirtualDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrusvirtualDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrusvirtualDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrusvirtualDAO.java 103
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrusvirtualDAO.java 116
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrusvirtualDAO.java 127
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CyrusvirtualDAO.java 138
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DeviceDAO.java 40
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DeviceDAO.java 51
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DeviceDAO.java 63
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DeviceDAO.java 78
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DeviceDAO.java 93
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DeviceDAO.java 121
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DeviceDAO.java 133
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DeviceDAO.java 144
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DeviceDAO.java 155
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileentryDAO.java 49
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileentryDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileentryDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileentryDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileentryDAO.java 102
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileentryDAO.java 174
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileentryDAO.java 187
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileentryDAO.java 198
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileentryDAO.java 209
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfilerankDAO.java 39
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfilerankDAO.java 50
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfilerankDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfilerankDAO.java 77
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfilerankDAO.java 92
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfilerankDAO.java 124
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfilerankDAO.java 137
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfilerankDAO.java 148
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfilerankDAO.java 159
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileshortcutDAO.java 42
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileshortcutDAO.java 53
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileshortcutDAO.java 65
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileshortcutDAO.java 80
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileshortcutDAO.java 95
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileshortcutDAO.java 139
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileshortcutDAO.java 152
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileshortcutDAO.java 163
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileshortcutDAO.java 174
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileversionDAO.java 42
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileversionDAO.java 53
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileversionDAO.java 65
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileversionDAO.java 80
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileversionDAO.java 95
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileversionDAO.java 139
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileversionDAO.java 152
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileversionDAO.java 163
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfileversionDAO.java 174
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfolderDAO.java 42
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfolderDAO.java 53
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfolderDAO.java 65
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfolderDAO.java 80
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfolderDAO.java 95
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfolderDAO.java 139
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfolderDAO.java 151
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfolderDAO.java 162
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium DlfolderDAO.java 173
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium EmailaddressDAO.java 42
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium EmailaddressDAO.java 53
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium EmailaddressDAO.java 65
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium EmailaddressDAO.java 80
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium EmailaddressDAO.java 95
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium EmailaddressDAO.java 139
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium EmailaddressDAO.java 152
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium EmailaddressDAO.java 163
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium EmailaddressDAO.java 174
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandocolumnDAO.java 39
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandocolumnDAO.java 50
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandocolumnDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandocolumnDAO.java 77
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandocolumnDAO.java 92
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandocolumnDAO.java 128
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandocolumnDAO.java 141
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandocolumnDAO.java 152
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandocolumnDAO.java 163
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandorowDAO.java 36
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandorowDAO.java 47
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandorowDAO.java 59
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandorowDAO.java 74
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandorowDAO.java 89
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandorowDAO.java 113
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandorowDAO.java 126
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandorowDAO.java 137
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandorowDAO.java 148
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandotableDAO.java 36
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandotableDAO.java 47
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandotableDAO.java 59
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandotableDAO.java 74
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandotableDAO.java 89
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandotableDAO.java 113
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandotableDAO.java 126
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandotableDAO.java 137
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandotableDAO.java 148
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandovalueDAO.java 40
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandovalueDAO.java 51
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandovalueDAO.java 63
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandovalueDAO.java 78
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandovalueDAO.java 93
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandovalueDAO.java 133
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandovalueDAO.java 146
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandovalueDAO.java 157
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ExpandovalueDAO.java 168
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FeedbackDAO.java 38
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FeedbackDAO.java 49
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FeedbackDAO.java 61
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FeedbackDAO.java 76
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FeedbackDAO.java 91
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FeedbackDAO.java 119
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FeedbackDAO.java 131
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FeedbackDAO.java 142
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FeedbackDAO.java 153
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceHistoryDAO.java 37
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceHistoryDAO.java 48
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceHistoryDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceHistoryDAO.java 75
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceHistoryDAO.java 90
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceHistoryDAO.java 114
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceHistoryDAO.java 127
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceHistoryDAO.java 138
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceHistoryDAO.java 149
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceReportDAO.java 50
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceReportDAO.java 61
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceReportDAO.java 73
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceReportDAO.java 88
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceReportDAO.java 103
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceReportDAO.java 127
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceReportDAO.java 140
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceReportDAO.java 151
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FenceReportDAO.java 162
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTravellerDetailsDAO.java 36
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTravellerDetailsDAO.java 47
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTravellerDetailsDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTravellerDetailsDAO.java 75
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTravellerDetailsDAO.java 90
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTravellerDetailsDAO.java 102
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTravellerDetailsDAO.java 116
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTravellerDetailsDAO.java 127
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTravellerDetailsDAO.java 138
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTripDetailsDAO.java 35
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTripDetailsDAO.java 46
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTripDetailsDAO.java 59
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTripDetailsDAO.java 74
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTripDetailsDAO.java 89
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTripDetailsDAO.java 105
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTripDetailsDAO.java 118
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTripDetailsDAO.java 129
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FrequentTripDetailsDAO.java 140
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FuelCalibrationDAO.java 33
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FuelCalibrationDAO.java 44
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FuelCalibrationDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FuelCalibrationDAO.java 77
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FuelCalibrationDAO.java 92
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FuelCalibrationDAO.java 104
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FuelCalibrationDAO.java 117
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FuelCalibrationDAO.java 128
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium FuelCalibrationDAO.java 139
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeofenceDAO.java 51
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeofenceDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeofenceDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeofenceDAO.java 109
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeofenceDAO.java 157
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeofenceDAO.java 169
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeofenceDAO.java 180
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeofenceDAO.java 191
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeovehicleMapDAO.java 71
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeovehicleMapDAO.java 83
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeovehicleMapDAO.java 98
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeovehicleMapDAO.java 113
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeovehicleMapDAO.java 143
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeovehicleMapDAO.java 156
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeovehicleMapDAO.java 189
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GeovehicleMapDAO.java 200
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupDAO.java 56
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupDAO.java 68
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupDAO.java 83
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupDAO.java 98
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupDAO.java 170
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupDAO.java 181
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupDAO.java 192
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsOrgsDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsOrgsDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsOrgsDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsOrgsDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsOrgsDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsOrgsDAO.java 99
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsOrgsDAO.java 112
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsOrgsDAO.java 123
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsOrgsDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsPermissionsDAO.java 35
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsPermissionsDAO.java 46
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsPermissionsDAO.java 58
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsPermissionsDAO.java 73
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsPermissionsDAO.java 88
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsPermissionsDAO.java 100
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsPermissionsDAO.java 113
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsPermissionsDAO.java 124
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsPermissionsDAO.java 135
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsRolesDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsRolesDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsRolesDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsRolesDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsRolesDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsRolesDAO.java 99
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsRolesDAO.java 112
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsRolesDAO.java 123
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsRolesDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsUsergroupsDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsUsergroupsDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsUsergroupsDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsUsergroupsDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsUsergroupsDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsUsergroupsDAO.java 99
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsUsergroupsDAO.java 112
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsUsergroupsDAO.java 123
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium GroupsUsergroupsDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium HolidaysDAO.java 29
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium HolidaysDAO.java 40
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium HolidaysDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium HolidaysDAO.java 68
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium HolidaysDAO.java 106
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgfolderDAO.java 41
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgfolderDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgfolderDAO.java 64
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgfolderDAO.java 79
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgfolderDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgfolderDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgfolderDAO.java 146
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgfolderDAO.java 157
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgfolderDAO.java 168
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgimageDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgimageDAO.java 56
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgimageDAO.java 68
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgimageDAO.java 83
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgimageDAO.java 98
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgimageDAO.java 154
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgimageDAO.java 166
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgimageDAO.java 177
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium IgimageDAO.java 188
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ImageDAO.java 39
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ImageDAO.java 50
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ImageDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ImageDAO.java 77
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ImageDAO.java 92
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ImageDAO.java 124
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ImageDAO.java 136
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ImageDAO.java 147
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ImageDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium InboxDAO.java 39
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium InboxDAO.java 50
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium InboxDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium InboxDAO.java 77
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium InboxDAO.java 92
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium InboxDAO.java 124
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium InboxDAO.java 136
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium InboxDAO.java 147
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium InboxDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleDAO.java 68
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleDAO.java 80
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleDAO.java 95
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleDAO.java 110
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleDAO.java 214
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleDAO.java 227
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleDAO.java 238
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleDAO.java 249
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleimageDAO.java 41
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleimageDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleimageDAO.java 64
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleimageDAO.java 79
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleimageDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleimageDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleimageDAO.java 147
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleimageDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleimageDAO.java 169
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleresourceDAO.java 36
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleresourceDAO.java 47
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleresourceDAO.java 59
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleresourceDAO.java 74
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleresourceDAO.java 89
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleresourceDAO.java 109
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleresourceDAO.java 122
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleresourceDAO.java 133
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalarticleresourceDAO.java 144
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalcontentsearchDAO.java 40
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalcontentsearchDAO.java 51
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalcontentsearchDAO.java 63
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalcontentsearchDAO.java 78
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalcontentsearchDAO.java 93
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalcontentsearchDAO.java 129
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalcontentsearchDAO.java 142
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalcontentsearchDAO.java 153
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalcontentsearchDAO.java 164
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalfeedDAO.java 54
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalfeedDAO.java 65
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalfeedDAO.java 77
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalfeedDAO.java 92
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalfeedDAO.java 107
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalfeedDAO.java 200
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalfeedDAO.java 213
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalfeedDAO.java 224
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalfeedDAO.java 235
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalstructureDAO.java 44
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalstructureDAO.java 55
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalstructureDAO.java 67
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalstructureDAO.java 82
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalstructureDAO.java 97
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalstructureDAO.java 149
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalstructureDAO.java 162
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalstructureDAO.java 173
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournalstructureDAO.java 184
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournaltemplateDAO.java 49
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournaltemplateDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournaltemplateDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournaltemplateDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournaltemplateDAO.java 102
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournaltemplateDAO.java 174
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournaltemplateDAO.java 187
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournaltemplateDAO.java 198
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium JournaltemplateDAO.java 209
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutDAO.java 54
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutDAO.java 65
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutDAO.java 77
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutDAO.java 92
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutDAO.java 107
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutDAO.java 203
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutDAO.java 215
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutDAO.java 226
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutDAO.java 237
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutsetDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutsetDAO.java 56
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutsetDAO.java 68
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutsetDAO.java 83
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutsetDAO.java 98
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutsetDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutsetDAO.java 170
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutsetDAO.java 181
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LayoutsetDAO.java 192
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ListtypeDAO.java 35
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ListtypeDAO.java 46
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ListtypeDAO.java 58
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ListtypeDAO.java 73
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ListtypeDAO.java 88
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ListtypeDAO.java 108
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ListtypeDAO.java 120
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ListtypeDAO.java 131
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium ListtypeDAO.java 142
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LocationDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LocationDAO.java 68
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LocationDAO.java 119
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LoginDAO.java 46
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium LoginDAO.java 73
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbbanDAO.java 39
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbbanDAO.java 50
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbbanDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbbanDAO.java 77
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbbanDAO.java 92
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbbanDAO.java 124
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbbanDAO.java 136
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbbanDAO.java 147
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbbanDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbcategoryDAO.java 44
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbcategoryDAO.java 55
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbcategoryDAO.java 67
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbcategoryDAO.java 82
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbcategoryDAO.java 97
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbcategoryDAO.java 149
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbcategoryDAO.java 162
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbcategoryDAO.java 173
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbcategoryDAO.java 184
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbdiscussionDAO.java 36
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbdiscussionDAO.java 47
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbdiscussionDAO.java 59
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbdiscussionDAO.java 74
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbdiscussionDAO.java 89
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbdiscussionDAO.java 113
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbdiscussionDAO.java 126
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbdiscussionDAO.java 137
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbdiscussionDAO.java 148
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmailinglistDAO.java 56
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmailinglistDAO.java 67
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmailinglistDAO.java 79
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmailinglistDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmailinglistDAO.java 109
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmailinglistDAO.java 209
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmailinglistDAO.java 222
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmailinglistDAO.java 233
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmailinglistDAO.java 244
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageDAO.java 49
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageDAO.java 102
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageDAO.java 174
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageDAO.java 186
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageDAO.java 197
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageDAO.java 208
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageflagDAO.java 38
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageflagDAO.java 49
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageflagDAO.java 61
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageflagDAO.java 76
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageflagDAO.java 91
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageflagDAO.java 119
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageflagDAO.java 132
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageflagDAO.java 143
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbmessageflagDAO.java 154
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbstatsuserDAO.java 37
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbstatsuserDAO.java 48
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbstatsuserDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbstatsuserDAO.java 75
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbstatsuserDAO.java 90
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbstatsuserDAO.java 114
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbstatsuserDAO.java 127
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbstatsuserDAO.java 138
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbstatsuserDAO.java 149
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbthreadDAO.java 41
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbthreadDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbthreadDAO.java 64
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbthreadDAO.java 79
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbthreadDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbthreadDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbthreadDAO.java 146
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbthreadDAO.java 157
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium MbthreadDAO.java 168
 
Violation Recommendation Severity Resource Line
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium DeviationHelper.java 148
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium LocationDAO.java 110
 
Violation Recommendation Severity Resource Line
Missing Namespace Version Add the version of the WSDL or schema to the end of the namespace. Medium PolygonRegion.wsdl 2
Missing Namespace Version Add the version of the WSDL or schema to the end of the namespace. Medium PolygonRegion.wsdl 4
Missing Namespace Version Add the version of the WSDL or schema to the end of the namespace. Medium PolygonRegionSOAP.wsdl 2
Missing Namespace Version Add the version of the WSDL or schema to the end of the namespace. Medium PolygonRegionSOAP.wsdl 4
 
Violation Recommendation Severity Resource Line
Comparing incompatible types using the equals method Avoid comparing objects whose types do not have any common parent classes or interfaces. Medium FenceSequencing.java 125
 
Violation Recommendation Severity Resource Line
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceSequencing.java 49
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceSequencing.java 70
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceSequencing.java 73
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceSequencing.java 109
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceSequencing.java 116
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceSequencing.java 125
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceSequencing.java 165
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceSequencing.java 185
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceUsersDAO.java 70
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceUsersDAO.java 70
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium GoogleReqCountDAO.java 26
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium HolidayProcessDAO.java 135
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium HolidayProcessDAO.java 139
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LoginProcessDAO.java 39
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LoginProcessDAO.java 39
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium OrganizationMessageDAO.java 35
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium OrganizationMessageDAO.java 36
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ReferenceDAO.java 66
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ReferenceDAO.java 66
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ReferenceDAO.java 67
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ReferenceDAO.java 67
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TraversalDAO.java 122
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TraversalDAO.java 126
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TraversalDAO.java 127
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TraversalDAO.java 162
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TraversalDAO.java 164
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripProcessDAO.java 68
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleFenceMapDAO.java 29
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleFenceMapDAO.java 40
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleFenceMapDAO.java 47
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleFenceMapDAO.java 56
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleFenceMapDAO.java 67
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleFenceMapDAO.java 76
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleProcessDAO.java 66
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleProcessDAO.java 66
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleProcessDAO.java 71
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleProcessDAO.java 71
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleProcessDAO.java 75
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 36
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 49
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 55
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 63
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 76
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 83
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 92
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 102
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 108
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleUserGeofenceDAO.java 141
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDistanceDTO.java 36
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDistanceDTO.java 48
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDistanceDTO.java 49
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleInfoDTO.java 50
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleInfoDTO.java 51
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleInfoDTO.java 52
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleInfoDTO.java 53
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleInfoDTO.java 54
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleInfoDTO.java 55
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleInfoDTO.java 56
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium VehicleInfoDTO.java 57
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DeviationHelper.java 160
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DeviationHelper.java 160
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium EventNotificationDAO.java 38
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium EventNotificationDAO.java 39
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceReportDAO.java 307
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceReportDAO.java 307
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium Geofence.java 37
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LocationDAO.java 86
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LocationDAO.java 86
 
Violation Recommendation Severity Resource Line
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FenceSequencing.java 71
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FenceSequencing.java 71
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FenceSequencing.java 179
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FencingDAO.java 88
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FencingDAO.java 89
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FencingDAO.java 90
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FencingDAO.java 115
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium HolidayProcessDAO.java 131
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium HolidayProcessDAO.java 131
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ReferenceDAO.java 66
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ReferenceDAO.java 67
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 82
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 82
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 95
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 95
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 95
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 187
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 187
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 188
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 188
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 217
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TraversalDAO.java 217
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 86
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 86
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 87
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 87
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 88
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 88
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 89
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 89
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 91
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 91
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 95
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 95
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 109
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 109
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 114
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DeviationHelper.java 114
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FenceReportDAO.java 170
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FenceReportDAO.java 170
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FenceReportDAO.java 284
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FenceReportDAO.java 284
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FenceReportDAO.java 325
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium FenceReportDAO.java 325
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium LoginDAO.java 65
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium LoginDAO.java 65
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium LoginDAO.java 67
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium LoginDAO.java 67
 
Violation Recommendation Severity Resource Line
The keyword "this" is unnecessary Delete the keyword "this". Medium TraversalReferenceDAO.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium TraversalReferenceDAO.java 64
The keyword "this" is unnecessary Delete the keyword "this". Medium TraversalReferenceDAO.java 73
The keyword "this" is unnecessary Delete the keyword "this". Medium TraversalReferenceDAO.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium TraversalReferenceDAO.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium TraversalReferenceDAO.java 97
The keyword "this" is unnecessary Delete the keyword "this". Medium TraversalReferenceDAO.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium TraversalReferenceDAO.java 115
The keyword "this" is unnecessary Delete the keyword "this". Medium TraversalReferenceDAO.java 125
The keyword "this" is unnecessary Delete the keyword "this". Medium VehicleInfoDTO.java 50
The keyword "this" is unnecessary Delete the keyword "this". Medium VehicleInfoDTO.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium VehicleInfoDTO.java 52
The keyword "this" is unnecessary Delete the keyword "this". Medium VehicleInfoDTO.java 53
The keyword "this" is unnecessary Delete the keyword "this". Medium VehicleInfoDTO.java 54
The keyword "this" is unnecessary Delete the keyword "this". Medium VehicleInfoDTO.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium VehicleInfoDTO.java 56
The keyword "this" is unnecessary Delete the keyword "this". Medium VehicleInfoDTO.java 57
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 70
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 78
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 86
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 94
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 102
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 110
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 118
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 126
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 134
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 142
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 150
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 158
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 166
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 174
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 182
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 190
The keyword "this" is unnecessary Delete the keyword "this". Medium Accounts.java 29
The keyword "this" is unnecessary Delete the keyword "this". Medium AccountsId.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium AccountsId.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 74
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 114
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 122
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 130
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 138
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 146
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 154
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 162
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 170
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 178
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 186
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 194
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 202
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 210
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 47
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 72
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 80
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 88
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 96
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 104
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 112
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 120
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 128
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 136
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 144
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 152
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 160
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 168
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 176
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 184
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 192
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 200
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 45
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 53
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 61
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 69
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 77
The keyword "this" is unnecessary Delete the keyword "this". Medium AutoPkSupport.java 29
The keyword "this" is unnecessary Delete the keyword "this". Medium AutoPkSupportId.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium AutoPkSupportId.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 67
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 75
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 83
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 91
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 99
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 107
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 115
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 123
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 131
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 139
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 147
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 155
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 163
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 171
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 179
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 103
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 111
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 119
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 103
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 111
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 119
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 127
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 135
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 143
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 151
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 159
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 56
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 64
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 72
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 80
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 88
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 96
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 104
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 112
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 120
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 128
The keyword "this" is unnecessary Delete the keyword "this". Medium Browsertracker.java 38
The keyword "this" is unnecessary Delete the keyword "this". Medium Browsertracker.java 46
The keyword "this" is unnecessary Delete the keyword "this". Medium Browsertracker.java 54
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 84
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 92
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 100
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 108
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 116
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 124
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 132
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 140
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 148
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 156
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 164
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 172
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 180
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 188
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 196
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 204
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 212
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 220
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 228
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 236
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 244
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 252
The keyword "this" is unnecessary Delete the keyword "this". Medium CharityBarometer.java 40
The keyword "this" is unnecessary Delete the keyword "this". Medium CharityBarometer.java 48
The keyword "this" is unnecessary Delete the keyword "this". Medium CharityBarometer.java 56
The keyword "this" is unnecessary Delete the keyword "this". Medium CharityBarometer.java 64
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatEntry.java 43
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatEntry.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatEntry.java 59
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatEntry.java 67
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatEntry.java 75
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatStatus.java 50
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatStatus.java 58
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatStatus.java 66
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatStatus.java 74
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatStatus.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatStatus.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatStatus.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium ChatStatus.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Classname.java 36
The keyword "this" is unnecessary Delete the keyword "this". Medium Classname.java 44
The keyword "this" is unnecessary Delete the keyword "this". Medium Company.java 52
The keyword "this" is unnecessary Delete the keyword "this". Medium Company.java 60
The keyword "this" is unnecessary Delete the keyword "this". Medium Company.java 68
The keyword "this" is unnecessary Delete the keyword "this". Medium Company.java 76
The keyword "this" is unnecessary Delete the keyword "this". Medium Company.java 84
The keyword "this" is unnecessary Delete the keyword "this". Medium Company.java 92
The keyword "this" is unnecessary Delete the keyword "this". Medium Company.java 100
The keyword "this" is unnecessary Delete the keyword "this". Medium Company.java 108
The keyword "this" is unnecessary Delete the keyword "this". Medium Company.java 116
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 102
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 110
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 118
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 126
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 134
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 142
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 150
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 158
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 166
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 174
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 182
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 190
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 198
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 206
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 214
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 222
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 230
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 238
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 246
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 254
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 262
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 270
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 278
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 286
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 294
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 302
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 310
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 318
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 326
The keyword "this" is unnecessary Delete the keyword "this". Medium Contact.java 334
The keyword "this" is unnecessary Delete the keyword "this". Medium Counter.java 36
The keyword "this" is unnecessary Delete the keyword "this". Medium Counter.java 44
The keyword "this" is unnecessary Delete the keyword "this". Medium Country.java 47
The keyword "this" is unnecessary Delete the keyword "this". Medium Country.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium Country.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Country.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Country.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Country.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Country.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Cyrususer.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium Cyrususer.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium Cyrusvirtual.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium Cyrusvirtual.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium Device.java 89
The keyword "this" is unnecessary Delete the keyword "this". Medium Device.java 105
The keyword "this" is unnecessary Delete the keyword "this". Medium Device.java 113
The keyword "this" is unnecessary Delete the keyword "this". Medium Device.java 121
The keyword "this" is unnecessary Delete the keyword "this". Medium Device.java 129
The keyword "this" is unnecessary Delete the keyword "this". Medium Device.java 137
The keyword "this" is unnecessary Delete the keyword "this". Medium Device.java 145
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 75
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 83
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 91
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 99
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 107
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 115
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 123
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 131
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 139
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 147
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 155
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 163
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 171
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 179
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 187
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 195
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 203
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileentry.java 211
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfilerank.java 49
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfilerank.java 57
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfilerank.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfilerank.java 73
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfilerank.java 81
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfilerank.java 89
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfilerank.java 97
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 58
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 66
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 74
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 114
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 122
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 130
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileshortcut.java 138
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 56
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 64
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 72
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 80
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 88
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 96
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 104
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 112
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 120
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfileversion.java 128
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 61
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 69
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 77
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 85
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 93
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 101
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 109
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 117
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 125
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 133
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 141
The keyword "this" is unnecessary Delete the keyword "this". Medium Dlfolder.java 149
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 59
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 67
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 75
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 83
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 91
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 99
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 107
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 115
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 123
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 131
The keyword "this" is unnecessary Delete the keyword "this". Medium Emailaddress.java 139
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandocolumn.java 47
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandocolumn.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandocolumn.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandocolumn.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandocolumn.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandocolumn.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandocolumn.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandorow.java 40
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandorow.java 48
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandorow.java 56
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandorow.java 64
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandotable.java 41
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandotable.java 49
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandotable.java 57
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandotable.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandovalue.java 50
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandovalue.java 58
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandovalue.java 66
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandovalue.java 74
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandovalue.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandovalue.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandovalue.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium Expandovalue.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Feedback.java 52
The keyword "this" is unnecessary Delete the keyword "this". Medium Feedback.java 60
The keyword "this" is unnecessary Delete the keyword "this". Medium Feedback.java 68
The keyword "this" is unnecessary Delete the keyword "this". Medium Feedback.java 76
The keyword "this" is unnecessary Delete the keyword "this". Medium Feedback.java 84
The keyword "this" is unnecessary Delete the keyword "this". Medium Feedback.java 92
The keyword "this" is unnecessary Delete the keyword "this". Medium Feedback.java 100
The keyword "this" is unnecessary Delete the keyword "this". Medium Feedback.java 108
The keyword "this" is unnecessary Delete the keyword "this". Medium FrequentTravellerDetails.java 29
The keyword "this" is unnecessary Delete the keyword "this". Medium FrequentTravellerDetailsId.java 32
The keyword "this" is unnecessary Delete the keyword "this". Medium FrequentTravellerDetailsId.java 40
The keyword "this" is unnecessary Delete the keyword "this". Medium FrequentTripDetails.java 37
The keyword "this" is unnecessary Delete the keyword "this". Medium FrequentTripDetails.java 45
The keyword "this" is unnecessary Delete the keyword "this". Medium FrequentTripDetailsId.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium FrequentTripDetailsId.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 103
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 111
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 119
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 127
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 135
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 143
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 151
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 159
The keyword "this" is unnecessary Delete the keyword "this". Medium Geofence.java 167
The keyword "this" is unnecessary Delete the keyword "this". Medium GeovehicleMap.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium GeovehicleMap.java 73
The keyword "this" is unnecessary Delete the keyword "this". Medium GeovehicleMap.java 81
The keyword "this" is unnecessary Delete the keyword "this". Medium GeovehicleMap.java 89
The keyword "this" is unnecessary Delete the keyword "this". Medium GoogleReqCount.java 28
The keyword "this" is unnecessary Delete the keyword "this". Medium GoogleReqCount.java 36
The keyword "this" is unnecessary Delete the keyword "this". Medium GoogleReqCount.java 44
The keyword "this" is unnecessary Delete the keyword "this". Medium GoogleReqCount.java 52
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 61
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 69
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 77
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 85
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 93
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 101
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 109
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 117
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 125
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 133
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 141
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 149
The keyword "this" is unnecessary Delete the keyword "this". Medium Group.java 157
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsOrgs.java 29
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsOrgsId.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsOrgsId.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsPermissions.java 29
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsPermissionsId.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsPermissionsId.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsRoles.java 29
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsRolesId.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsRolesId.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsUsergroups.java 29
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsUsergroupsId.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium GroupsUsergroupsId.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium Holidays.java 24
The keyword "this" is unnecessary Delete the keyword "this". Medium Holidays.java 32
The keyword "this" is unnecessary Delete the keyword "this". Medium Holidays.java 35
The keyword "this" is unnecessary Delete the keyword "this". Medium Holidays.java 38
The keyword "this" is unnecessary Delete the keyword "this". Medium Holidays.java 44
The keyword "this" is unnecessary Delete the keyword "this". Medium Holidays.java 50
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 56
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 64
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 72
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 80
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 88
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 96
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 104
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 112
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 120
The keyword "this" is unnecessary Delete the keyword "this". Medium Igfolder.java 128
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 73
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 81
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 89
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 97
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 105
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 113
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 121
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 129
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 137
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 145
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 153
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 161
The keyword "this" is unnecessary Delete the keyword "this". Medium Igimage.java 169
The keyword "this" is unnecessary Delete the keyword "this". Medium Image.java 49
The keyword "this" is unnecessary Delete the keyword "this". Medium Image.java 57
The keyword "this" is unnecessary Delete the keyword "this". Medium Image.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium Image.java 73
The keyword "this" is unnecessary Delete the keyword "this". Medium Image.java 81
The keyword "this" is unnecessary Delete the keyword "this". Medium Image.java 89
The keyword "this" is unnecessary Delete the keyword "this". Medium Image.java 97
The keyword "this" is unnecessary Delete the keyword "this". Medium Inbox.java 52
The keyword "this" is unnecessary Delete the keyword "this". Medium Inbox.java 60
The keyword "this" is unnecessary Delete the keyword "this". Medium Inbox.java 68
The keyword "this" is unnecessary Delete the keyword "this". Medium Inbox.java 76
The keyword "this" is unnecessary Delete the keyword "this". Medium Inbox.java 84
The keyword "this" is unnecessary Delete the keyword "this". Medium Inbox.java 92
The keyword "this" is unnecessary Delete the keyword "this". Medium Inbox.java 100
The keyword "this" is unnecessary Delete the keyword "this". Medium Inbox.java 108
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 102
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 110
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 118
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 126
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 134
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 142
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 150
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 158
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 166
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 174
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 182
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 190
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 198
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 206
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 214
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 222
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 230
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 238
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 246
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 254
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 262
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 270
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 278
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 286
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 294
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 302
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 310
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 318
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 326
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticle.java 334
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleimage.java 50
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleimage.java 58
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleimage.java 66
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleimage.java 74
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleimage.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleimage.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleimage.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleimage.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleresource.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleresource.java 47
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalarticleresource.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalcontentsearch.java 48
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalcontentsearch.java 56
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalcontentsearch.java 64
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalcontentsearch.java 72
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalcontentsearch.java 80
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalcontentsearch.java 88
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalcontentsearch.java 96
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 86
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 94
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 102
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 110
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 118
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 126
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 134
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 142
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 150
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 158
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 166
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 174
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 182
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 190
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 198
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 206
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 214
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 222
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 230
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 238
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 246
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 254
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalfeed.java 262
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 103
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 111
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 119
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 127
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 135
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 143
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 151
The keyword "this" is unnecessary Delete the keyword "this". Medium Journalstructure.java 159
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 74
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 114
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 122
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 130
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 138
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 146
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 154
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 162
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 170
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 178
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 186
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 194
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 202
The keyword "this" is unnecessary Delete the keyword "this". Medium Journaltemplate.java 210
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 114
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 122
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 130
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 138
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 146
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 154
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 162
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 170
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 178
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 186
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 194
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 202
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 210
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 218
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 226
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 234
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 242
The keyword "this" is unnecessary Delete the keyword "this". Medium Layout.java 250
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 61
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 69
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 77
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 85
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 93
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 101
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 109
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 117
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 125
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 133
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 141
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 149
The keyword "this" is unnecessary Delete the keyword "this". Medium Layoutset.java 157
The keyword "this" is unnecessary Delete the keyword "this". Medium Listtype.java 38
The keyword "this" is unnecessary Delete the keyword "this". Medium Listtype.java 46
The keyword "this" is unnecessary Delete the keyword "this". Medium Listtype.java 54
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbban.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbban.java 59
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbban.java 67
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbban.java 75
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbban.java 83
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbban.java 91
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbban.java 99
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbban.java 107
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 66
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 74
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 114
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 122
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 130
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 138
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 146
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 154
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 162
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbcategory.java 170
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbdiscussion.java 41
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbdiscussion.java 49
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbdiscussion.java 57
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbdiscussion.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 91
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 99
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 107
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 115
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 123
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 131
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 139
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 147
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 155
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 163
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 171
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 179
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 187
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 195
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 203
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 211
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 219
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 227
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 235
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 243
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 251
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 259
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 267
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 275
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmailinglist.java 283
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 74
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 114
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 122
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 130
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 138
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 146
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 154
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 162
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 170
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 178
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 186
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 194
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 202
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessage.java 210
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessageflag.java 47
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessageflag.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessageflag.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessageflag.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessageflag.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbmessageflag.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbstatsuser.java 45
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbstatsuser.java 53
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbstatsuser.java 61
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbstatsuser.java 69
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbstatsuser.java 77
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbthread.java 54
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbthread.java 62
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbthread.java 70
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbthread.java 78
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbthread.java 86
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbthread.java 94
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbthread.java 102
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbthread.java 110
The keyword "this" is unnecessary Delete the keyword "this". Medium Mbthread.java 118
 
Violation Recommendation Severity Resource Line
DB Driver invoked Don't reference the disallowed type. Medium DBManager.java 12
DB Driver invoked Don't reference the disallowed type. Medium DBManager.java 100
 
Violation Recommendation Severity Resource Line
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 44
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 52
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 57
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 63
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 75
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 80
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 84
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 90
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 99
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 157
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 169
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 172
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 175
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 181
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 184
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 186
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 192
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 195
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 197
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 98
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 104
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 107
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 110
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 116
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 119
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 121
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 127
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 130
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 46
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 65
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 101
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 167
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 173
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 179
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 182
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 185
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 191
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 194
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 196
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 202
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 205
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 207
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 37
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 48
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 56
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 68
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 73
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 83
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 92
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 122
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 128
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 134
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 138
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 141
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 147
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 150
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 158
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 161
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 44
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 52
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 57
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 63
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 75
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 80
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 84
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 90
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 99
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 153
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 159
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 165
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 169
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 172
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 178
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 181
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 189
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 192
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 194
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 32
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 35
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 37
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 46
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 54
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 60
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 66
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 71
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 75
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 81
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 90
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 108
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 114
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 120
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 124
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 127
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 136
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 144
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 147
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 149
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 98
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 104
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 108
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 111
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 117
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 120
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 122
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 128
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 131
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 55
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 61
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 82
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 88
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 97
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 147
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 153
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 159
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 163
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 166
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 172
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 175
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 177
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 186
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 188
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 38
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 49
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 74
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 127
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 143
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 155
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 166
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 168
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 41
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 52
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 60
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 66
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 81
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 87
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 96
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 142
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 148
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 154
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 158
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 161
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 167
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 170
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 172
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 178
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 181
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 38
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 49
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 74
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 127
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 143
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 155
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 166
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 168
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 29
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 32
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 43
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 51
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 57
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 68
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 87
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 101
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 107
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 113
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 117
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 120
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 129
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 137
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 140
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 142
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 48
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 59
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 79
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 88
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 94
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 103
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 177
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 189
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 192
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 195
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 201
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 204
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 206
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 212
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 215
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 217
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 29
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 32
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 43
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 51
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 57
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 68
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 87
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 101
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 107
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 113
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 117
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 120
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 129
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 137
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 140
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CharityBarometerDAO.java 142
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 31
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 34
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 36
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 42
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 45
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 47
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 65
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 70
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 74
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 80
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 89
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 111
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 117
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 123
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 126
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 129
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 135
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 138
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 140
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 149
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatEntryDAO.java 151
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 37
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 48
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 56
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 68
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 73
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 83
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 92
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 126
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 142
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 145
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 151
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 154
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 156
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 162
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 165
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ChatStatusDAO.java 167
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ClassnameDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ClassnameDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ClassnameDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ClassnameDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ClassnameDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 96
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ClassnameDAO.java 102
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 108
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 111
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ClassnameDAO.java 114
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 120
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 123
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ClassnameDAO.java 125
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ClassnameDAO.java 134
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ClassnameDAO.java 136
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 38
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CompanyDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 49
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CompanyDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CompanyDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 74
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CompanyDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CompanyDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 131
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CompanyDAO.java 137
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 143
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 146
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CompanyDAO.java 149
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 155
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 158
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CompanyDAO.java 160
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 166
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CompanyDAO.java 169
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CompanyDAO.java 171
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ContactDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 65
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 68
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ContactDAO.java 70
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 76
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ContactDAO.java 82
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 88
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 93
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ContactDAO.java 97
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 103
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ContactDAO.java 112
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 222
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ContactDAO.java 228
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 234
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 237
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ContactDAO.java 240
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 246
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 249
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ContactDAO.java 251
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 257
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ContactDAO.java 260
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ContactDAO.java 262
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CounterDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CounterDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CounterDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CounterDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CounterDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 96
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CounterDAO.java 102
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 108
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 111
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CounterDAO.java 114
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 120
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 123
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CounterDAO.java 125
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CounterDAO.java 134
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CounterDAO.java 136
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 36
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CountryDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 47
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CountryDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CountryDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 72
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CountryDAO.java 76
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CountryDAO.java 91
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 121
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CountryDAO.java 127
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 136
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CountryDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 145
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 148
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CountryDAO.java 150
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 156
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CountryDAO.java 159
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CountryDAO.java 161
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrususerDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrususerDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrususerDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrususerDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrususerDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 96
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrususerDAO.java 102
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 108
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 111
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrususerDAO.java 114
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 120
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 123
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrususerDAO.java 125
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrususerDAO.java 134
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrususerDAO.java 136
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 96
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 102
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 108
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 112
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 115
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 121
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 124
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 135
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CyrusvirtualDAO.java 137
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 37
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DeviceDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 48
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DeviceDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 56
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DeviceDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 68
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 73
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DeviceDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 83
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DeviceDAO.java 92
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 114
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DeviceDAO.java 120
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 129
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DeviceDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 141
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DeviceDAO.java 143
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 149
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DeviceDAO.java 152
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DeviceDAO.java 154
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 46
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 65
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 101
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 167
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 173
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 179
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 183
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 186
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 192
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 195
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 197
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 203
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 206
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileentryDAO.java 208
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 36
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 47
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 72
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 76
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 91
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 117
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 123
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 129
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 133
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 136
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 142
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 145
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 147
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 153
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 156
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfilerankDAO.java 158
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 36
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 39
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 47
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 52
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 58
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 70
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 75
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 79
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 85
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 94
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 132
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 144
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 148
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 151
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 160
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 162
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 168
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 171
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileshortcutDAO.java 173
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 36
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 39
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 47
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 52
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 58
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 70
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 75
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 79
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 85
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 94
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 132
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 144
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 148
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 151
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 160
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 162
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 168
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 171
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfileversionDAO.java 173
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 36
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 39
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfolderDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 47
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfolderDAO.java 52
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 58
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfolderDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 70
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 75
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfolderDAO.java 79
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 85
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfolderDAO.java 94
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 132
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfolderDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 144
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 147
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfolderDAO.java 150
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 156
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 159
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfolderDAO.java 161
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 167
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium DlfolderDAO.java 170
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium DlfolderDAO.java 172
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 36
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 39
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 47
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 52
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 58
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 70
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 75
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 79
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 85
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 94
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 132
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 144
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 148
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 151
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 160
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 162
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 168
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 171
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EmailaddressDAO.java 173
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium EventNotificationDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium EventNotificationDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 36
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 47
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 72
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 76
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 91
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 121
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 127
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 137
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 140
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 149
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 151
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 160
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandocolumnDAO.java 162
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 30
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 33
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 44
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 52
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 58
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 69
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 79
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 88
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 106
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 112
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 118
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 122
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 125
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 134
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 136
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 142
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 145
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandorowDAO.java 147
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 30
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 33
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 44
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 52
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 58
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 69
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 79
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 88
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 106
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 112
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 118
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 122
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 125
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 134
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 136
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 142
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 145
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandotableDAO.java 147
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 37
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 48
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 56
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 68
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 73
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 83
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 92
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 126
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 142
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 145
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 151
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 154
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 156
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 162
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 165
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ExpandovalueDAO.java 167
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 32
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 35
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FeedbackDAO.java 37
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 46
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FeedbackDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 54
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FeedbackDAO.java 60
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 66
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 71
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FeedbackDAO.java 75
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 81
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FeedbackDAO.java 90
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 112
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FeedbackDAO.java 118
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 124
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 127
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FeedbackDAO.java 130
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 136
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 139
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FeedbackDAO.java 141
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 147
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FeedbackDAO.java 150
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FeedbackDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 31
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 34
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 36
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 42
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 45
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 47
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 65
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 70
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 74
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 80
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 89
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 107
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 113
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 119
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 123
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 135
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 137
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 143
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 146
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceHistoryDAO.java 148
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 47
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceReportDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 55
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 58
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceReportDAO.java 60
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 66
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceReportDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 83
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceReportDAO.java 87
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 93
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceReportDAO.java 102
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 120
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceReportDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 136
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceReportDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 145
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 148
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceReportDAO.java 150
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 156
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FenceReportDAO.java 159
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FenceReportDAO.java 161
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium FenceReportDAO.java 204
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium FenceReportDAO.java 263
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium FenceReportDAO.java 307
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium FenceReportDAO.java 309
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium FenceReportDAO.java 330
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium FenceReportDAO.java 332
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium FenceReportDAO.java 334
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 30
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 33
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 44
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 65
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 70
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 74
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 80
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 89
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 95
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 101
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 108
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 112
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 115
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 121
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 124
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 135
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTravellerDetailsDAO.java 137
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 29
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 32
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 43
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 52
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 58
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 69
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 79
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 88
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 98
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 104
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 110
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 114
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 117
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 123
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 126
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 128
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 134
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 137
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FrequentTripDetailsDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 27
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 30
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 32
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 41
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 49
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 72
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 76
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 91
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 97
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 103
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 109
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 113
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 116
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 122
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 125
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 127
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 136
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium FuelCalibrationDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 48
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeofenceDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 59
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeofenceDAO.java 61
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium GeofenceDAO.java 68
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeofenceDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 84
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 89
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeofenceDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 99
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeofenceDAO.java 108
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 150
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeofenceDAO.java 156
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 162
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 165
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeofenceDAO.java 168
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 174
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 177
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeofenceDAO.java 179
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 185
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeofenceDAO.java 188
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeofenceDAO.java 190
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 60
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 65
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 68
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 70
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 76
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 82
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 88
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 93
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 97
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 103
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 112
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 136
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 142
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 148
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 152
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 155
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 166
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 173
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 177
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 186
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 188
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 194
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 197
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 199
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium GeovehicleMapDAO.java 208
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupDAO.java 55
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 61
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupDAO.java 82
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 88
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupDAO.java 97
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 151
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 166
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupDAO.java 169
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 175
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 178
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupDAO.java 180
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 186
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupDAO.java 189
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupDAO.java 191
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 98
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 104
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 108
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 111
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 117
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 120
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 122
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 128
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 131
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsOrgsDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 29
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 32
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 43
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 51
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 57
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 68
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 87
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 93
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 99
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 105
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 109
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 112
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 118
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 121
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 123
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 129
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 132
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsPermissionsDAO.java 134
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 98
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 104
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 108
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 111
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 117
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 120
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 122
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 128
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 131
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsRolesDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 98
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 104
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 108
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 111
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 117
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 120
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 122
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 128
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 131
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium GroupsUsergroupsDAO.java 133
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium HolidaysDAO.java 23
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium HolidaysDAO.java 26
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium HolidaysDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium HolidaysDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium HolidaysDAO.java 37
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium HolidaysDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium HolidaysDAO.java 45
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium HolidaysDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium HolidaysDAO.java 58
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium HolidaysDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium HolidaysDAO.java 96
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium HolidaysDAO.java 105
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 38
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgfolderDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 49
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgfolderDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgfolderDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 74
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgfolderDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgfolderDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 127
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgfolderDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 142
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgfolderDAO.java 145
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 151
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 154
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgfolderDAO.java 156
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 162
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgfolderDAO.java 165
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgfolderDAO.java 167
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgimageDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgimageDAO.java 55
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 61
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgimageDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgimageDAO.java 82
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 88
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgimageDAO.java 97
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 147
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgimageDAO.java 153
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 159
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 162
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgimageDAO.java 165
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 171
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 174
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgimageDAO.java 176
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 182
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium IgimageDAO.java 185
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium IgimageDAO.java 187
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 36
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ImageDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 47
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ImageDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ImageDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 72
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ImageDAO.java 76
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ImageDAO.java 91
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 117
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ImageDAO.java 123
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 129
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 132
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ImageDAO.java 135
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 141
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 144
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ImageDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ImageDAO.java 155
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ImageDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 36
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium InboxDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 47
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium InboxDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium InboxDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 72
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium InboxDAO.java 76
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium InboxDAO.java 91
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 117
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium InboxDAO.java 123
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 129
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 132
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium InboxDAO.java 135
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 141
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 144
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium InboxDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium InboxDAO.java 155
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium InboxDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 54
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 65
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 73
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 79
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 85
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 90
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 94
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 100
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 109
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 207
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 213
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 219
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 223
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 226
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 232
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 235
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 237
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 243
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 246
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleDAO.java 248
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 38
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 49
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 74
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 127
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 143
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 155
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 166
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleimageDAO.java 168
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 30
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 33
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 44
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 52
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 58
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 69
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 79
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 88
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 102
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 108
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 114
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 118
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 121
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 127
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 130
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 141
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalarticleresourceDAO.java 143
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 37
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 48
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 56
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 68
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 73
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 83
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 92
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 122
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 128
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 134
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 138
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 141
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 147
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 150
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 158
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 161
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalcontentsearchDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 51
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 53
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 62
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 70
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 76
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 82
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 87
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 91
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 97
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 106
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 193
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 199
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 205
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 209
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 212
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 218
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 221
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 223
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 229
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 232
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalfeedDAO.java 234
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 41
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 52
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 60
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 66
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 81
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 87
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 96
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 142
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 148
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 154
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 158
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 161
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 167
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 170
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 172
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 178
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 181
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournalstructureDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 46
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 65
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 101
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 167
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 173
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 179
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 183
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 186
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 192
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 195
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 197
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 203
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 206
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium JournaltemplateDAO.java 208
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 51
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutDAO.java 53
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 62
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 70
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutDAO.java 76
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 82
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 87
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutDAO.java 91
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 97
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutDAO.java 106
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 196
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutDAO.java 202
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 208
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 211
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutDAO.java 214
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 220
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 223
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutDAO.java 225
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 231
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutDAO.java 234
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutDAO.java 236
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 55
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 61
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 82
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 88
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 97
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 151
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 166
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 169
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 175
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 178
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 180
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 186
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 189
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LayoutsetDAO.java 191
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 29
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 32
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ListtypeDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 43
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ListtypeDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 51
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ListtypeDAO.java 57
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 68
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ListtypeDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ListtypeDAO.java 87
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 101
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ListtypeDAO.java 107
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 113
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 116
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ListtypeDAO.java 119
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 125
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 128
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ListtypeDAO.java 130
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 136
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium ListtypeDAO.java 139
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium ListtypeDAO.java 141
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LocationDAO.java 51
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LocationDAO.java 67
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium LocationDAO.java 89
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LocationDAO.java 118
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LoginDAO.java 45
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium LoginDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 36
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbbanDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 47
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbbanDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbbanDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 72
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbbanDAO.java 76
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbbanDAO.java 91
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 117
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbbanDAO.java 123
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 129
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 132
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbbanDAO.java 135
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 141
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 144
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbbanDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbbanDAO.java 155
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbbanDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 41
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 52
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 60
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 66
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 81
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 87
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 96
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 142
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 148
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 154
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 158
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 161
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 167
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 170
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 172
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 178
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 181
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbcategoryDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 30
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 33
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 44
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 52
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 58
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 64
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 69
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 79
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 88
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 106
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 112
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 118
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 122
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 125
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 134
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 136
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 142
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 145
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbdiscussionDAO.java 147
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 55
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 64
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 66
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 72
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 84
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 89
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 99
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 108
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 202
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 208
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 214
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 218
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 221
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 227
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 230
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 232
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 238
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 241
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmailinglistDAO.java 243
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 46
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 65
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageDAO.java 101
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 167
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageDAO.java 173
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 179
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 182
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageDAO.java 185
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 191
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 194
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageDAO.java 196
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 202
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageDAO.java 205
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageDAO.java 207
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 32
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 35
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 37
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 46
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 54
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 60
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 66
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 71
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 75
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 81
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 90
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 112
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 118
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 124
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 128
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 137
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 140
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 142
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 148
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 151
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbmessageflagDAO.java 153
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 31
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 34
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 36
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 42
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 45
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 47
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 65
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 70
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 74
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 80
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 89
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 107
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 113
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 119
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 123
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 135
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 137
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 143
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 146
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbstatsuserDAO.java 148
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 38
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbthreadDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 49
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbthreadDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbthreadDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 74
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbthreadDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbthreadDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 127
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbthreadDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 142
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbthreadDAO.java 145
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 151
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 154
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbthreadDAO.java 156
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 162
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium MbthreadDAO.java 165
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium MbthreadDAO.java 167
 
Violation Recommendation Severity Resource Line
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FuelDataHelp.java 36
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FuelDataHelp.java 41
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FuelDataHelp.java 47
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FuelDataHelp.java 91
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FuelDataHelp.java 95
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium JSONConverter.java 19
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium JSONConverter.java 23
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium JSONConverter.java 27
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium JSONConverter.java 43
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium JSONConverter.java 51
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 40
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 43
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 54
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 72
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 100
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 124
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 144
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 145
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 148
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceSequencing.java 149
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 28
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 52
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 68
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 70
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium FencingDAO.java 121
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium FencingDAO.java 151
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium HolidayProcessDAO.java 41
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium HolidayProcessDAO.java 150
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium LocationProcessDAO.java 32
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium LocationProcessDAO.java 48
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium LoginProcessDAO.java 35
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium OrganizationMessageDAO.java 33
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium OrganizationMessageDAO.java 39
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium OrganizationMessageDAO.java 51
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ReferenceDAO.java 43
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ReferenceDAO.java 65
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ReferenceDAO.java 71
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportSummaryDAO.java 23
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportSummaryDAO.java 38
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 57
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 71
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 83
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 94
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 116
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 155
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 183
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 226
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 229
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 243
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 246
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TraversalDAO.java 250
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleFenceMapDAO.java 44
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleFenceMapDAO.java 46
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleFenceMapDAO.java 72
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleFenceMapDAO.java 74
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 66
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 81
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 89
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 92
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 103
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 108
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 135
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 139
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 157
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 170
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 178
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 185
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 51
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 53
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 71
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 79
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 81
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 104
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 106
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 123
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 145
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleUserGeofenceDAO.java 156
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 33
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 67
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 71
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 76
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 92
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 107
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 111
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 117
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 141
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 145
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 148
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 165
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 184
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ConnectionHelper.java 191
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 26
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 66
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 68
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 77
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 81
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 103
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviationHelper.java 56
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviationHelper.java 76
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviationHelper.java 93
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviationHelper.java 104
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviationHelper.java 115
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviationHelper.java 119
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviationHelper.java 122
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviationHelper.java 153
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium BaseHibernateDAO.java 43
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium BaseHibernateDAO.java 47
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium HibernateSessionFactory.java 126
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium HibernateSessionFactory.java 129
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium HibernateSessionFactory.java 131
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium HibernateSessionFactory.java 133
 
Violation Recommendation Severity Resource Line
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BusInfoPOJO.java 25
Mutable type "java.sql.ResultSet" declared as the return type Do not return this object since it is a mutable type. Medium FuelDataHelp.java 62
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium FenceUsersDAO.java 16
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceUsersDAO.java 38
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium FenceUsersDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FencingDAO.java 79
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FencingDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofencingDAO.java 56
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium HolidayProcessDAO.java 70
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LoginProcessDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium OrganizationMessageDAO.java 24
Mutable type "java.util.LinkedHashMap" declared as the return type Do not return this object since it is a mutable type. Medium ReferenceDAO.java 35
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ReportSummaryDAO.java 14
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ReportSummaryDAO.java 29
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TraversalReferenceDAO.java 113
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TraversalReferenceDAO.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleProcessDAO.java 53
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleProcessDAO.java 98
Mutable type "com.gps.dto.DeviceTripDTO" declared as the return type Do not return this object since it is a mutable type. Medium VehicleProcessDAO.java 115
Mutable type "com.gps.hibernate.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium VehicleProcessDAO.java 144
Mutable type "com.gps.dto.DeviceTripDTO" declared as the return type Do not return this object since it is a mutable type. Medium VehicleProcessDAO.java 162
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleUserGeofenceDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleUserGeofenceDAO.java 129
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium ACParamsDTO.java 40
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium DeviceTripDTO.java 158
Mutable type "com.gps.hibernate.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium DistParamsDTO.java 73
Mutable type "com.gps.hibernate.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium DistParamsDTO.java 89
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium DistParamsDTO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium eventDTO.java 25
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Packet.java 21
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium RFIDInfoHistoryDTO.java 50
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TripByVehicleDTO.java 172
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TripByVehicleDTO.java 184
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TripByVehicleDTO.java 270
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TripDistanceDTO.java 101
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium ConnectionHelper.java 24
Mutable type "org.w3c.dom.Document" declared as the return type Do not return this object since it is a mutable type. Medium ConnectionHelper.java 125
Mutable type "[Ljava.lang.String;" declared as the return type Do not return this object since it is a mutable type. Medium ConnectionHelper.java 156
Mutable type "com.gps.helper.DBManager" declared as the return type Do not return this object since it is a mutable type. Medium DBManager.java 29
Mutable type "java.sql.Connection" declared as the return type Do not return this object since it is a mutable type. Medium DBManager.java 87
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Account.java 101
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Account.java 109
Mutable type "com.gps.hibernate.Account" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 62
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 74
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 89
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 120
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 124
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 128
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 132
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 136
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 140
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 144
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 148
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 152
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 156
Mutable type "com.gps.hibernate.Account" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 168
Mutable type "com.gps.hibernate.AccountsId" declared as the return type Do not return this object since it is a mutable type. Medium Accounts.java 28
Mutable type "com.gps.hibernate.Accounts" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 91
Mutable type "com.gps.hibernate.Accounts" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 103
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Address.java 105
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Address.java 113
Mutable type "com.gps.hibernate.Address" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 91
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 146
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 150
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 154
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 158
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 162
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 166
Mutable type "com.gps.hibernate.Address" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 178
Mutable type "com.gps.hibernate.Announcementsdelivery" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 55
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 67
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 82
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 121
Mutable type "com.gps.hibernate.Announcementsdelivery" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 133
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsentry.java 111
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsentry.java 119
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsentry.java 175
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsentry.java 183
Mutable type "com.gps.hibernate.Announcementsentry" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 62
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 74
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 89
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 120
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 124
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 128
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 132
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 136
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 140
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 144
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 148
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 152
Mutable type "com.gps.hibernate.Announcementsentry" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 164
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsflag.java 60
Mutable type "com.gps.hibernate.Announcementsflag" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 53
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 65
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 80
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 95
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 99
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 103
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 107
Mutable type "com.gps.hibernate.Announcementsflag" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 119
Mutable type "com.gps.hibernate.AutoPkSupportId" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupport.java 28
Mutable type "com.gps.hibernate.AutoPkSupport" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 91
Mutable type "com.gps.hibernate.AutoPkSupport" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 103
Mutable type "org.hibernate.Session" declared as the return type Do not return this object since it is a mutable type. Medium BaseHibernateDAO.java 24
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Blogsentry.java 114
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Blogsentry.java 122
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Blogsentry.java 154
Mutable type "com.gps.hibernate.Blogsentry" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 60
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 72
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 87
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 146
Mutable type "com.gps.hibernate.Blogsentry" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 158
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Blogsstatsuser.java 94
Mutable type "com.gps.hibernate.Blogsstatsuser" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 56
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 68
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 126
Mutable type "com.gps.hibernate.Blogsstatsuser" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 138
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Bookmarksentry.java 102
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Bookmarksentry.java 110
Mutable type "com.gps.hibernate.Bookmarksentry" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 59
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 71
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 86
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 121
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 125
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 129
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 133
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 137
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 141
Mutable type "com.gps.hibernate.Bookmarksentry" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 153
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Bookmarksfolder.java 95
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Bookmarksfolder.java 103
Mutable type "com.gps.hibernate.Bookmarksfolder" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 56
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 68
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 126
Mutable type "com.gps.hibernate.Bookmarksfolder" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 138
Mutable type "com.gps.hibernate.Browsertracker" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 50
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 62
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 77
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 92
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 100
Mutable type "com.gps.hibernate.Browsertracker" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 112
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Calevent.java 131
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Calevent.java 139
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Calevent.java 163
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Calevent.java 171
Mutable type "com.gps.hibernate.Calevent" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 78
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 93
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 120
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 124
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 128
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 132
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 136
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 140
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 144
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 148
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 152
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 156
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 160
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 164
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 168
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 172
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 176
Mutable type "com.gps.hibernate.Calevent" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 188
Mutable type "com.gps.hibernate.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium CharityBarometer.java 47
Mutable type "com.gps.hibernate.CharityBarometer" declared as the return type Do not return this object since it is a mutable type. Medium CharityBarometerDAO.java 50
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CharityBarometerDAO.java 62
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CharityBarometerDAO.java 77
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CharityBarometerDAO.java 92
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CharityBarometerDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CharityBarometerDAO.java 100
Mutable type "com.gps.hibernate.CharityBarometer" declared as the return type Do not return this object since it is a mutable type. Medium CharityBarometerDAO.java 112
Mutable type "com.gps.hibernate.ChatEntry" declared as the return type Do not return this object since it is a mutable type. Medium ChatEntryDAO.java 52
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatEntryDAO.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatEntryDAO.java 79
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatEntryDAO.java 94
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatEntryDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatEntryDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatEntryDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatEntryDAO.java 110
Mutable type "com.gps.hibernate.ChatEntry" declared as the return type Do not return this object since it is a mutable type. Medium ChatEntryDAO.java 122
Mutable type "com.gps.hibernate.ChatStatus" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 55
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 67
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 82
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 121
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 125
Mutable type "com.gps.hibernate.ChatStatus" declared as the return type Do not return this object since it is a mutable type. Medium ChatStatusDAO.java 137
Mutable type "com.gps.hibernate.Classname" declared as the return type Do not return this object since it is a mutable type. Medium ClassnameDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ClassnameDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ClassnameDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ClassnameDAO.java 91
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ClassnameDAO.java 95
Mutable type "com.gps.hibernate.Classname" declared as the return type Do not return this object since it is a mutable type. Medium ClassnameDAO.java 107
Mutable type "com.gps.hibernate.Company" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 56
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 68
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 130
Mutable type "com.gps.hibernate.Company" declared as the return type Do not return this object since it is a mutable type. Medium CompanyDAO.java 142
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Contact.java 133
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Contact.java 141
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Contact.java 213
Mutable type "com.gps.hibernate.Contact" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 75
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 87
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 121
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 125
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 129
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 133
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 137
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 141
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 145
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 149
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 153
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 157
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 161
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 165
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 169
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 173
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 177
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 181
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 185
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 189
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 193
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 197
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 201
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 205
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 209
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 213
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 217
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 221
Mutable type "com.gps.hibernate.Contact" declared as the return type Do not return this object since it is a mutable type. Medium ContactDAO.java 233
Mutable type "com.gps.hibernate.Counter" declared as the return type Do not return this object since it is a mutable type. Medium CounterDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CounterDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CounterDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CounterDAO.java 91
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CounterDAO.java 95
Mutable type "com.gps.hibernate.Counter" declared as the return type Do not return this object since it is a mutable type. Medium CounterDAO.java 107
Mutable type "com.gps.hibernate.Country" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 54
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 81
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 100
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 120
Mutable type "com.gps.hibernate.Country" declared as the return type Do not return this object since it is a mutable type. Medium CountryDAO.java 132
Mutable type "com.gps.hibernate.Cyrususer" declared as the return type Do not return this object since it is a mutable type. Medium CyrususerDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CyrususerDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CyrususerDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CyrususerDAO.java 91
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CyrususerDAO.java 95
Mutable type "com.gps.hibernate.Cyrususer" declared as the return type Do not return this object since it is a mutable type. Medium CyrususerDAO.java 107
Mutable type "com.gps.hibernate.Cyrusvirtual" declared as the return type Do not return this object since it is a mutable type. Medium CyrusvirtualDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CyrusvirtualDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CyrusvirtualDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CyrusvirtualDAO.java 91
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CyrusvirtualDAO.java 95
Mutable type "com.gps.hibernate.Cyrusvirtual" declared as the return type Do not return this object since it is a mutable type. Medium CyrusvirtualDAO.java 107
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Device.java 112
Mutable type "java.util.Set" declared as the return type Do not return this object since it is a mutable type. Medium Device.java 144
Mutable type "com.gps.hibernate.Organization" declared as the return type Do not return this object since it is a mutable type. Medium Device.java 152
Mutable type "com.gps.hibernate.Device" declared as the return type Do not return this object since it is a mutable type. Medium DeviceDAO.java 55
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceDAO.java 67
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceDAO.java 82
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceDAO.java 113
Mutable type "com.gps.hibernate.Device" declared as the return type Do not return this object since it is a mutable type. Medium DeviceDAO.java 125
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Dlfileentry.java 138
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Dlfileentry.java 146
Mutable type "com.gps.hibernate.Dlfileentry" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 91
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 146
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 150
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 154
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 158
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 162
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 166
Mutable type "com.gps.hibernate.Dlfileentry" declared as the return type Do not return this object since it is a mutable type. Medium DlfileentryDAO.java 178
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Dlfilerank.java 80
Mutable type "com.gps.hibernate.Dlfilerank" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 54
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 81
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 100
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 116
Mutable type "com.gps.hibernate.Dlfilerank" declared as the return type Do not return this object since it is a mutable type. Medium DlfilerankDAO.java 128
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Dlfileshortcut.java 105
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Dlfileshortcut.java 113
Mutable type "com.gps.hibernate.Dlfileshortcut" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 57
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 69
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 84
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 99
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 103
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 107
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 111
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 115
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 119
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 127
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 131
Mutable type "com.gps.hibernate.Dlfileshortcut" declared as the return type Do not return this object since it is a mutable type. Medium DlfileshortcutDAO.java 143
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Dlfileversion.java 95
Mutable type "com.gps.hibernate.Dlfileversion" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 57
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 69
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 84
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 99
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 103
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 107
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 111
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 115
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 119
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 127
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 131
Mutable type "com.gps.hibernate.Dlfileversion" declared as the return type Do not return this object since it is a mutable type. Medium DlfileversionDAO.java 143
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Dlfolder.java 108
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Dlfolder.java 116
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Dlfolder.java 148
Mutable type "com.gps.hibernate.Dlfolder" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 57
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 69
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 84
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 99
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 103
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 107
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 111
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 115
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 119
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 127
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 131
Mutable type "com.gps.hibernate.Dlfolder" declared as the return type Do not return this object since it is a mutable type. Medium DlfolderDAO.java 143
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Emailaddress.java 90
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Emailaddress.java 98
Mutable type "com.gps.hibernate.Emailaddress" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 57
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 69
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 84
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 99
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 103
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 107
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 111
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 115
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 119
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 127
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 131
Mutable type "com.gps.hibernate.Emailaddress" declared as the return type Do not return this object since it is a mutable type. Medium EmailaddressDAO.java 143
Mutable type "java.sql.Time" declared as the return type Do not return this object since it is a mutable type. Medium EventNotification.java 24
Mutable type "java.sql.Time" declared as the return type Do not return this object since it is a mutable type. Medium EventNotification.java 30
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium EventNotificationDAO.java 26
Mutable type "com.gps.hibernate.Expandocolumn" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 54
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 81
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 100
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 120
Mutable type "com.gps.hibernate.Expandocolumn" declared as the return type Do not return this object since it is a mutable type. Medium ExpandocolumnDAO.java 132
Mutable type "com.gps.hibernate.Expandorow" declared as the return type Do not return this object since it is a mutable type. Medium ExpandorowDAO.java 51
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandorowDAO.java 63
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandorowDAO.java 78
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandorowDAO.java 93
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandorowDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandorowDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandorowDAO.java 105
Mutable type "com.gps.hibernate.Expandorow" declared as the return type Do not return this object since it is a mutable type. Medium ExpandorowDAO.java 117
Mutable type "com.gps.hibernate.Expandotable" declared as the return type Do not return this object since it is a mutable type. Medium ExpandotableDAO.java 51
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandotableDAO.java 63
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandotableDAO.java 78
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandotableDAO.java 93
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandotableDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandotableDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandotableDAO.java 105
Mutable type "com.gps.hibernate.Expandotable" declared as the return type Do not return this object since it is a mutable type. Medium ExpandotableDAO.java 117
Mutable type "com.gps.hibernate.Expandovalue" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 55
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 67
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 82
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 121
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 125
Mutable type "com.gps.hibernate.Expandovalue" declared as the return type Do not return this object since it is a mutable type. Medium ExpandovalueDAO.java 137
Mutable type "com.gps.hibernate.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium Feedback.java 59
Mutable type "com.gps.hibernate.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium Feedback.java 67
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Feedback.java 75
Mutable type "com.gps.hibernate.Feedback" declared as the return type Do not return this object since it is a mutable type. Medium FeedbackDAO.java 53
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FeedbackDAO.java 65
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FeedbackDAO.java 80
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FeedbackDAO.java 95
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FeedbackDAO.java 99
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FeedbackDAO.java 103
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FeedbackDAO.java 107
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FeedbackDAO.java 111
Mutable type "com.gps.hibernate.Feedback" declared as the return type Do not return this object since it is a mutable type. Medium FeedbackDAO.java 123
Mutable type "com.gps.hibernate.Geofence" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistory.java 40
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistory.java 53
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistory.java 65
Mutable type "com.gps.hibernate.FenceHistory" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistoryDAO.java 52
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistoryDAO.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistoryDAO.java 79
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistoryDAO.java 94
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistoryDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistoryDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistoryDAO.java 106
Mutable type "com.gps.hibernate.FenceHistory" declared as the return type Do not return this object since it is a mutable type. Medium FenceHistoryDAO.java 118
Mutable type "com.gps.hibernate.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium FenceReport.java 16
Mutable type "com.gps.hibernate.Geofence" declared as the return type Do not return this object since it is a mutable type. Medium FenceReport.java 130
Mutable type "com.gps.hibernate.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium FenceReport.java 142
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FenceReport.java 154
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FenceReport.java 166
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FenceReport.java 178
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FenceReport.java 214
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FenceReport.java 226
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FenceReport.java 238
Mutable type "com.gps.hibernate.FenceReport" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 65
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 77
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 92
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 107
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 111
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 115
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 119
Mutable type "com.gps.hibernate.FenceReport" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 131
Mutable type "com.gps.hibernate.Geofence" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 267
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 302
Mutable type "com.gps.hibernate.FenceReport" declared as the return type Do not return this object since it is a mutable type. Medium FenceReportDAO.java 318
Mutable type "com.gps.hibernate.FrequentTravellerDetailsId" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTravellerDetails.java 28
Mutable type "com.gps.hibernate.FrequentTravellerDetails" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTravellerDetailsDAO.java 51
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTravellerDetailsDAO.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTravellerDetailsDAO.java 79
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTravellerDetailsDAO.java 94
Mutable type "com.gps.hibernate.FrequentTravellerDetails" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTravellerDetailsDAO.java 106
Mutable type "com.gps.hibernate.TripTravelerDetails" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTravellerDetailsId.java 31
Mutable type "com.gps.hibernate.FrequentTripDetailsId" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTripDetails.java 36
Mutable type "com.gps.hibernate.FrequentTripDetails" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTripDetailsDAO.java 50
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTripDetailsDAO.java 63
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTripDetailsDAO.java 78
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTripDetailsDAO.java 93
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTripDetailsDAO.java 97
Mutable type "com.gps.hibernate.FrequentTripDetails" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTripDetailsDAO.java 109
Mutable type "com.gps.hibernate.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium FrequentTripDetailsId.java 30
Mutable type "com.gps.hibernate.FuelCalibration" declared as the return type Do not return this object since it is a mutable type. Medium FuelCalibrationDAO.java 48
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FuelCalibrationDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FuelCalibrationDAO.java 81
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FuelCalibrationDAO.java 96
Mutable type "com.gps.hibernate.FuelCalibration" declared as the return type Do not return this object since it is a mutable type. Medium FuelCalibrationDAO.java 108
Mutable type "com.gps.hibernate.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium Geofence.java 78
Mutable type "java.util.Set" declared as the return type Do not return this object since it is a mutable type. Medium Geofence.java 166
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Geofence.java 185
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Geofence.java 191
Mutable type "com.gps.hibernate.Geofence" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 121
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 125
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 129
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 133
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 137
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 141
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 145
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 149
Mutable type "com.gps.hibernate.Geofence" declared as the return type Do not return this object since it is a mutable type. Medium GeofenceDAO.java 161
Mutable type "com.gps.hibernate.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMap.java 72
Mutable type "java.util.Set" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMap.java 88
Mutable type "com.gps.hibernate.GeovehicleMap" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMapDAO.java 75
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMapDAO.java 87
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMapDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMapDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMapDAO.java 131
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMapDAO.java 135
Mutable type "com.gps.hibernate.GeovehicleMap" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMapDAO.java 147
Mutable type "com.gps.hibernate.GeovehicleMap" declared as the return type Do not return this object since it is a mutable type. Medium GeovehicleMapDAO.java 160
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium GoogleReqCount.java 43
Mutable type "com.gps.hibernate.Group" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 60
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 72
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 87
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 146
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 150
Mutable type "com.gps.hibernate.Group" declared as the return type Do not return this object since it is a mutable type. Medium GroupDAO.java 162
Mutable type "com.gps.hibernate.GroupsOrgsId" declared as the return type Do not return this object since it is a mutable type. Medium GroupsOrgs.java 28
Mutable type "com.gps.hibernate.GroupsOrgs" declared as the return type Do not return this object since it is a mutable type. Medium GroupsOrgsDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsOrgsDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsOrgsDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsOrgsDAO.java 91
Mutable type "com.gps.hibernate.GroupsOrgs" declared as the return type Do not return this object since it is a mutable type. Medium GroupsOrgsDAO.java 103
Mutable type "com.gps.hibernate.GroupsPermissionsId" declared as the return type Do not return this object since it is a mutable type. Medium GroupsPermissions.java 28
Mutable type "com.gps.hibernate.GroupsPermissions" declared as the return type Do not return this object since it is a mutable type. Medium GroupsPermissionsDAO.java 50
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsPermissionsDAO.java 62
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsPermissionsDAO.java 77
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsPermissionsDAO.java 92
Mutable type "com.gps.hibernate.GroupsPermissions" declared as the return type Do not return this object since it is a mutable type. Medium GroupsPermissionsDAO.java 104
Mutable type "com.gps.hibernate.GroupsRolesId" declared as the return type Do not return this object since it is a mutable type. Medium GroupsRoles.java 28
Mutable type "com.gps.hibernate.GroupsRoles" declared as the return type Do not return this object since it is a mutable type. Medium GroupsRolesDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsRolesDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsRolesDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsRolesDAO.java 91
Mutable type "com.gps.hibernate.GroupsRoles" declared as the return type Do not return this object since it is a mutable type. Medium GroupsRolesDAO.java 103
Mutable type "com.gps.hibernate.GroupsUsergroupsId" declared as the return type Do not return this object since it is a mutable type. Medium GroupsUsergroups.java 28
Mutable type "com.gps.hibernate.GroupsUsergroups" declared as the return type Do not return this object since it is a mutable type. Medium GroupsUsergroupsDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsUsergroupsDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsUsergroupsDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GroupsUsergroupsDAO.java 91
Mutable type "com.gps.hibernate.GroupsUsergroups" declared as the return type Do not return this object since it is a mutable type. Medium GroupsUsergroupsDAO.java 103
Mutable type "org.hibernate.Session" declared as the return type Do not return this object since it is a mutable type. Medium HibernateSessionFactory.java 64
Mutable type "org.hibernate.SessionFactory" declared as the return type Do not return this object since it is a mutable type. Medium HibernateSessionFactory.java 143
Mutable type "org.hibernate.cfg.Configuration" declared as the return type Do not return this object since it is a mutable type. Medium HibernateSessionFactory.java 161
Mutable type "com.gps.hibernate.Organization" declared as the return type Do not return this object since it is a mutable type. Medium Holidays.java 49
Mutable type "com.gps.hibernate.Holidays" declared as the return type Do not return this object since it is a mutable type. Medium HolidaysDAO.java 44
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium HolidaysDAO.java 57
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium HolidaysDAO.java 72
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium HolidaysDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium HolidaysDAO.java 80
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium HolidaysDAO.java 94
Mutable type "org.hibernate.Session" declared as the return type Do not return this object since it is a mutable type. Medium IBaseHibernateDAO.java 12
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Igfolder.java 95
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Igfolder.java 103
Mutable type "com.gps.hibernate.Igfolder" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 56
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 68
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 126
Mutable type "com.gps.hibernate.Igfolder" declared as the return type Do not return this object since it is a mutable type. Medium IgfolderDAO.java 138
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Igimage.java 104
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Igimage.java 112
Mutable type "com.gps.hibernate.Igimage" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 60
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 72
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 87
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 146
Mutable type "com.gps.hibernate.Igimage" declared as the return type Do not return this object since it is a mutable type. Medium IgimageDAO.java 158
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Image.java 56
Mutable type "com.gps.hibernate.Image" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 54
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 81
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 100
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 116
Mutable type "com.gps.hibernate.Image" declared as the return type Do not return this object since it is a mutable type. Medium ImageDAO.java 128
Mutable type "com.gps.hibernate.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium Inbox.java 59
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Inbox.java 91
Mutable type "com.gps.hibernate.Inbox" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 54
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 81
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 100
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 116
Mutable type "com.gps.hibernate.Inbox" declared as the return type Do not return this object since it is a mutable type. Medium InboxDAO.java 128
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalarticle.java 157
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalarticle.java 165
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalarticle.java 245
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalarticle.java 277
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalarticle.java 293
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalarticle.java 301
Mutable type "com.gps.hibernate.Journalarticle" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 72
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 84
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 99
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 146
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 150
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 154
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 158
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 162
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 166
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 170
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 174
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 178
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 182
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 186
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 190
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 194
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 198
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 202
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 206
Mutable type "com.gps.hibernate.Journalarticle" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleDAO.java 218
Mutable type "com.gps.hibernate.Journalarticleimage" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 56
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 68
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 126
Mutable type "com.gps.hibernate.Journalarticleimage" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleimageDAO.java 138
Mutable type "com.gps.hibernate.Journalarticleresource" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleresourceDAO.java 51
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleresourceDAO.java 63
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleresourceDAO.java 78
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleresourceDAO.java 93
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleresourceDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleresourceDAO.java 101
Mutable type "com.gps.hibernate.Journalarticleresource" declared as the return type Do not return this object since it is a mutable type. Medium JournalarticleresourceDAO.java 113
Mutable type "com.gps.hibernate.Journalcontentsearch" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 55
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 67
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 82
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 121
Mutable type "com.gps.hibernate.Journalcontentsearch" declared as the return type Do not return this object since it is a mutable type. Medium JournalcontentsearchDAO.java 133
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalfeed.java 133
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalfeed.java 141
Mutable type "com.gps.hibernate.Journalfeed" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 69
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 81
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 111
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 115
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 119
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 127
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 131
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 135
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 139
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 143
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 147
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 151
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 155
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 159
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 163
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 167
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 171
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 176
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 180
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 184
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 188
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 192
Mutable type "com.gps.hibernate.Journalfeed" declared as the return type Do not return this object since it is a mutable type. Medium JournalfeedDAO.java 204
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalstructure.java 110
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journalstructure.java 118
Mutable type "com.gps.hibernate.Journalstructure" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 59
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 71
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 86
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 121
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 125
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 129
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 133
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 137
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 141
Mutable type "com.gps.hibernate.Journalstructure" declared as the return type Do not return this object since it is a mutable type. Medium JournalstructureDAO.java 153
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journaltemplate.java 121
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Journaltemplate.java 129
Mutable type "com.gps.hibernate.Journaltemplate" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 91
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 146
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 150
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 154
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 158
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 162
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 166
Mutable type "com.gps.hibernate.Journaltemplate" declared as the return type Do not return this object since it is a mutable type. Medium JournaltemplateDAO.java 178
Mutable type "com.gps.hibernate.Layout" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 69
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 81
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 111
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 115
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 119
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 127
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 131
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 135
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 139
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 143
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 147
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 151
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 155
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 159
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 163
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 167
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 171
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 175
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 179
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 183
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 187
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 191
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 195
Mutable type "com.gps.hibernate.Layout" declared as the return type Do not return this object since it is a mutable type. Medium LayoutDAO.java 207
Mutable type "com.gps.hibernate.Layoutset" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 60
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 72
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 87
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 146
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 150
Mutable type "com.gps.hibernate.Layoutset" declared as the return type Do not return this object since it is a mutable type. Medium LayoutsetDAO.java 162
Mutable type "com.gps.hibernate.Listtype" declared as the return type Do not return this object since it is a mutable type. Medium ListtypeDAO.java 50
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ListtypeDAO.java 62
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ListtypeDAO.java 77
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ListtypeDAO.java 92
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ListtypeDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ListtypeDAO.java 100
Mutable type "com.gps.hibernate.Listtype" declared as the return type Do not return this object since it is a mutable type. Medium ListtypeDAO.java 112
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium LmuSenderMapping.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LmuSenderMappingDAO.java 13
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LocationDAO.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LoginDAO.java 51
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbban.java 90
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbban.java 98
Mutable type "com.gps.hibernate.Mbban" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 54
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 81
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 100
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 116
Mutable type "com.gps.hibernate.Mbban" declared as the return type Do not return this object since it is a mutable type. Medium MbbanDAO.java 128
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbcategory.java 113
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbcategory.java 121
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbcategory.java 169
Mutable type "com.gps.hibernate.Mbcategory" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 59
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 71
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 86
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 121
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 125
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 129
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 133
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 137
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 141
Mutable type "com.gps.hibernate.Mbcategory" declared as the return type Do not return this object since it is a mutable type. Medium MbcategoryDAO.java 153
Mutable type "com.gps.hibernate.Mbdiscussion" declared as the return type Do not return this object since it is a mutable type. Medium MbdiscussionDAO.java 51
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbdiscussionDAO.java 63
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbdiscussionDAO.java 78
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbdiscussionDAO.java 93
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbdiscussionDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbdiscussionDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbdiscussionDAO.java 105
Mutable type "com.gps.hibernate.Mbdiscussion" declared as the return type Do not return this object since it is a mutable type. Medium MbdiscussionDAO.java 117
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbmailinglist.java 138
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbmailinglist.java 146
Mutable type "com.gps.hibernate.Mbmailinglist" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 71
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 121
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 125
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 129
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 133
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 137
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 141
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 145
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 149
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 153
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 157
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 161
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 165
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 169
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 173
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 177
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 181
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 185
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 189
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 193
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 197
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 201
Mutable type "com.gps.hibernate.Mbmailinglist" declared as the return type Do not return this object since it is a mutable type. Medium MbmailinglistDAO.java 213
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbmessage.java 121
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbmessage.java 129
Mutable type "com.gps.hibernate.Mbmessage" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 91
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 146
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 150
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 154
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 158
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 162
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 166
Mutable type "com.gps.hibernate.Mbmessage" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageDAO.java 178
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbmessageflag.java 62
Mutable type "com.gps.hibernate.Mbmessageflag" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageflagDAO.java 53
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageflagDAO.java 65
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageflagDAO.java 80
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageflagDAO.java 95
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageflagDAO.java 99
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageflagDAO.java 103
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageflagDAO.java 107
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageflagDAO.java 111
Mutable type "com.gps.hibernate.Mbmessageflag" declared as the return type Do not return this object since it is a mutable type. Medium MbmessageflagDAO.java 123
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbstatsuser.java 76
Mutable type "com.gps.hibernate.Mbstatsuser" declared as the return type Do not return this object since it is a mutable type. Medium MbstatsuserDAO.java 52
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbstatsuserDAO.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbstatsuserDAO.java 79
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbstatsuserDAO.java 94
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbstatsuserDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbstatsuserDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbstatsuserDAO.java 106
Mutable type "com.gps.hibernate.Mbstatsuser" declared as the return type Do not return this object since it is a mutable type. Medium MbstatsuserDAO.java 118
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Mbthread.java 109
Mutable type "com.gps.hibernate.Mbthread" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 56
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 68
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 126
Mutable type "com.gps.hibernate.Mbthread" declared as the return type Do not return this object since it is a mutable type. Medium MbthreadDAO.java 138
 
Violation Recommendation Severity Resource Line
Class should be final Add the keyword "final" to the class declaration. Medium BusInfoPOJO.java 6
Class should be final Add the keyword "final" to the class declaration. Medium DataOrganizer.java 76
Class should be final Add the keyword "final" to the class declaration. Medium FuelDataHelp.java 17
Class should be final Add the keyword "final" to the class declaration. Medium JSONConverter.java 9
Class should be final Add the keyword "final" to the class declaration. Medium FenceSequencing.java 16
Class should be final Add the keyword "final" to the class declaration. Medium FenceUsersDAO.java 12
Class should be final Add the keyword "final" to the class declaration. Medium FencingDAO.java 56
Class should be final Add the keyword "final" to the class declaration. Medium GeofencingDAO.java 46
Class should be final Add the keyword "final" to the class declaration. Medium GoogleReqCountDAO.java 13
Class should be final Add the keyword "final" to the class declaration. Medium HolidayProcessDAO.java 26
Class should be final Add the keyword "final" to the class declaration. Medium LocationProcessDAO.java 20
Class should be final Add the keyword "final" to the class declaration. Medium LoginProcessDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium OrganizationMessageDAO.java 21
Class should be final Add the keyword "final" to the class declaration. Medium ReferenceDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium ReportSummaryDAO.java 9
Class should be final Add the keyword "final" to the class declaration. Medium TraversalDAO.java 28
Class should be final Add the keyword "final" to the class declaration. Medium TraversalReferenceDAO.java 8
Class should be final Add the keyword "final" to the class declaration. Medium TripProcessDAO.java 58
Class should be final Add the keyword "final" to the class declaration. Medium VehicleFenceMapDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium VehicleProcessDAO.java 47
Class should be final Add the keyword "final" to the class declaration. Medium VehicleUserGeofenceDAO.java 28
Class should be final Add the keyword "final" to the class declaration. Medium ACParamsDTO.java 12
Class should be final Add the keyword "final" to the class declaration. Medium DeviceTripDTO.java 21
Class should be final Add the keyword "final" to the class declaration. Medium DistParamsDTO.java 7
Class should be final Add the keyword "final" to the class declaration. Medium eventDTO.java 6
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTripDTO.java 3
Class should be final Add the keyword "final" to the class declaration. Medium NeighbourVehicleDTO.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Packet.java 6
Class should be final Add the keyword "final" to the class declaration. Medium RFIDInfoHistoryDTO.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripByVehicleDTO.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripDistanceDTO.java 5
Class should be final Add the keyword "final" to the class declaration. Medium VehicleInfoDTO.java 27
Class should be final Add the keyword "final" to the class declaration. Medium ExceptionHandler.java 3
Class should be final Add the keyword "final" to the class declaration. Medium GLatLng.java 3
Class should be final Add the keyword "final" to the class declaration. Medium ConnectionHelper.java 17
Class should be final Add the keyword "final" to the class declaration. Medium DBManager.java 17
Class should be final Add the keyword "final" to the class declaration. Medium DeviationHelper.java 32
Class should be final Add the keyword "final" to the class declaration. Medium DistanceHelper.java 3
Class should be final Add the keyword "final" to the class declaration. Medium FuelAlertManager.java 10
Class should be final Add the keyword "final" to the class declaration. Medium Account.java 11
Class should be final Add the keyword "final" to the class declaration. Medium AccountDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Accounts.java 9
Class should be final Add the keyword "final" to the class declaration. Medium AccountsDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium AccountsId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium Address.java 11
Class should be final Add the keyword "final" to the class declaration. Medium AddressDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Announcementsdelivery.java 9
Class should be final Add the keyword "final" to the class declaration. Medium AnnouncementsdeliveryDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Announcementsentry.java 11
Class should be final Add the keyword "final" to the class declaration. Medium AnnouncementsentryDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Announcementsflag.java 11
Class should be final Add the keyword "final" to the class declaration. Medium AnnouncementsflagDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium AutoPkSupport.java 9
Class should be final Add the keyword "final" to the class declaration. Medium AutoPkSupportDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium AutoPkSupportId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium Blogsentry.java 11
Class should be final Add the keyword "final" to the class declaration. Medium BlogsentryDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Blogsstatsuser.java 11
Class should be final Add the keyword "final" to the class declaration. Medium BlogsstatsuserDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Bookmarksentry.java 11
Class should be final Add the keyword "final" to the class declaration. Medium BookmarksentryDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Bookmarksfolder.java 11
Class should be final Add the keyword "final" to the class declaration. Medium BookmarksfolderDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Browsertracker.java 9
Class should be final Add the keyword "final" to the class declaration. Medium BrowsertrackerDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Calevent.java 11
Class should be final Add the keyword "final" to the class declaration. Medium CaleventDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium CharityBarometer.java 9
Class should be final Add the keyword "final" to the class declaration. Medium CharityBarometerDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium ChatEntry.java 9
Class should be final Add the keyword "final" to the class declaration. Medium ChatEntryDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium ChatStatus.java 9
Class should be final Add the keyword "final" to the class declaration. Medium ChatStatusDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Classname.java 9
Class should be final Add the keyword "final" to the class declaration. Medium ClassnameDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Company.java 9
Class should be final Add the keyword "final" to the class declaration. Medium CompanyDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Contact.java 11
Class should be final Add the keyword "final" to the class declaration. Medium ContactDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Counter.java 9
Class should be final Add the keyword "final" to the class declaration. Medium CounterDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Country.java 9
Class should be final Add the keyword "final" to the class declaration. Medium CountryDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Cyrususer.java 9
Class should be final Add the keyword "final" to the class declaration. Medium CyrususerDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Cyrusvirtual.java 9
Class should be final Add the keyword "final" to the class declaration. Medium CyrusvirtualDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Device.java 14
Class should be final Add the keyword "final" to the class declaration. Medium DeviceDAO.java 25
Class should be final Add the keyword "final" to the class declaration. Medium Dlfileentry.java 11
Class should be final Add the keyword "final" to the class declaration. Medium DlfileentryDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Dlfilerank.java 11
Class should be final Add the keyword "final" to the class declaration. Medium DlfilerankDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Dlfileshortcut.java 11
Class should be final Add the keyword "final" to the class declaration. Medium DlfileshortcutDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Dlfileversion.java 11
Class should be final Add the keyword "final" to the class declaration. Medium DlfileversionDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Dlfolder.java 11
Class should be final Add the keyword "final" to the class declaration. Medium DlfolderDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Emailaddress.java 11
Class should be final Add the keyword "final" to the class declaration. Medium EmailaddressDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium EventNotification.java 12
Class should be final Add the keyword "final" to the class declaration. Medium EventNotificationDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Expandocolumn.java 9
Class should be final Add the keyword "final" to the class declaration. Medium ExpandocolumnDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Expandorow.java 9
Class should be final Add the keyword "final" to the class declaration. Medium ExpandorowDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Expandotable.java 9
Class should be final Add the keyword "final" to the class declaration. Medium ExpandotableDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Expandovalue.java 9
Class should be final Add the keyword "final" to the class declaration. Medium ExpandovalueDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Feedback.java 11
Class should be final Add the keyword "final" to the class declaration. Medium FeedbackDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium FenceHistory.java 11
Class should be final Add the keyword "final" to the class declaration. Medium FenceReport.java 11
Class should be final Add the keyword "final" to the class declaration. Medium FenceReportDAO.java 36
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTravellerDetails.java 9
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTravellerDetailsDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTravellerDetailsId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTripDetails.java 9
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTripDetailsDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTripDetailsId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium FuelCalibration.java 13
Class should be final Add the keyword "final" to the class declaration. Medium FuelCalibrationDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Geofence.java 14
Class should be final Add the keyword "final" to the class declaration. Medium GeovehicleMap.java 20
Class should be final Add the keyword "final" to the class declaration. Medium GoogleReqCount.java 10
Class should be final Add the keyword "final" to the class declaration. Medium Group.java 9
Class should be final Add the keyword "final" to the class declaration. Medium GroupDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium GroupsOrgs.java 9
Class should be final Add the keyword "final" to the class declaration. Medium GroupsOrgsDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium GroupsOrgsId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium GroupsPermissions.java 9
Class should be final Add the keyword "final" to the class declaration. Medium GroupsPermissionsDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium GroupsPermissionsId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium GroupsRoles.java 9
Class should be final Add the keyword "final" to the class declaration. Medium GroupsRolesDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium GroupsRolesId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium GroupsUsergroups.java 9
Class should be final Add the keyword "final" to the class declaration. Medium GroupsUsergroupsDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium GroupsUsergroupsId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium HibernateSessionFactory.java 24
Class should be final Add the keyword "final" to the class declaration. Medium Holidays.java 9
Class should be final Add the keyword "final" to the class declaration. Medium Igfolder.java 11
Class should be final Add the keyword "final" to the class declaration. Medium IgfolderDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Igimage.java 11
Class should be final Add the keyword "final" to the class declaration. Medium IgimageDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Image.java 11
Class should be final Add the keyword "final" to the class declaration. Medium ImageDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Inbox.java 11
Class should be final Add the keyword "final" to the class declaration. Medium InboxDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Journalarticle.java 11
Class should be final Add the keyword "final" to the class declaration. Medium JournalarticleDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Journalarticleimage.java 9
Class should be final Add the keyword "final" to the class declaration. Medium JournalarticleimageDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Journalarticleresource.java 9
Class should be final Add the keyword "final" to the class declaration. Medium JournalarticleresourceDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Journalcontentsearch.java 9
Class should be final Add the keyword "final" to the class declaration. Medium JournalcontentsearchDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Journalfeed.java 11
Class should be final Add the keyword "final" to the class declaration. Medium JournalfeedDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Journalstructure.java 11
Class should be final Add the keyword "final" to the class declaration. Medium JournalstructureDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Journaltemplate.java 11
Class should be final Add the keyword "final" to the class declaration. Medium JournaltemplateDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Layout.java 9
Class should be final Add the keyword "final" to the class declaration. Medium LayoutDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Layoutset.java 9
Class should be final Add the keyword "final" to the class declaration. Medium LayoutsetDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Listtype.java 9
Class should be final Add the keyword "final" to the class declaration. Medium ListtypeDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium LmuSenderMapping.java 6
Class should be final Add the keyword "final" to the class declaration. Medium LmuSenderMappingDAO.java 9
Class should be final Add the keyword "final" to the class declaration. Medium Location.java 11
Class should be final Add the keyword "final" to the class declaration. Medium LocationDAO.java 18
Class should be final Add the keyword "final" to the class declaration. Medium Mbban.java 11
Class should be final Add the keyword "final" to the class declaration. Medium MbbanDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Mbcategory.java 11
Class should be final Add the keyword "final" to the class declaration. Medium MbcategoryDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Mbdiscussion.java 9
Class should be final Add the keyword "final" to the class declaration. Medium MbdiscussionDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Mbmailinglist.java 11
Class should be final Add the keyword "final" to the class declaration. Medium MbmailinglistDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Mbmessage.java 11
Class should be final Add the keyword "final" to the class declaration. Medium MbmessageDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Mbmessageflag.java 11
Class should be final Add the keyword "final" to the class declaration. Medium MbmessageflagDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Mbstatsuser.java 11
Class should be final Add the keyword "final" to the class declaration. Medium MbstatsuserDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Mbthread.java 11
Class should be final Add the keyword "final" to the class declaration. Medium MbthreadDAO.java 23
 
Violation Recommendation Severity Resource Line
Connection not closed Surround the code that creates the connection with a try statement and add an invocation of the close method in the finally block for the try statement. Medium DBManager.java 100
 
Violation Recommendation Severity Resource Line
Result set not closed Surround the code that creates the result set with a try statement and add an invocation of the close method in the finally block for the try statement. Medium FuelDataHelp.java 72
 
Violation Recommendation Severity Resource Line
Statement not closed Surround the code that creates the statement with a try statement and add an invocation of the close method in the finally block for the try statement. Medium FuelDataHelp.java 70
Statement not closed Surround the code that creates the statement with a try statement and add an invocation of the close method in the finally block for the try statement. Medium FuelDataHelp.java 87
Statement not closed Surround the code that creates the statement with a try statement and add an invocation of the close method in the finally block for the try statement. Medium FuelDataHelp.java 88
 
Violation Recommendation Severity Resource Line
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium FuelDataHelp.java 110
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium FenceSequencing.java 154
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium GoogleReqCountDAO.java 29
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium HolidayProcessDAO.java 54
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium HolidayProcessDAO.java 84
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium HolidayProcessDAO.java 112
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium TraversalDAO.java 171
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium TraversalDAO.java 210
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium TraversalDAO.java 222
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium TraversalDAO.java 238
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium DeviationHelper.java 168
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium HibernateSessionFactory.java 124
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium HolidaysDAO.java 89
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium LocationDAO.java 114
 
Violation Recommendation Severity Resource Line
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FuelDataHelp.java 42
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 90
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 97
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 134
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 137
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 138
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 150
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 176
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 177
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 178
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceSequencing.java 182
Undocumented closing brace Add the appropriate comment after the closing brace. Medium OrganizationMessageDAO.java 48
Undocumented closing brace Add the appropriate comment after the closing brace. Medium OrganizationMessageDAO.java 49
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ReferenceDAO.java 47
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TraversalDAO.java 97
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TraversalDAO.java 99
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TraversalDAO.java 157
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TraversalDAO.java 208
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TraversalDAO.java 249
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleFenceMapDAO.java 42
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleFenceMapDAO.java 43
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleFenceMapDAO.java 70
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleProcessDAO.java 76
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleProcessDAO.java 84
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleProcessDAO.java 136
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleProcessDAO.java 187
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleUserGeofenceDAO.java 50
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleUserGeofenceDAO.java 77
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleUserGeofenceDAO.java 78
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleUserGeofenceDAO.java 103
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleUserGeofenceDAO.java 151
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleUserGeofenceDAO.java 154
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConnectionHelper.java 63
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConnectionHelper.java 64
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConnectionHelper.java 66
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConnectionHelper.java 72
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConnectionHelper.java 112
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConnectionHelper.java 187
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 32
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 78
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 102
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DeviationHelper.java 171
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DeviationHelper.java 172
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DeviationHelper.java 173
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DeviationHelper.java 174
Undocumented closing brace Add the appropriate comment after the closing brace. Medium BaseHibernateDAO.java 38
Undocumented closing brace Add the appropriate comment after the closing brace. Medium BaseHibernateDAO.java 39
Undocumented closing brace Add the appropriate comment after the closing brace. Medium EventNotificationDAO.java 55
Undocumented closing brace Add the appropriate comment after the closing brace. Medium EventNotificationDAO.java 56
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceReportDAO.java 260
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceReportDAO.java 292
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceReportDAO.java 342
Undocumented closing brace Add the appropriate comment after the closing brace. Medium GeofenceDAO.java 75
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HibernateSessionFactory.java 77
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HibernateSessionFactory.java 81
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HibernateSessionFactory.java 127
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LocationDAO.java 111
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LocationDAO.java 112
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LoginDAO.java 70
 
Violation Recommendation Severity Resource Line
Import out of order: com.gps.dao.VehicleProcessDAO Change the order of the imports or invoke the Organize Imports command. Medium DataOrganizer.java 53
Import out of order: com.gps.hibernate.FenceHistory Change the order of the imports or invoke the Organize Imports command. Medium FencingDAO.java 32
Import out of order: com.gps.form.GLatLng Change the order of the imports or invoke the Organize Imports command. Medium FencingDAO.java 51
Import out of order: com.gps.form.GLatLng Change the order of the imports or invoke the Organize Imports command. Medium GeofencingDAO.java 42
Import out of order: java.util.List Change the order of the imports or invoke the Organize Imports command. Medium HolidayProcessDAO.java 10
Import out of order: java.util.List Change the order of the imports or invoke the Organize Imports command. Medium LocationProcessDAO.java 8
Import out of order: com.gps.hibernate.LoginDAO Change the order of the imports or invoke the Organize Imports command. Medium LocationProcessDAO.java 17
Import out of order: com.gps.hibernate.LocationDAO Change the order of the imports or invoke the Organize Imports command. Medium LocationProcessDAO.java 18
Import out of order: java.util.List Change the order of the imports or invoke the Organize Imports command. Medium LoginProcessDAO.java 10
Import out of order: com.gps.hibernate.LoginDAO Change the order of the imports or invoke the Organize Imports command. Medium LoginProcessDAO.java 19
Import out of order: org.hibernate.Query Change the order of the imports or invoke the Organize Imports command. Medium DeviationHelper.java 9
Import out of order: com.gps.hibernate.TripDetails Change the order of the imports or invoke the Organize Imports command. Medium DeviationHelper.java 15
Import out of order: com.gps.hibernate.TripParameters Change the order of the imports or invoke the Organize Imports command. Medium DeviationHelper.java 18
Import out of order: com.gps.hibernate.TripDeviation Change the order of the imports or invoke the Organize Imports command. Medium DeviationHelper.java 21
Import out of order: org.hibernate.Session Change the order of the imports or invoke the Organize Imports command. Medium LocationDAO.java 16
 
Violation Recommendation Severity Resource Line
Constant defined in class The constant declaration should be moved to an interface. Medium DeviationHelper.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium DeviationHelper.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium DeviationHelper.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium DeviationHelper.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium DeviationHelper.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium DeviationHelper.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium DeviationHelper.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium DeviationHelper.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsflagDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsflagDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsflagDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium BrowsertrackerDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium BrowsertrackerDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium CharityBarometerDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium CharityBarometerDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium ChatEntryDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium ChatEntryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium ChatEntryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium ChatEntryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium ChatStatusDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium ChatStatusDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium ChatStatusDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium ChatStatusDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium ChatStatusDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium ChatStatusDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium ChatStatusDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium ClassnameDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium CompanyDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium CompanyDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium CompanyDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium CompanyDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium CompanyDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium CompanyDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium CompanyDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium CompanyDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 46
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 47
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 48
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 49
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 50
Constant defined in class The constant declaration should be moved to an interface. Medium ContactDAO.java 51
Constant defined in class The constant declaration should be moved to an interface. Medium CounterDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium CountryDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium CountryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium CountryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium CountryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium CountryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium CountryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium CyrususerDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium CyrusvirtualDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium DeviceDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium DeviceDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium DeviceDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium DeviceDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileentryDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium DlfilerankDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium DlfilerankDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium DlfilerankDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium DlfilerankDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium DlfilerankDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileshortcutDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileshortcutDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileshortcutDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileshortcutDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileshortcutDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileshortcutDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileshortcutDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileshortcutDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileversionDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileversionDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileversionDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileversionDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileversionDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileversionDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileversionDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium DlfileversionDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium DlfolderDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium DlfolderDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium DlfolderDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium DlfolderDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium DlfolderDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium DlfolderDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium DlfolderDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium DlfolderDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium EmailaddressDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium EmailaddressDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium EmailaddressDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium EmailaddressDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium EmailaddressDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium EmailaddressDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium EmailaddressDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium EmailaddressDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandocolumnDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandocolumnDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandocolumnDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandocolumnDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandocolumnDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandocolumnDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandorowDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandorowDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandorowDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandotableDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandotableDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandotableDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandovalueDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandovalueDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandovalueDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandovalueDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandovalueDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandovalueDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium ExpandovalueDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium FeedbackDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium FeedbackDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium FeedbackDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium FeedbackDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium FenceHistoryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium FenceHistoryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium FenceHistoryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium FenceReportDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium FenceReportDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium FenceReportDAO.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium FrequentTripDetailsDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium GeofenceDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium GeofenceDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium GeofenceDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium GeofenceDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium GeofenceDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium GeofenceDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium GeofenceDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium GeofenceDAO.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium GeofenceDAO.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium GeovehicleMapDAO.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium GroupDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium HolidaysDAO.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium HolidaysDAO.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium HolidaysDAO.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium HolidaysDAO.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium IgfolderDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium IgfolderDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium IgfolderDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium IgfolderDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium IgfolderDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium IgfolderDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium IgfolderDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium IgimageDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium ImageDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium ImageDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium ImageDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium ImageDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium ImageDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium InboxDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium InboxDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium InboxDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium InboxDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium InboxDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 46
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 47
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleDAO.java 48
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleimageDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleimageDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleimageDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleimageDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleimageDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleimageDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleimageDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleresourceDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium JournalarticleresourceDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium JournalcontentsearchDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium JournalcontentsearchDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium JournalcontentsearchDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium JournalcontentsearchDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium JournalcontentsearchDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium JournalcontentsearchDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium JournalfeedDAO.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium JournalstructureDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium JournaltemplateDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutDAO.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium LayoutsetDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium ListtypeDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium ListtypeDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium MbbanDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium MbbanDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium MbbanDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium MbbanDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium MbbanDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium MbcategoryDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium MbdiscussionDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium MbdiscussionDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium MbdiscussionDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 46
Constant defined in class The constant declaration should be moved to an interface. Medium MbmailinglistDAO.java 47
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageflagDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageflagDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageflagDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium MbmessageflagDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium MbstatsuserDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium MbstatsuserDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium MbstatsuserDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium MbthreadDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium MbthreadDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium MbthreadDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium MbthreadDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium MbthreadDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium MbthreadDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium MbthreadDAO.java 32
 
Violation Recommendation Severity Resource Line
Connection retrieved by getConnection() or connect() The class <code>DataSource</code> should be used to retrieve a connection. Medium DBManager.java 100
 
Violation Recommendation Severity Resource Line
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FuelDataHelp.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FuelDataHelp.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 30
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 52
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 65
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 93
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 125
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 145
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 148
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 152
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 167
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 174
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 179
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 179
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 184
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceSequencing.java 184
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 25
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 27
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 49
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 52
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 70
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FencingDAO.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FencingDAO.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FencingDAO.java 114
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FencingDAO.java 117
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FencingDAO.java 143
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FencingDAO.java 146
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FencingDAO.java 155
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GoogleReqCountDAO.java 28
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 49
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 53
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 131
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 133
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium OrganizationMessageDAO.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium OrganizationMessageDAO.java 35
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium OrganizationMessageDAO.java 41
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium OrganizationMessageDAO.java 44
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReferenceDAO.java 42
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReferenceDAO.java 43
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReferenceDAO.java 66
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReferenceDAO.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReferenceDAO.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReferenceDAO.java 99
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 82
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 121
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 122
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 126
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 130
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 148
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 154
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 155
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 187
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 202
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 205
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 219
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 221
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 224
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 227
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 236
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 237
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 240
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TraversalDAO.java 244
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceMapDAO.java 31
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceMapDAO.java 39
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceMapDAO.java 59
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceMapDAO.java 60
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceMapDAO.java 62
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceMapDAO.java 66
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 128
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 152
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 42
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 47
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 67
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 99
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 118
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 119
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 140
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleUserGeofenceDAO.java 141
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 32
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 40
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 46
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 49
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 52
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 54
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 104
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 133
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 136
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 164
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 170
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 177
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 178
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 182
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 183
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConnectionHelper.java 185
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviationHelper.java 78
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviationHelper.java 80
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviationHelper.java 82
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviationHelper.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviationHelper.java 101
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviationHelper.java 147
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviationHelper.java 165
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountDAO.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountDAO.java 161
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountsDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountsDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountsDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AddressDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AddressDAO.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AddressDAO.java 171
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsdeliveryDAO.java 74
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsdeliveryDAO.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsdeliveryDAO.java 126
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsentryDAO.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsentryDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsentryDAO.java 157
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsflagDAO.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsflagDAO.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsflagDAO.java 112
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoPkSupportDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoPkSupportDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoPkSupportDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BaseHibernateDAO.java 36
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BaseHibernateDAO.java 41
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BaseHibernateDAO.java 43
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsentryDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsentryDAO.java 94
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsentryDAO.java 151
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsstatsuserDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsstatsuserDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsstatsuserDAO.java 131
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksentryDAO.java 78
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksentryDAO.java 93
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksentryDAO.java 146
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksfolderDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksfolderDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksfolderDAO.java 131
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BrowsertrackerDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BrowsertrackerDAO.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BrowsertrackerDAO.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CaleventDAO.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CaleventDAO.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CaleventDAO.java 181
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CharityBarometerDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CharityBarometerDAO.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CharityBarometerDAO.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ChatEntryDAO.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ChatEntryDAO.java 86
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ChatEntryDAO.java 115
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ChatStatusDAO.java 74
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ChatStatusDAO.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ChatStatusDAO.java 130
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClassnameDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClassnameDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClassnameDAO.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CompanyDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CompanyDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CompanyDAO.java 135
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ContactDAO.java 94
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ContactDAO.java 109
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ContactDAO.java 226
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CounterDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CounterDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CounterDAO.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CountryDAO.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CountryDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CountryDAO.java 125
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CyrususerDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CyrususerDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CyrususerDAO.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CyrusvirtualDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CyrusvirtualDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CyrusvirtualDAO.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviceDAO.java 74
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviceDAO.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviceDAO.java 118
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfileentryDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfileentryDAO.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfileentryDAO.java 171
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfilerankDAO.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfilerankDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfilerankDAO.java 121
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfileshortcutDAO.java 76
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfileshortcutDAO.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfileshortcutDAO.java 136
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfileversionDAO.java 76
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfileversionDAO.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfileversionDAO.java 136
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfolderDAO.java 76
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfolderDAO.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DlfolderDAO.java 136
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium EmailaddressDAO.java 76
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium EmailaddressDAO.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium EmailaddressDAO.java 136
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium EventNotificationDAO.java 37
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium EventNotificationDAO.java 43
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium EventNotificationDAO.java 46
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandocolumnDAO.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandocolumnDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandocolumnDAO.java 125
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandorowDAO.java 70
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandorowDAO.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandorowDAO.java 110
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandotableDAO.java 70
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandotableDAO.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandotableDAO.java 110
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandovalueDAO.java 74
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandovalueDAO.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpandovalueDAO.java 130
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FeedbackDAO.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FeedbackDAO.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FeedbackDAO.java 116
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceHistoryDAO.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceHistoryDAO.java 86
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceHistoryDAO.java 111
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 99
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 124
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 170
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 173
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 181
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 187
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 203
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 203
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 205
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 213
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 251
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 255
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 276
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 277
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 280
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 290
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 307
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 309
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 325
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 333
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceReportDAO.java 334
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FrequentTravellerDetailsDAO.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FrequentTravellerDetailsDAO.java 86
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FrequentTravellerDetailsDAO.java 99
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FrequentTripDetailsDAO.java 70
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FrequentTripDetailsDAO.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FrequentTripDetailsDAO.java 102
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FuelCalibrationDAO.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FuelCalibrationDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FuelCalibrationDAO.java 101
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofenceDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofenceDAO.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofenceDAO.java 154
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeovehicleMapDAO.java 49
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeovehicleMapDAO.java 59
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeovehicleMapDAO.java 94
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeovehicleMapDAO.java 109
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeovehicleMapDAO.java 140
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeovehicleMapDAO.java 208
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupDAO.java 94
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupDAO.java 155
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsOrgsDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsOrgsDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsOrgsDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsPermissionsDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsPermissionsDAO.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsPermissionsDAO.java 97
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsRolesDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsRolesDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsRolesDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsUsergroupsDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsUsergroupsDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GroupsUsergroupsDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HibernateSessionFactory.java 123
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidaysDAO.java 64
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidaysDAO.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidaysDAO.java 103
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium IgfolderDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium IgfolderDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium IgfolderDAO.java 131
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium IgimageDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium IgimageDAO.java 94
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium IgimageDAO.java 151
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ImageDAO.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ImageDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ImageDAO.java 121
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium InboxDAO.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium InboxDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium InboxDAO.java 121
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalarticleDAO.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalarticleDAO.java 106
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalarticleDAO.java 211
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalarticleimageDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalarticleimageDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalarticleimageDAO.java 131
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalarticleresourceDAO.java 70
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalarticleresourceDAO.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalarticleresourceDAO.java 106
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalcontentsearchDAO.java 74
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalcontentsearchDAO.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalcontentsearchDAO.java 126
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalfeedDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalfeedDAO.java 103
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalfeedDAO.java 197
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalstructureDAO.java 78
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalstructureDAO.java 93
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournalstructureDAO.java 146
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournaltemplateDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournaltemplateDAO.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JournaltemplateDAO.java 171
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LayoutDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LayoutDAO.java 103
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LayoutDAO.java 200
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LayoutsetDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LayoutsetDAO.java 94
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LayoutsetDAO.java 155
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ListtypeDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ListtypeDAO.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ListtypeDAO.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 46
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 62
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 93
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 101
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 106
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 109
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 113
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 129
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LocationDAO.java 130
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoginDAO.java 32
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoginDAO.java 35
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoginDAO.java 61
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoginDAO.java 62
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoginDAO.java 67
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoginDAO.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoginDAO.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbbanDAO.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbbanDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbbanDAO.java 121
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbcategoryDAO.java 78
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbcategoryDAO.java 93
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbcategoryDAO.java 146
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbdiscussionDAO.java 70
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbdiscussionDAO.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbdiscussionDAO.java 110
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbmailinglistDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbmailinglistDAO.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbmailinglistDAO.java 206
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbmessageDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbmessageDAO.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbmessageDAO.java 171
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbmessageflagDAO.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbmessageflagDAO.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbmessageflagDAO.java 116
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbstatsuserDAO.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbstatsuserDAO.java 86
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbstatsuserDAO.java 111
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbthreadDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbthreadDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MbthreadDAO.java 131
 
Violation Recommendation Severity Resource Line
Property createDate does not declare type Declare the property to be an SQL date. Medium Account.hbm.xml 22
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Account.hbm.xml 25
Property createDate does not declare type Declare the property to be an SQL date. Medium Address.hbm.xml 22
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Address.hbm.xml 25
Property createDate does not declare type Declare the property to be an SQL date. Medium Announcementsentry.hbm.xml 25
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Announcementsentry.hbm.xml 28
Property displayDate does not declare type Declare the property to be an SQL date. Medium Announcementsentry.hbm.xml 49
Property expirationDate does not declare type Declare the property to be an SQL date. Medium Announcementsentry.hbm.xml 52
Property createDate does not declare type Declare the property to be an SQL date. Medium Announcementsflag.hbm.xml 16
Property createDate does not declare type Declare the property to be an SQL date. Medium Blogsentry.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Blogsentry.hbm.xml 31
Property displayDate does not declare type Declare the property to be an SQL date. Medium Blogsentry.hbm.xml 43
Property lastPostDate does not declare type Declare the property to be an SQL date. Medium Blogsstatsuser.hbm.xml 25
Property createDate does not declare type Declare the property to be an SQL date. Medium Bookmarksentry.hbm.xml 25
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Bookmarksentry.hbm.xml 28
Property createDate does not declare type Declare the property to be an SQL date. Medium Bookmarksfolder.hbm.xml 25
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Bookmarksfolder.hbm.xml 28
Property createDate does not declare type Declare the property to be an SQL date. Medium Calevent.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Calevent.hbm.xml 31
Property startDate does not declare type Declare the property to be an SQL date. Medium Calevent.hbm.xml 40
Property endDate does not declare type Declare the property to be an SQL date. Medium Calevent.hbm.xml 43
Property createDate does not declare type Declare the property to be an SQL date. Medium Contact.hbm.xml 22
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Contact.hbm.xml 25
Property birthday does not declare type Declare the property to be an SQL date. Medium Contact.hbm.xml 52
Property lastPacketReceivedTime does not declare type Declare the property to be an SQL date. Medium Device.hbm.xml 21
Property createDate does not declare type Declare the property to be an SQL date. Medium Dlfileentry.hbm.xml 34
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Dlfileentry.hbm.xml 37
Property createDate does not declare type Declare the property to be an SQL date. Medium Dlfilerank.hbm.xml 22
Property createDate does not declare type Declare the property to be an SQL date. Medium Dlfileshortcut.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Dlfileshortcut.hbm.xml 31
Property createDate does not declare type Declare the property to be an SQL date. Medium Dlfileversion.hbm.xml 25
Property createDate does not declare type Declare the property to be an SQL date. Medium Dlfolder.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Dlfolder.hbm.xml 31
Property lastPostDate does not declare type Declare the property to be an SQL date. Medium Dlfolder.hbm.xml 43
Property createDate does not declare type Declare the property to be an SQL date. Medium Emailaddress.hbm.xml 22
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Emailaddress.hbm.xml 25
Property StartTime does not declare type Declare the property to be an SQL date. Medium EventNotification.hbm.xml 25
Property EndTime does not declare type Declare the property to be an SQL date. Medium EventNotification.hbm.xml 28
Property date does not declare type Declare the property to be an SQL date. Medium Feedback.hbm.xml 19
Property monSms does not declare type Declare the property to be an SQL date. Medium FenceHistory.hbm.xml 16
Property evenSms does not declare type Declare the property to be an SQL date. Medium FenceHistory.hbm.xml 19
Property reportDate does not declare type Declare the property to be an SQL date. Medium FenceReport.hbm.xml 22
Property entryTime does not declare type Declare the property to be an SQL date. Medium FenceReport.hbm.xml 25
Property exitTime does not declare type Declare the property to be an SQL date. Medium FenceReport.hbm.xml 28
Property createdTime does not declare type Declare the property to be an SQL date. Medium FenceReport.hbm.xml 37
Property updatedTime does not declare type Declare the property to be an SQL date. Medium FenceReport.hbm.xml 40
Property StopTimeAM does not declare type Declare the property to be an SQL date. Medium Geofence.hbm.xml 52
Property StopTimePM does not declare type Declare the property to be an SQL date. Medium Geofence.hbm.xml 55
Property createDate does not declare type Declare the property to be an SQL date. Medium Igfolder.hbm.xml 25
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Igfolder.hbm.xml 28
Property createDate does not declare type Declare the property to be an SQL date. Medium Igimage.hbm.xml 25
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Igimage.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Image.hbm.xml 13
Property sendingDate does not declare type Declare the property to be an SQL date. Medium Inbox.hbm.xml 25
Property createDate does not declare type Declare the property to be an SQL date. Medium Journalarticle.hbm.xml 31
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Journalarticle.hbm.xml 34
Property displayDate does not declare type Declare the property to be an SQL date. Medium Journalarticle.hbm.xml 64
Property approvedDate does not declare type Declare the property to be an SQL date. Medium Journalarticle.hbm.xml 76
Property expirationDate does not declare type Declare the property to be an SQL date. Medium Journalarticle.hbm.xml 82
Property reviewDate does not declare type Declare the property to be an SQL date. Medium Journalarticle.hbm.xml 85
Property createDate does not declare type Declare the property to be an SQL date. Medium Journalfeed.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Journalfeed.hbm.xml 31
Property createDate does not declare type Declare the property to be an SQL date. Medium Journalstructure.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Journalstructure.hbm.xml 31
Property createDate does not declare type Declare the property to be an SQL date. Medium Journaltemplate.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Journaltemplate.hbm.xml 31
Property sentTime does not declare type Declare the property to be an SQL date. Medium LmuSenderMapping.hbm.xml 23
Property createDate does not declare type Declare the property to be an SQL date. Medium Mbban.hbm.xml 25
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Mbban.hbm.xml 28
Property createDate does not declare type Declare the property to be an SQL date. Medium Mbcategory.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Mbcategory.hbm.xml 31
Property lastPostDate does not declare type Declare the property to be an SQL date. Medium Mbcategory.hbm.xml 49
Property createDate does not declare type Declare the property to be an SQL date. Medium Mbmailinglist.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Mbmailinglist.hbm.xml 31
Property createDate does not declare type Declare the property to be an SQL date. Medium Mbmessage.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Mbmessage.hbm.xml 31
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Mbmessageflag.hbm.xml 16
Property lastPostDate does not declare type Declare the property to be an SQL date. Medium Mbstatsuser.hbm.xml 22
Property lastPostDate does not declare type Declare the property to be an SQL date. Medium Mbthread.hbm.xml 31
Property createDate does not declare type Declare the property to be an SQL date. Medium Membershiprequest.hbm.xml 19
Property replyDate does not declare type Declare the property to be an SQL date. Medium Membershiprequest.hbm.xml 31
 
Violation Recommendation Severity Resource Line
Private field should be final: buses Declare the "buses" field final. Medium BusInfoPOJO.java 9
Local variable should be final: fuelinfo Declare the "fuelinfo" variable final. Medium FuelDataHelp.java 25
Local variable should be final: statement Declare the "statement" variable final. Medium FuelDataHelp.java 64
Local variable should be final: count Declare the "count" variable final. Medium FuelDataHelp.java 121
Private field should be final: log Declare the "log" field final. Medium JSONConverter.java 12
Local variable should be final: mapper Declare the "mapper" variable final. Medium JSONConverter.java 18
Local variable should be final: mapper Declare the "mapper" variable final. Medium JSONConverter.java 41
Private field should be final: log Declare the "log" field final. Medium FenceUsersDAO.java 14
Local variable should be final: session Declare the "session" variable final. Medium FenceUsersDAO.java 42
Local variable should be final: session Declare the "session" variable final. Medium FenceUsersDAO.java 64
Local variable should be final: dao Declare the "dao" variable final. Medium FenceUsersDAO.java 81
Local variable should be final: date Declare the "date" variable final. Medium GoogleReqCountDAO.java 19
Local variable should be final: stamp Declare the "stamp" variable final. Medium GoogleReqCountDAO.java 21
Local variable should be final: tr Declare the "tr" variable final. Medium GoogleReqCountDAO.java 24
Local variable should be final: count_obj Declare the "count_obj" variable final. Medium GoogleReqCountDAO.java 26
Local variable should be final: google Declare the "google" variable final. Medium GoogleReqCountDAO.java 36
Local variable should be final: hddao Declare the "hddao" variable final. Medium HolidayProcessDAO.java 42
Local variable should be final: hddao Declare the "hddao" variable final. Medium HolidayProcessDAO.java 72
Local variable should be final: vdao Declare the "vdao" variable final. Medium HolidayProcessDAO.java 103
Local variable should be final: currentDate Declare the "currentDate" variable final. Medium HolidayProcessDAO.java 128
Local variable should be final: sdf Declare the "sdf" variable final. Medium HolidayProcessDAO.java 129
Local variable should be final: holidayList Declare the "holidayList" variable final. Medium HolidayProcessDAO.java 131
Local variable should be final: dateNow Declare the "dateNow" variable final. Medium HolidayProcessDAO.java 133
Local variable should be final: dao Declare the "dao" variable final. Medium HolidayProcessDAO.java 148
Local variable should be final: hdDao Declare the "hdDao" variable final. Medium HolidayProcessDAO.java 149
Local variable should be final: locationDAO Declare the "locationDAO" variable final. Medium LocationProcessDAO.java 33
Local variable should be final: stat Declare the "stat" variable final. Medium LocationProcessDAO.java 36
Local variable should be final: locationDAO Declare the "locationDAO" variable final. Medium LocationProcessDAO.java 49
Local variable should be final: stat Declare the "stat" variable final. Medium LocationProcessDAO.java 52
Local variable should be final: loginDAO Declare the "loginDAO" variable final. Medium LoginProcessDAO.java 36
Local variable should be final: stat Declare the "stat" variable final. Medium LoginProcessDAO.java 38
Local variable should be final: loginDAO Declare the "loginDAO" variable final. Medium LoginProcessDAO.java 50
Local variable should be final: sess Declare the "sess" variable final. Medium OrganizationMessageDAO.java 26
Local variable should be final: orgMsgList Declare the "orgMsgList" variable final. Medium OrganizationMessageDAO.java 29
Local variable should be final: msgQry Declare the "msgQry" variable final. Medium OrganizationMessageDAO.java 34
Local variable should be final: msgIter Declare the "msgIter" variable final. Medium OrganizationMessageDAO.java 40
Local variable should be final: referenceRoute Declare the "referenceRoute" variable final. Medium ReferenceDAO.java 37
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ReferenceDAO.java 41
Local variable should be final: referenceRoute Declare the "referenceRoute" variable final. Medium ReferenceDAO.java 62
Local variable should be final: tripDetails Declare the "tripDetails" variable final. Medium ReferenceDAO.java 83
Local variable should be final: org Declare the "org" variable final. Medium ReferenceDAO.java 84
Local variable should be final: orgName Declare the "orgName" variable final. Medium ReferenceDAO.java 85
Local variable should be final: tripDetails Declare the "tripDetails" variable final. Medium ReferenceDAO.java 98
Local variable should be final: tripName Declare the "tripName" variable final. Medium ReferenceDAO.java 99
Private field should be final: log Declare the "log" field final. Medium ReportSummaryDAO.java 11
Private field should be final: log Declare the "log" field final. Medium VehicleFenceMapDAO.java 23
Local variable should be final: sess Declare the "sess" variable final. Medium VehicleFenceMapDAO.java 54
Local variable should be final: geoQry Declare the "geoQry" variable final. Medium VehicleFenceMapDAO.java 61
Private field should be final: log Declare the "log" field final. Medium VehicleUserGeofenceDAO.java 29
Local variable should be final: uglist Declare the "uglist" variable final. Medium VehicleUserGeofenceDAO.java 68
Local variable should be final: sess Declare the "sess" variable final. Medium VehicleUserGeofenceDAO.java 114
Local variable should be final: userGeoQry Declare the "userGeoQry" variable final. Medium VehicleUserGeofenceDAO.java 118
Local variable should be final: sess Declare the "sess" variable final. Medium VehicleUserGeofenceDAO.java 131
Private field should be final: log Declare the "log" field final. Medium DBManager.java 19
Local variable should be final: earthRadius Declare the "earthRadius" variable final. Medium DistanceHelper.java 8
Local variable should be final: dLat Declare the "dLat" variable final. Medium DistanceHelper.java 9
Local variable should be final: dLng Declare the "dLng" variable final. Medium DistanceHelper.java 10
Local variable should be final: a Declare the "a" variable final. Medium DistanceHelper.java 11
Local variable should be final: c Declare the "c" variable final. Medium DistanceHelper.java 14
Local variable should be final: dist Declare the "dist" variable final. Medium DistanceHelper.java 15
Local variable should be final: kmConversion Declare the "kmConversion" variable final. Medium DistanceHelper.java 16
Local variable should be final: distance Declare the "distance" variable final. Medium DistanceHelper.java 17
Local variable should be final: instance Declare the "instance" variable final. Medium AccountDAO.java 65
Local variable should be final: results Declare the "results" variable final. Medium AccountDAO.java 77
Local variable should be final: queryString Declare the "queryString" variable final. Medium AccountDAO.java 93
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AccountDAO.java 95
Local variable should be final: queryString Declare the "queryString" variable final. Medium AccountDAO.java 159
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AccountDAO.java 160
Local variable should be final: result Declare the "result" variable final. Medium AccountDAO.java 171
Local variable should be final: instance Declare the "instance" variable final. Medium AccountsDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium AccountsDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium AccountsDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AccountsDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium AccountsDAO.java 94
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AccountsDAO.java 95
Local variable should be final: result Declare the "result" variable final. Medium AccountsDAO.java 106
Local variable should be final: castOther Declare the "castOther" variable final. Medium AccountsId.java 53
Local variable should be final: instance Declare the "instance" variable final. Medium AddressDAO.java 67
Local variable should be final: results Declare the "results" variable final. Medium AddressDAO.java 79
Local variable should be final: queryString Declare the "queryString" variable final. Medium AddressDAO.java 95
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AddressDAO.java 97
Local variable should be final: queryString Declare the "queryString" variable final. Medium AddressDAO.java 169
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AddressDAO.java 170
Local variable should be final: result Declare the "result" variable final. Medium AddressDAO.java 181
Local variable should be final: instance Declare the "instance" variable final. Medium AnnouncementsdeliveryDAO.java 58
Local variable should be final: results Declare the "results" variable final. Medium AnnouncementsdeliveryDAO.java 70
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsdeliveryDAO.java 86
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsdeliveryDAO.java 88
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsdeliveryDAO.java 124
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsdeliveryDAO.java 125
Local variable should be final: result Declare the "result" variable final. Medium AnnouncementsdeliveryDAO.java 136
Local variable should be final: instance Declare the "instance" variable final. Medium AnnouncementsentryDAO.java 65
Local variable should be final: results Declare the "results" variable final. Medium AnnouncementsentryDAO.java 77
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsentryDAO.java 93
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsentryDAO.java 95
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsentryDAO.java 155
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsentryDAO.java 156
Local variable should be final: result Declare the "result" variable final. Medium AnnouncementsentryDAO.java 167
Local variable should be final: instance Declare the "instance" variable final. Medium AnnouncementsflagDAO.java 56
Local variable should be final: results Declare the "results" variable final. Medium AnnouncementsflagDAO.java 68
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsflagDAO.java 84
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsflagDAO.java 86
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsflagDAO.java 110
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsflagDAO.java 111
Local variable should be final: result Declare the "result" variable final. Medium AnnouncementsflagDAO.java 122
Local variable should be final: instance Declare the "instance" variable final. Medium AutoPkSupportDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium AutoPkSupportDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium AutoPkSupportDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AutoPkSupportDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium AutoPkSupportDAO.java 94
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AutoPkSupportDAO.java 95
Local variable should be final: result Declare the "result" variable final. Medium AutoPkSupportDAO.java 106
Local variable should be final: castOther Declare the "castOther" variable final. Medium AutoPkSupportId.java 53
Private field should be final: log Declare the "log" field final. Medium BaseHibernateDAO.java 22
Local variable should be final: session Declare the "session" variable final. Medium BaseHibernateDAO.java 26
Local variable should be final: connectionIterator Declare the "connectionIterator" variable final. Medium BaseHibernateDAO.java 35
Local variable should be final: stacktrace Declare the "stacktrace" variable final. Medium BaseHibernateDAO.java 40
Local variable should be final: e Declare the "e" variable final. Medium BaseHibernateDAO.java 41
Local variable should be final: instance Declare the "instance" variable final. Medium BlogsentryDAO.java 63
Local variable should be final: results Declare the "results" variable final. Medium BlogsentryDAO.java 75
Local variable should be final: queryString Declare the "queryString" variable final. Medium BlogsentryDAO.java 91
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BlogsentryDAO.java 93
Local variable should be final: queryString Declare the "queryString" variable final. Medium BlogsentryDAO.java 149
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BlogsentryDAO.java 150
Local variable should be final: result Declare the "result" variable final. Medium BlogsentryDAO.java 161
Local variable should be final: instance Declare the "instance" variable final. Medium BlogsstatsuserDAO.java 59
Local variable should be final: results Declare the "results" variable final. Medium BlogsstatsuserDAO.java 71
Local variable should be final: queryString Declare the "queryString" variable final. Medium BlogsstatsuserDAO.java 87
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BlogsstatsuserDAO.java 89
Local variable should be final: queryString Declare the "queryString" variable final. Medium BlogsstatsuserDAO.java 129
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BlogsstatsuserDAO.java 130
Local variable should be final: result Declare the "result" variable final. Medium BlogsstatsuserDAO.java 141
Local variable should be final: instance Declare the "instance" variable final. Medium BookmarksentryDAO.java 62
Local variable should be final: results Declare the "results" variable final. Medium BookmarksentryDAO.java 74
Local variable should be final: queryString Declare the "queryString" variable final. Medium BookmarksentryDAO.java 90
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BookmarksentryDAO.java 92
Local variable should be final: queryString Declare the "queryString" variable final. Medium BookmarksentryDAO.java 144
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BookmarksentryDAO.java 145
Local variable should be final: result Declare the "result" variable final. Medium BookmarksentryDAO.java 156
Local variable should be final: instance Declare the "instance" variable final. Medium BookmarksfolderDAO.java 59
Local variable should be final: results Declare the "results" variable final. Medium BookmarksfolderDAO.java 71
Local variable should be final: queryString Declare the "queryString" variable final. Medium BookmarksfolderDAO.java 87
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BookmarksfolderDAO.java 89
Local variable should be final: queryString Declare the "queryString" variable final. Medium BookmarksfolderDAO.java 129
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BookmarksfolderDAO.java 130
Local variable should be final: result Declare the "result" variable final. Medium BookmarksfolderDAO.java 141
Local variable should be final: instance Declare the "instance" variable final. Medium BrowsertrackerDAO.java 53
Local variable should be final: results Declare the "results" variable final. Medium BrowsertrackerDAO.java 65
Local variable should be final: queryString Declare the "queryString" variable final. Medium BrowsertrackerDAO.java 81
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BrowsertrackerDAO.java 83
Local variable should be final: queryString Declare the "queryString" variable final. Medium BrowsertrackerDAO.java 103
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BrowsertrackerDAO.java 104
Local variable should be final: result Declare the "result" variable final. Medium BrowsertrackerDAO.java 115
Local variable should be final: instance Declare the "instance" variable final. Medium CaleventDAO.java 69
Local variable should be final: results Declare the "results" variable final. Medium CaleventDAO.java 81
Local variable should be final: queryString Declare the "queryString" variable final. Medium CaleventDAO.java 97
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CaleventDAO.java 99
Local variable should be final: queryString Declare the "queryString" variable final. Medium CaleventDAO.java 179
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CaleventDAO.java 180
Local variable should be final: result Declare the "result" variable final. Medium CaleventDAO.java 191
Local variable should be final: instance Declare the "instance" variable final. Medium CharityBarometerDAO.java 53
Local variable should be final: results Declare the "results" variable final. Medium CharityBarometerDAO.java 65
Local variable should be final: queryString Declare the "queryString" variable final. Medium CharityBarometerDAO.java 81
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CharityBarometerDAO.java 83
Local variable should be final: queryString Declare the "queryString" variable final. Medium CharityBarometerDAO.java 103
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CharityBarometerDAO.java 104
Local variable should be final: result Declare the "result" variable final. Medium CharityBarometerDAO.java 115
Local variable should be final: instance Declare the "instance" variable final. Medium ChatEntryDAO.java 55
Local variable should be final: results Declare the "results" variable final. Medium ChatEntryDAO.java 67
Local variable should be final: queryString Declare the "queryString" variable final. Medium ChatEntryDAO.java 83
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ChatEntryDAO.java 85
Local variable should be final: queryString Declare the "queryString" variable final. Medium ChatEntryDAO.java 113
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ChatEntryDAO.java 114
Local variable should be final: result Declare the "result" variable final. Medium ChatEntryDAO.java 125
Local variable should be final: instance Declare the "instance" variable final. Medium ChatStatusDAO.java 58
Local variable should be final: results Declare the "results" variable final. Medium ChatStatusDAO.java 70
Local variable should be final: queryString Declare the "queryString" variable final. Medium ChatStatusDAO.java 86
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ChatStatusDAO.java 88
Local variable should be final: queryString Declare the "queryString" variable final. Medium ChatStatusDAO.java 128
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ChatStatusDAO.java 129
Local variable should be final: result Declare the "result" variable final. Medium ChatStatusDAO.java 140
Local variable should be final: instance Declare the "instance" variable final. Medium ClassnameDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium ClassnameDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium ClassnameDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ClassnameDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium ClassnameDAO.java 98
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ClassnameDAO.java 99
Local variable should be final: result Declare the "result" variable final. Medium ClassnameDAO.java 110
Local variable should be final: instance Declare the "instance" variable final. Medium CompanyDAO.java 59
Local variable should be final: results Declare the "results" variable final. Medium CompanyDAO.java 71
Local variable should be final: queryString Declare the "queryString" variable final. Medium CompanyDAO.java 87
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CompanyDAO.java 89
Local variable should be final: queryString Declare the "queryString" variable final. Medium CompanyDAO.java 133
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CompanyDAO.java 134
Local variable should be final: result Declare the "result" variable final. Medium CompanyDAO.java 145
Local variable should be final: instance Declare the "instance" variable final. Medium ContactDAO.java 78
Local variable should be final: results Declare the "results" variable final. Medium ContactDAO.java 90
Local variable should be final: queryString Declare the "queryString" variable final. Medium ContactDAO.java 106
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ContactDAO.java 108
Local variable should be final: queryString Declare the "queryString" variable final. Medium ContactDAO.java 224
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ContactDAO.java 225
Local variable should be final: result Declare the "result" variable final. Medium ContactDAO.java 236
Local variable should be final: instance Declare the "instance" variable final. Medium CounterDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium CounterDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium CounterDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CounterDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium CounterDAO.java 98
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CounterDAO.java 99
Local variable should be final: result Declare the "result" variable final. Medium CounterDAO.java 110
Local variable should be final: instance Declare the "instance" variable final. Medium CountryDAO.java 57
Local variable should be final: results Declare the "results" variable final. Medium CountryDAO.java 69
Local variable should be final: queryString Declare the "queryString" variable final. Medium CountryDAO.java 85
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CountryDAO.java 87
Local variable should be final: queryString Declare the "queryString" variable final. Medium CountryDAO.java 123
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CountryDAO.java 124
Local variable should be final: result Declare the "result" variable final. Medium CountryDAO.java 135
Local variable should be final: instance Declare the "instance" variable final. Medium CyrususerDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium CyrususerDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium CyrususerDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CyrususerDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium CyrususerDAO.java 98
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CyrususerDAO.java 99
Local variable should be final: result Declare the "result" variable final. Medium CyrususerDAO.java 110
Local variable should be final: instance Declare the "instance" variable final. Medium CyrusvirtualDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium CyrusvirtualDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium CyrusvirtualDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CyrusvirtualDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium CyrusvirtualDAO.java 98
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium CyrusvirtualDAO.java 99
Local variable should be final: result Declare the "result" variable final. Medium CyrusvirtualDAO.java 110
Local variable should be final: instance Declare the "instance" variable final. Medium DeviceDAO.java 58
Local variable should be final: results Declare the "results" variable final. Medium DeviceDAO.java 70
Local variable should be final: queryString Declare the "queryString" variable final. Medium DeviceDAO.java 86
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DeviceDAO.java 88
Local variable should be final: queryString Declare the "queryString" variable final. Medium DeviceDAO.java 116
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DeviceDAO.java 117
Local variable should be final: result Declare the "result" variable final. Medium DeviceDAO.java 128
Local variable should be final: instance Declare the "instance" variable final. Medium DlfileentryDAO.java 67
Local variable should be final: results Declare the "results" variable final. Medium DlfileentryDAO.java 79
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfileentryDAO.java 95
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfileentryDAO.java 97
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfileentryDAO.java 169
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfileentryDAO.java 170
Local variable should be final: result Declare the "result" variable final. Medium DlfileentryDAO.java 181
Local variable should be final: instance Declare the "instance" variable final. Medium DlfilerankDAO.java 57
Local variable should be final: results Declare the "results" variable final. Medium DlfilerankDAO.java 69
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfilerankDAO.java 85
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfilerankDAO.java 87
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfilerankDAO.java 119
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfilerankDAO.java 120
Local variable should be final: result Declare the "result" variable final. Medium DlfilerankDAO.java 131
Local variable should be final: instance Declare the "instance" variable final. Medium DlfileshortcutDAO.java 60
Local variable should be final: results Declare the "results" variable final. Medium DlfileshortcutDAO.java 72
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfileshortcutDAO.java 88
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfileshortcutDAO.java 90
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfileshortcutDAO.java 134
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfileshortcutDAO.java 135
Local variable should be final: result Declare the "result" variable final. Medium DlfileshortcutDAO.java 146
Local variable should be final: instance Declare the "instance" variable final. Medium DlfileversionDAO.java 60
Local variable should be final: results Declare the "results" variable final. Medium DlfileversionDAO.java 72
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfileversionDAO.java 88
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfileversionDAO.java 90
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfileversionDAO.java 134
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfileversionDAO.java 135
Local variable should be final: result Declare the "result" variable final. Medium DlfileversionDAO.java 146
Local variable should be final: instance Declare the "instance" variable final. Medium DlfolderDAO.java 60
Local variable should be final: results Declare the "results" variable final. Medium DlfolderDAO.java 72
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfolderDAO.java 88
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfolderDAO.java 90
Local variable should be final: queryString Declare the "queryString" variable final. Medium DlfolderDAO.java 134
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium DlfolderDAO.java 135
Local variable should be final: result Declare the "result" variable final. Medium DlfolderDAO.java 146
Local variable should be final: instance Declare the "instance" variable final. Medium EmailaddressDAO.java 60
Local variable should be final: results Declare the "results" variable final. Medium EmailaddressDAO.java 72
Local variable should be final: queryString Declare the "queryString" variable final. Medium EmailaddressDAO.java 88
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium EmailaddressDAO.java 90
Local variable should be final: queryString Declare the "queryString" variable final. Medium EmailaddressDAO.java 134
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium EmailaddressDAO.java 135
Local variable should be final: result Declare the "result" variable final. Medium EmailaddressDAO.java 146
Local variable should be final: SendTo Declare the "SendTo" variable final. Medium EventNotificationDAO.java 28
Local variable should be final: eventNotifyQry Declare the "eventNotifyQry" variable final. Medium EventNotificationDAO.java 36
Local variable should be final: schedulerList Declare the "schedulerList" variable final. Medium EventNotificationDAO.java 40
Local variable should be final: schedulerIter Declare the "schedulerIter" variable final. Medium EventNotificationDAO.java 42
Local variable should be final: instance Declare the "instance" variable final. Medium ExpandocolumnDAO.java 57
Local variable should be final: results Declare the "results" variable final. Medium ExpandocolumnDAO.java 69
Local variable should be final: queryString Declare the "queryString" variable final. Medium ExpandocolumnDAO.java 85
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ExpandocolumnDAO.java 87
Local variable should be final: queryString Declare the "queryString" variable final. Medium ExpandocolumnDAO.java 123
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ExpandocolumnDAO.java 124
Local variable should be final: result Declare the "result" variable final. Medium ExpandocolumnDAO.java 135
Local variable should be final: instance Declare the "instance" variable final. Medium ExpandorowDAO.java 54
Local variable should be final: results Declare the "results" variable final. Medium ExpandorowDAO.java 66
Local variable should be final: queryString Declare the "queryString" variable final. Medium ExpandorowDAO.java 82
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ExpandorowDAO.java 84
Local variable should be final: queryString Declare the "queryString" variable final. Medium ExpandorowDAO.java 108
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ExpandorowDAO.java 109
Local variable should be final: result Declare the "result" variable final. Medium ExpandorowDAO.java 120
Local variable should be final: instance Declare the "instance" variable final. Medium ExpandotableDAO.java 54
Local variable should be final: results Declare the "results" variable final. Medium ExpandotableDAO.java 66
Local variable should be final: queryString Declare the "queryString" variable final. Medium ExpandotableDAO.java 82
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ExpandotableDAO.java 84
Local variable should be final: queryString Declare the "queryString" variable final. Medium ExpandotableDAO.java 108
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ExpandotableDAO.java 109
Local variable should be final: result Declare the "result" variable final. Medium ExpandotableDAO.java 120
Local variable should be final: instance Declare the "instance" variable final. Medium ExpandovalueDAO.java 58
Local variable should be final: results Declare the "results" variable final. Medium ExpandovalueDAO.java 70
Local variable should be final: queryString Declare the "queryString" variable final. Medium ExpandovalueDAO.java 86
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ExpandovalueDAO.java 88
Local variable should be final: queryString Declare the "queryString" variable final. Medium ExpandovalueDAO.java 128
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ExpandovalueDAO.java 129
Local variable should be final: result Declare the "result" variable final. Medium ExpandovalueDAO.java 140
Local variable should be final: instance Declare the "instance" variable final. Medium FeedbackDAO.java 56
Local variable should be final: results Declare the "results" variable final. Medium FeedbackDAO.java 68
Local variable should be final: queryString Declare the "queryString" variable final. Medium FeedbackDAO.java 84
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FeedbackDAO.java 86
Local variable should be final: queryString Declare the "queryString" variable final. Medium FeedbackDAO.java 114
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FeedbackDAO.java 115
Local variable should be final: result Declare the "result" variable final. Medium FeedbackDAO.java 126
Local variable should be final: instance Declare the "instance" variable final. Medium FenceHistoryDAO.java 55
Local variable should be final: results Declare the "results" variable final. Medium FenceHistoryDAO.java 67
Local variable should be final: queryString Declare the "queryString" variable final. Medium FenceHistoryDAO.java 83
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FenceHistoryDAO.java 85
Local variable should be final: queryString Declare the "queryString" variable final. Medium FenceHistoryDAO.java 109
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FenceHistoryDAO.java 110
Local variable should be final: result Declare the "result" variable final. Medium FenceHistoryDAO.java 121
Local variable should be final: instance Declare the "instance" variable final. Medium FrequentTravellerDetailsDAO.java 55
Local variable should be final: results Declare the "results" variable final. Medium FrequentTravellerDetailsDAO.java 67
Local variable should be final: queryString Declare the "queryString" variable final. Medium FrequentTravellerDetailsDAO.java 83
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FrequentTravellerDetailsDAO.java 85
Local variable should be final: queryString Declare the "queryString" variable final. Medium FrequentTravellerDetailsDAO.java 97
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FrequentTravellerDetailsDAO.java 98
Local variable should be final: result Declare the "result" variable final. Medium FrequentTravellerDetailsDAO.java 110
Local variable should be final: castOther Declare the "castOther" variable final. Medium FrequentTravellerDetailsId.java 54
Local variable should be final: instance Declare the "instance" variable final. Medium FrequentTripDetailsDAO.java 54
Local variable should be final: results Declare the "results" variable final. Medium FrequentTripDetailsDAO.java 66
Local variable should be final: queryString Declare the "queryString" variable final. Medium FrequentTripDetailsDAO.java 82
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FrequentTripDetailsDAO.java 84
Local variable should be final: queryString Declare the "queryString" variable final. Medium FrequentTripDetailsDAO.java 100
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FrequentTripDetailsDAO.java 101
Local variable should be final: result Declare the "result" variable final. Medium FrequentTripDetailsDAO.java 112
Local variable should be final: castOther Declare the "castOther" variable final. Medium FrequentTripDetailsId.java 53
Local variable should be final: instance Declare the "instance" variable final. Medium FuelCalibrationDAO.java 51
Local variable should be final: results Declare the "results" variable final. Medium FuelCalibrationDAO.java 69
Local variable should be final: queryString Declare the "queryString" variable final. Medium FuelCalibrationDAO.java 85
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FuelCalibrationDAO.java 87
Local variable should be final: queryString Declare the "queryString" variable final. Medium FuelCalibrationDAO.java 99
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium FuelCalibrationDAO.java 100
Local variable should be final: result Declare the "result" variable final. Medium FuelCalibrationDAO.java 111
Local variable should be final: results Declare the "results" variable final. Medium GeofenceDAO.java 86
Local variable should be final: queryString Declare the "queryString" variable final. Medium GeofenceDAO.java 102
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GeofenceDAO.java 104
Local variable should be final: queryString Declare the "queryString" variable final. Medium GeofenceDAO.java 152
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GeofenceDAO.java 153
Local variable should be final: result Declare the "result" variable final. Medium GeofenceDAO.java 164
Local variable should be final: instance Declare the "instance" variable final. Medium GeovehicleMapDAO.java 78
Local variable should be final: results Declare the "results" variable final. Medium GeovehicleMapDAO.java 90
Local variable should be final: queryString Declare the "queryString" variable final. Medium GeovehicleMapDAO.java 106
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GeovehicleMapDAO.java 108
Local variable should be final: queryString Declare the "queryString" variable final. Medium GeovehicleMapDAO.java 138
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GeovehicleMapDAO.java 139
Local variable should be final: result Declare the "result" variable final. Medium GeovehicleMapDAO.java 150
Local variable should be final: geo Declare the "geo" variable final. Medium GeovehicleMapDAO.java 205
Local variable should be final: instance Declare the "instance" variable final. Medium GroupDAO.java 63
Local variable should be final: results Declare the "results" variable final. Medium GroupDAO.java 75
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupDAO.java 91
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupDAO.java 93
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupDAO.java 153
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupDAO.java 154
Local variable should be final: result Declare the "result" variable final. Medium GroupDAO.java 165
Local variable should be final: instance Declare the "instance" variable final. Medium GroupsOrgsDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium GroupsOrgsDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupsOrgsDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupsOrgsDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupsOrgsDAO.java 94
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupsOrgsDAO.java 95
Local variable should be final: result Declare the "result" variable final. Medium GroupsOrgsDAO.java 106
Local variable should be final: castOther Declare the "castOther" variable final. Medium GroupsOrgsId.java 53
Local variable should be final: instance Declare the "instance" variable final. Medium GroupsPermissionsDAO.java 53
Local variable should be final: results Declare the "results" variable final. Medium GroupsPermissionsDAO.java 65
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupsPermissionsDAO.java 81
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupsPermissionsDAO.java 83
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupsPermissionsDAO.java 95
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupsPermissionsDAO.java 96
Local variable should be final: result Declare the "result" variable final. Medium GroupsPermissionsDAO.java 107
Local variable should be final: castOther Declare the "castOther" variable final. Medium GroupsPermissionsId.java 53
Local variable should be final: instance Declare the "instance" variable final. Medium GroupsRolesDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium GroupsRolesDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupsRolesDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupsRolesDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupsRolesDAO.java 94
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupsRolesDAO.java 95
Local variable should be final: result Declare the "result" variable final. Medium GroupsRolesDAO.java 106
Local variable should be final: castOther Declare the "castOther" variable final. Medium GroupsRolesId.java 53
Local variable should be final: instance Declare the "instance" variable final. Medium GroupsUsergroupsDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium GroupsUsergroupsDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupsUsergroupsDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupsUsergroupsDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium GroupsUsergroupsDAO.java 94
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium GroupsUsergroupsDAO.java 95
Local variable should be final: result Declare the "result" variable final. Medium GroupsUsergroupsDAO.java 106
Local variable should be final: castOther Declare the "castOther" variable final. Medium GroupsUsergroupsId.java 53
Private field should be final: CONFIG_FILE_LOCATION Declare the "CONFIG_FILE_LOCATION" field final. Medium HibernateSessionFactory.java 34
Private field should be final: configuration Declare the "configuration" field final. Medium HibernateSessionFactory.java 36
Private field should be final: log Declare the "log" field final. Medium HibernateSessionFactory.java 39
Local variable should be final: instance Declare the "instance" variable final. Medium HolidaysDAO.java 47
Local variable should be final: queryString Declare the "queryString" variable final. Medium HolidaysDAO.java 61
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium HolidaysDAO.java 63
Local variable should be final: holidayList Declare the "holidayList" variable final. Medium HolidaysDAO.java 82
Local variable should be final: hdao Declare the "hdao" variable final. Medium HolidaysDAO.java 83
Local variable should be final: sess Declare the "sess" variable final. Medium HolidaysDAO.java 84
Local variable should be final: queryString Declare the "queryString" variable final. Medium HolidaysDAO.java 99
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium HolidaysDAO.java 100
Local variable should be final: instance Declare the "instance" variable final. Medium IgfolderDAO.java 59
Local variable should be final: results Declare the "results" variable final. Medium IgfolderDAO.java 71
Local variable should be final: queryString Declare the "queryString" variable final. Medium IgfolderDAO.java 87
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium IgfolderDAO.java 89
Local variable should be final: queryString Declare the "queryString" variable final. Medium IgfolderDAO.java 129
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium IgfolderDAO.java 130
Local variable should be final: result Declare the "result" variable final. Medium IgfolderDAO.java 141
Local variable should be final: instance Declare the "instance" variable final. Medium IgimageDAO.java 63
Local variable should be final: results Declare the "results" variable final. Medium IgimageDAO.java 75
Local variable should be final: queryString Declare the "queryString" variable final. Medium IgimageDAO.java 91
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium IgimageDAO.java 93
Local variable should be final: queryString Declare the "queryString" variable final. Medium IgimageDAO.java 149
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium IgimageDAO.java 150
Local variable should be final: result Declare the "result" variable final. Medium IgimageDAO.java 161
Local variable should be final: instance Declare the "instance" variable final. Medium ImageDAO.java 57
Local variable should be final: results Declare the "results" variable final. Medium ImageDAO.java 69
Local variable should be final: queryString Declare the "queryString" variable final. Medium ImageDAO.java 85
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ImageDAO.java 87
Local variable should be final: queryString Declare the "queryString" variable final. Medium ImageDAO.java 119
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ImageDAO.java 120
Local variable should be final: result Declare the "result" variable final. Medium ImageDAO.java 131
Local variable should be final: instance Declare the "instance" variable final. Medium InboxDAO.java 57
Local variable should be final: results Declare the "results" variable final. Medium InboxDAO.java 69
Local variable should be final: queryString Declare the "queryString" variable final. Medium InboxDAO.java 85
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium InboxDAO.java 87
Local variable should be final: queryString Declare the "queryString" variable final. Medium InboxDAO.java 119
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium InboxDAO.java 120
Local variable should be final: result Declare the "result" variable final. Medium InboxDAO.java 131
Local variable should be final: instance Declare the "instance" variable final. Medium JournalarticleDAO.java 75
Local variable should be final: results Declare the "results" variable final. Medium JournalarticleDAO.java 87
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalarticleDAO.java 103
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalarticleDAO.java 105
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalarticleDAO.java 209
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalarticleDAO.java 210
Local variable should be final: result Declare the "result" variable final. Medium JournalarticleDAO.java 221
Local variable should be final: instance Declare the "instance" variable final. Medium JournalarticleimageDAO.java 59
Local variable should be final: results Declare the "results" variable final. Medium JournalarticleimageDAO.java 71
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalarticleimageDAO.java 87
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalarticleimageDAO.java 89
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalarticleimageDAO.java 129
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalarticleimageDAO.java 130
Local variable should be final: result Declare the "result" variable final. Medium JournalarticleimageDAO.java 141
Local variable should be final: instance Declare the "instance" variable final. Medium JournalarticleresourceDAO.java 54
Local variable should be final: results Declare the "results" variable final. Medium JournalarticleresourceDAO.java 66
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalarticleresourceDAO.java 82
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalarticleresourceDAO.java 84
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalarticleresourceDAO.java 104
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalarticleresourceDAO.java 105
Local variable should be final: result Declare the "result" variable final. Medium JournalarticleresourceDAO.java 116
Local variable should be final: instance Declare the "instance" variable final. Medium JournalcontentsearchDAO.java 58
Local variable should be final: results Declare the "results" variable final. Medium JournalcontentsearchDAO.java 70
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalcontentsearchDAO.java 86
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalcontentsearchDAO.java 88
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalcontentsearchDAO.java 124
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalcontentsearchDAO.java 125
Local variable should be final: result Declare the "result" variable final. Medium JournalcontentsearchDAO.java 136
Local variable should be final: instance Declare the "instance" variable final. Medium JournalfeedDAO.java 72
Local variable should be final: results Declare the "results" variable final. Medium JournalfeedDAO.java 84
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalfeedDAO.java 100
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalfeedDAO.java 102
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalfeedDAO.java 195
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalfeedDAO.java 196
Local variable should be final: result Declare the "result" variable final. Medium JournalfeedDAO.java 207
Local variable should be final: instance Declare the "instance" variable final. Medium JournalstructureDAO.java 62
Local variable should be final: results Declare the "results" variable final. Medium JournalstructureDAO.java 74
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalstructureDAO.java 90
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalstructureDAO.java 92
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournalstructureDAO.java 144
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournalstructureDAO.java 145
Local variable should be final: result Declare the "result" variable final. Medium JournalstructureDAO.java 156
Local variable should be final: instance Declare the "instance" variable final. Medium JournaltemplateDAO.java 67
Local variable should be final: results Declare the "results" variable final. Medium JournaltemplateDAO.java 79
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournaltemplateDAO.java 95
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournaltemplateDAO.java 97
Local variable should be final: queryString Declare the "queryString" variable final. Medium JournaltemplateDAO.java 169
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium JournaltemplateDAO.java 170
Local variable should be final: result Declare the "result" variable final. Medium JournaltemplateDAO.java 181
Local variable should be final: instance Declare the "instance" variable final. Medium LayoutDAO.java 72
Local variable should be final: results Declare the "results" variable final. Medium LayoutDAO.java 84
Local variable should be final: queryString Declare the "queryString" variable final. Medium LayoutDAO.java 100
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium LayoutDAO.java 102
Local variable should be final: queryString Declare the "queryString" variable final. Medium LayoutDAO.java 198
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium LayoutDAO.java 199
Local variable should be final: result Declare the "result" variable final. Medium LayoutDAO.java 210
Local variable should be final: instance Declare the "instance" variable final. Medium LayoutsetDAO.java 63
Local variable should be final: results Declare the "results" variable final. Medium LayoutsetDAO.java 75
Local variable should be final: queryString Declare the "queryString" variable final. Medium LayoutsetDAO.java 91
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium LayoutsetDAO.java 93
Local variable should be final: queryString Declare the "queryString" variable final. Medium LayoutsetDAO.java 153
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium LayoutsetDAO.java 154
Local variable should be final: result Declare the "result" variable final. Medium LayoutsetDAO.java 165
Local variable should be final: instance Declare the "instance" variable final. Medium ListtypeDAO.java 53
Local variable should be final: results Declare the "results" variable final. Medium ListtypeDAO.java 65
Local variable should be final: queryString Declare the "queryString" variable final. Medium ListtypeDAO.java 81
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ListtypeDAO.java 83
Local variable should be final: queryString Declare the "queryString" variable final. Medium ListtypeDAO.java 103
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium ListtypeDAO.java 104
Local variable should be final: result Declare the "result" variable final. Medium ListtypeDAO.java 115
Local variable should be final: queryString Declare the "queryString" variable final. Medium LocationDAO.java 44
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium LocationDAO.java 45
Local variable should be final: size Declare the "size" variable final. Medium LocationDAO.java 46
Local variable should be final: queryString Declare the "queryString" variable final. Medium LocationDAO.java 60
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium LocationDAO.java 61
Local variable should be final: size Declare the "size" variable final. Medium LocationDAO.java 62
Local variable should be final: trip Declare the "trip" variable final. Medium LocationDAO.java 75
Local variable should be final: dataOrg Declare the "dataOrg" variable final. Medium LocationDAO.java 77
Local variable should be final: sess Declare the "sess" variable final. Medium LocationDAO.java 83
Local variable should be final: esnNo Declare the "esnNo" variable final. Medium LocationDAO.java 88
Local variable should be final: query Declare the "query" variable final. Medium LocationDAO.java 98
Local variable should be final: q Declare the "q" variable final. Medium LocationDAO.java 100
Local variable should be final: itr Declare the "itr" variable final. Medium LocationDAO.java 104
Local variable should be final: query Declare the "query" variable final. Medium LocationDAO.java 126
Local variable should be final: q Declare the "q" variable final. Medium LocationDAO.java 128
Local variable should be final: queryString Declare the "queryString" variable final. Medium LoginDAO.java 29
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium LoginDAO.java 31
Local variable should be final: size Declare the "size" variable final. Medium LoginDAO.java 35
Local variable should be final: queryString Declare the "queryString" variable final. Medium LoginDAO.java 59
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium LoginDAO.java 60
Local variable should be final: size Declare the "size" variable final. Medium LoginDAO.java 62
Local variable should be final: md Declare the "md" variable final. Medium LoginDAO.java 80
Local variable should be final: digest Declare the "digest" variable final. Medium LoginDAO.java 82
Local variable should be final: instance Declare the "instance" variable final. Medium MbbanDAO.java 57
Local variable should be final: results Declare the "results" variable final. Medium MbbanDAO.java 69
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbbanDAO.java 85
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbbanDAO.java 87
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbbanDAO.java 119
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbbanDAO.java 120
Local variable should be final: result Declare the "result" variable final. Medium MbbanDAO.java 131
Local variable should be final: instance Declare the "instance" variable final. Medium MbcategoryDAO.java 62
Local variable should be final: results Declare the "results" variable final. Medium MbcategoryDAO.java 74
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbcategoryDAO.java 90
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbcategoryDAO.java 92
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbcategoryDAO.java 144
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbcategoryDAO.java 145
Local variable should be final: result Declare the "result" variable final. Medium MbcategoryDAO.java 156
Local variable should be final: instance Declare the "instance" variable final. Medium MbdiscussionDAO.java 54
Local variable should be final: results Declare the "results" variable final. Medium MbdiscussionDAO.java 66
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbdiscussionDAO.java 82
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbdiscussionDAO.java 84
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbdiscussionDAO.java 108
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbdiscussionDAO.java 109
Local variable should be final: result Declare the "result" variable final. Medium MbdiscussionDAO.java 120
Local variable should be final: instance Declare the "instance" variable final. Medium MbmailinglistDAO.java 74
Local variable should be final: results Declare the "results" variable final. Medium MbmailinglistDAO.java 86
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbmailinglistDAO.java 102
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbmailinglistDAO.java 104
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbmailinglistDAO.java 204
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbmailinglistDAO.java 205
Local variable should be final: result Declare the "result" variable final. Medium MbmailinglistDAO.java 216
Local variable should be final: instance Declare the "instance" variable final. Medium MbmessageDAO.java 67
Local variable should be final: results Declare the "results" variable final. Medium MbmessageDAO.java 79
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbmessageDAO.java 95
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbmessageDAO.java 97
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbmessageDAO.java 169
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbmessageDAO.java 170
Local variable should be final: result Declare the "result" variable final. Medium MbmessageDAO.java 181
Local variable should be final: instance Declare the "instance" variable final. Medium MbmessageflagDAO.java 56
Local variable should be final: results Declare the "results" variable final. Medium MbmessageflagDAO.java 68
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbmessageflagDAO.java 84
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbmessageflagDAO.java 86
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbmessageflagDAO.java 114
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbmessageflagDAO.java 115
Local variable should be final: result Declare the "result" variable final. Medium MbmessageflagDAO.java 126
Local variable should be final: instance Declare the "instance" variable final. Medium MbstatsuserDAO.java 55
Local variable should be final: results Declare the "results" variable final. Medium MbstatsuserDAO.java 67
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbstatsuserDAO.java 83
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbstatsuserDAO.java 85
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbstatsuserDAO.java 109
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbstatsuserDAO.java 110
Local variable should be final: result Declare the "result" variable final. Medium MbstatsuserDAO.java 121
Local variable should be final: instance Declare the "instance" variable final. Medium MbthreadDAO.java 59
Local variable should be final: results Declare the "results" variable final. Medium MbthreadDAO.java 71
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbthreadDAO.java 87
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbthreadDAO.java 89
Local variable should be final: queryString Declare the "queryString" variable final. Medium MbthreadDAO.java 129
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium MbthreadDAO.java 130
Local variable should be final: result Declare the "result" variable final. Medium MbthreadDAO.java 141
 
Violation Recommendation Severity Resource Line
Define the initial capacity of StringBuilder instances Pre-define the initial capacity to avoid expensive character array expansion. Medium VehicleProcessDAO.java 166
Define the initial capacity of StringBuilder instances Pre-define the initial capacity to avoid expensive character array expansion. Medium LocationDAO.java 90
 
Violation Recommendation Severity Resource Line
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium ConnectionHelper.java 38
Define the load factor of HashSet instances Pass the load factor as an argument to the constructor. Medium Device.java 53
Define the load factor of HashSet instances Pass the load factor as an argument to the constructor. Medium Geofence.java 30
Define the load factor of HashSet instances Pass the load factor as an argument to the constructor. Medium GeovehicleMap.java 27
 
Violation Recommendation Severity Resource Line
The object or interface "Account" is declared as Serializable Do not declare this type as Serializable. Medium Account.java 11
The object or interface "Accounts" is declared as Serializable Do not declare this type as Serializable. Medium Accounts.java 9
The object or interface "AccountsId" is declared as Serializable Do not declare this type as Serializable. Medium AccountsId.java 9
The object or interface "Address" is declared as Serializable Do not declare this type as Serializable. Medium Address.java 11
The object or interface "Announcementsdelivery" is declared as Serializable Do not declare this type as Serializable. Medium Announcementsdelivery.java 9
The object or interface "Announcementsentry" is declared as Serializable Do not declare this type as Serializable. Medium Announcementsentry.java 11
The object or interface "Announcementsflag" is declared as Serializable Do not declare this type as Serializable. Medium Announcementsflag.java 11
The object or interface "AutoPkSupport" is declared as Serializable Do not declare this type as Serializable. Medium AutoPkSupport.java 9
The object or interface "AutoPkSupportId" is declared as Serializable Do not declare this type as Serializable. Medium AutoPkSupportId.java 9
The object or interface "Blogsentry" is declared as Serializable Do not declare this type as Serializable. Medium Blogsentry.java 11
The object or interface "Blogsstatsuser" is declared as Serializable Do not declare this type as Serializable. Medium Blogsstatsuser.java 11
The object or interface "Bookmarksentry" is declared as Serializable Do not declare this type as Serializable. Medium Bookmarksentry.java 11
The object or interface "Bookmarksfolder" is declared as Serializable Do not declare this type as Serializable. Medium Bookmarksfolder.java 11
The object or interface "Browsertracker" is declared as Serializable Do not declare this type as Serializable. Medium Browsertracker.java 9
The object or interface "Calevent" is declared as Serializable Do not declare this type as Serializable. Medium Calevent.java 11
The object or interface "CharityBarometer" is declared as Serializable Do not declare this type as Serializable. Medium CharityBarometer.java 9
The object or interface "ChatEntry" is declared as Serializable Do not declare this type as Serializable. Medium ChatEntry.java 9
The object or interface "ChatStatus" is declared as Serializable Do not declare this type as Serializable. Medium ChatStatus.java 9
The object or interface "Classname" is declared as Serializable Do not declare this type as Serializable. Medium Classname.java 9
The object or interface "Company" is declared as Serializable Do not declare this type as Serializable. Medium Company.java 9
The object or interface "Contact" is declared as Serializable Do not declare this type as Serializable. Medium Contact.java 11
The object or interface "Counter" is declared as Serializable Do not declare this type as Serializable. Medium Counter.java 9
The object or interface "Country" is declared as Serializable Do not declare this type as Serializable. Medium Country.java 9
The object or interface "Cyrususer" is declared as Serializable Do not declare this type as Serializable. Medium Cyrususer.java 9
The object or interface "Cyrusvirtual" is declared as Serializable Do not declare this type as Serializable. Medium Cyrusvirtual.java 9
The object or interface "Device" is declared as Serializable Do not declare this type as Serializable. Medium Device.java 14
The object or interface "Dlfileentry" is declared as Serializable Do not declare this type as Serializable. Medium Dlfileentry.java 11
The object or interface "Dlfilerank" is declared as Serializable Do not declare this type as Serializable. Medium Dlfilerank.java 11
The object or interface "Dlfileshortcut" is declared as Serializable Do not declare this type as Serializable. Medium Dlfileshortcut.java 11
The object or interface "Dlfileversion" is declared as Serializable Do not declare this type as Serializable. Medium Dlfileversion.java 11
The object or interface "Dlfolder" is declared as Serializable Do not declare this type as Serializable. Medium Dlfolder.java 11
The object or interface "Emailaddress" is declared as Serializable Do not declare this type as Serializable. Medium Emailaddress.java 11
The object or interface "Expandocolumn" is declared as Serializable Do not declare this type as Serializable. Medium Expandocolumn.java 9
The object or interface "Expandorow" is declared as Serializable Do not declare this type as Serializable. Medium Expandorow.java 9
The object or interface "Expandotable" is declared as Serializable Do not declare this type as Serializable. Medium Expandotable.java 9
The object or interface "Expandovalue" is declared as Serializable Do not declare this type as Serializable. Medium Expandovalue.java 9
The object or interface "Feedback" is declared as Serializable Do not declare this type as Serializable. Medium Feedback.java 11
The object or interface "FenceHistory" is declared as Serializable Do not declare this type as Serializable. Medium FenceHistory.java 11
The object or interface "FenceReport" is declared as Serializable Do not declare this type as Serializable. Medium FenceReport.java 11
The object or interface "FrequentTravellerDetails" is declared as Serializable Do not declare this type as Serializable. Medium FrequentTravellerDetails.java 9
The object or interface "FrequentTravellerDetailsId" is declared as Serializable Do not declare this type as Serializable. Medium FrequentTravellerDetailsId.java 9
The object or interface "FrequentTripDetails" is declared as Serializable Do not declare this type as Serializable. Medium FrequentTripDetails.java 9
The object or interface "FrequentTripDetailsId" is declared as Serializable Do not declare this type as Serializable. Medium FrequentTripDetailsId.java 9
The object or interface "FuelCalibration" is declared as Serializable Do not declare this type as Serializable. Medium FuelCalibration.java 13
The object or interface "Geofence" is declared as Serializable Do not declare this type as Serializable. Medium Geofence.java 14
The object or interface "GeovehicleMap" is declared as Serializable Do not declare this type as Serializable. Medium GeovehicleMap.java 20
The object or interface "GoogleReqCount" is declared as Serializable Do not declare this type as Serializable. Medium GoogleReqCount.java 10
The object or interface "Group" is declared as Serializable Do not declare this type as Serializable. Medium Group.java 9
The object or interface "GroupsOrgs" is declared as Serializable Do not declare this type as Serializable. Medium GroupsOrgs.java 9
The object or interface "GroupsOrgsId" is declared as Serializable Do not declare this type as Serializable. Medium GroupsOrgsId.java 9
The object or interface "GroupsPermissions" is declared as Serializable Do not declare this type as Serializable. Medium GroupsPermissions.java 9
The object or interface "GroupsPermissionsId" is declared as Serializable Do not declare this type as Serializable. Medium GroupsPermissionsId.java 9
The object or interface "GroupsRoles" is declared as Serializable Do not declare this type as Serializable. Medium GroupsRoles.java 9
The object or interface "GroupsRolesId" is declared as Serializable Do not declare this type as Serializable. Medium GroupsRolesId.java 9
The object or interface "GroupsUsergroups" is declared as Serializable Do not declare this type as Serializable. Medium GroupsUsergroups.java 9
The object or interface "GroupsUsergroupsId" is declared as Serializable Do not declare this type as Serializable. Medium GroupsUsergroupsId.java 9
The object or interface "Holidays" is declared as Serializable Do not declare this type as Serializable. Medium Holidays.java 9
The object or interface "Igfolder" is declared as Serializable Do not declare this type as Serializable. Medium Igfolder.java 11
The object or interface "Igimage" is declared as Serializable Do not declare this type as Serializable. Medium Igimage.java 11
The object or interface "Image" is declared as Serializable Do not declare this type as Serializable. Medium Image.java 11
The object or interface "Inbox" is declared as Serializable Do not declare this type as Serializable. Medium Inbox.java 11
The object or interface "Journalarticle" is declared as Serializable Do not declare this type as Serializable. Medium Journalarticle.java 11
The object or interface "Journalarticleimage" is declared as Serializable Do not declare this type as Serializable. Medium Journalarticleimage.java 9
The object or interface "Journalarticleresource" is declared as Serializable Do not declare this type as Serializable. Medium Journalarticleresource.java 9
The object or interface "Journalcontentsearch" is declared as Serializable Do not declare this type as Serializable. Medium Journalcontentsearch.java 9
The object or interface "Journalfeed" is declared as Serializable Do not declare this type as Serializable. Medium Journalfeed.java 11
The object or interface "Journalstructure" is declared as Serializable Do not declare this type as Serializable. Medium Journalstructure.java 11
The object or interface "Journaltemplate" is declared as Serializable Do not declare this type as Serializable. Medium Journaltemplate.java 11
The object or interface "Layout" is declared as Serializable Do not declare this type as Serializable. Medium Layout.java 9
The object or interface "Layoutset" is declared as Serializable Do not declare this type as Serializable. Medium Layoutset.java 9
The object or interface "Listtype" is declared as Serializable Do not declare this type as Serializable. Medium Listtype.java 9
The object or interface "Location" is declared as Serializable Do not declare this type as Serializable. Medium Location.java 11
The object or interface "Mbban" is declared as Serializable Do not declare this type as Serializable. Medium Mbban.java 11
The object or interface "Mbcategory" is declared as Serializable Do not declare this type as Serializable. Medium Mbcategory.java 11
The object or interface "Mbdiscussion" is declared as Serializable Do not declare this type as Serializable. Medium Mbdiscussion.java 9
The object or interface "Mbmailinglist" is declared as Serializable Do not declare this type as Serializable. Medium Mbmailinglist.java 11
The object or interface "Mbmessage" is declared as Serializable Do not declare this type as Serializable. Medium Mbmessage.java 11
The object or interface "Mbmessageflag" is declared as Serializable Do not declare this type as Serializable. Medium Mbmessageflag.java 11
The object or interface "Mbstatsuser" is declared as Serializable Do not declare this type as Serializable. Medium Mbstatsuser.java 11
The object or interface "Mbthread" is declared as Serializable Do not declare this type as Serializable. Medium Mbthread.java 11
 
Violation Recommendation Severity Resource Line
Do not declare bindings Do not include binding information in your XML schemas. Medium PolygonRegion.wsdl 119
Do not declare bindings Do not include binding information in your XML schemas. Medium PolygonRegionSOAP.wsdl 160
 
Violation Recommendation Severity Resource Line
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AccountDAO.java 77
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AccountsDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AddressDAO.java 79
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AnnouncementsdeliveryDAO.java 70
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AnnouncementsentryDAO.java 77
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AnnouncementsflagDAO.java 68
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AutoPkSupportDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BlogsentryDAO.java 75
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BlogsstatsuserDAO.java 71
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BookmarksentryDAO.java 74
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BookmarksfolderDAO.java 71
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BrowsertrackerDAO.java 65
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium CaleventDAO.java 81
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium CharityBarometerDAO.java 65
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ChatEntryDAO.java 67
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ChatStatusDAO.java 70
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ClassnameDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium CompanyDAO.java 71
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ContactDAO.java 90
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium CounterDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium CountryDAO.java 69
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium CyrususerDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium CyrusvirtualDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium DeviceDAO.java 70
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium DlfileentryDAO.java 79
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium DlfilerankDAO.java 69
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium DlfileshortcutDAO.java 72
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium DlfileversionDAO.java 72
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium DlfolderDAO.java 72
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium EmailaddressDAO.java 72
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ExpandocolumnDAO.java 69
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ExpandorowDAO.java 66
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ExpandotableDAO.java 66
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ExpandovalueDAO.java 70
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium FeedbackDAO.java 68
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium FenceHistoryDAO.java 67
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium FenceReportDAO.java 80
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium FenceReportDAO.java 336
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium FrequentTravellerDetailsDAO.java 67
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium FrequentTripDetailsDAO.java 66
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium FuelCalibrationDAO.java 69
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium GeofenceDAO.java 86
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium GeovehicleMapDAO.java 90
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium GroupDAO.java 75
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium GroupsOrgsDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium GroupsPermissionsDAO.java 65
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium GroupsRolesDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium GroupsUsergroupsDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium IgfolderDAO.java 71
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium IgimageDAO.java 75
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ImageDAO.java 69
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium InboxDAO.java 69
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium JournalarticleDAO.java 87
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium JournalarticleimageDAO.java 71
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium JournalarticleresourceDAO.java 66
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium JournalcontentsearchDAO.java 70
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium JournalfeedDAO.java 84
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium JournalstructureDAO.java 74
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium JournaltemplateDAO.java 79
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium LayoutDAO.java 84
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium LayoutsetDAO.java 75
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium ListtypeDAO.java 65
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium MbbanDAO.java 69
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium MbcategoryDAO.java 74
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium MbdiscussionDAO.java 66
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium MbmailinglistDAO.java 86
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium MbmessageDAO.java 79
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium MbmessageflagDAO.java 68
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium MbstatsuserDAO.java 67
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium MbthreadDAO.java 71
 
Violation Recommendation Severity Resource Line
Use of concatenation in append method Replace the single invocation with a sequence of invocations. Medium TraversalDAO.java 65
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium TripProcessDAO.java 90
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium VehicleProcessDAO.java 173
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium ConnectionHelper.java 56
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium LocationDAO.java 103
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium LocationDAO.java 109
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium LocationDAO.java 130
 
Violation Recommendation Severity Resource Line
Non-final package instance field: "tripDAO" Change field from non-final to final. Medium FenceSequencing.java 19
Non-final package instance field: "session" Change field from non-final to final. Medium GoogleReqCountDAO.java 14
Non-final package instance field: "sess" Change field from non-final to final. Medium HolidayProcessDAO.java 27
Non-final package instance field: "tx" Change field from non-final to final. Medium HolidayProcessDAO.java 33
Non-final package instance field: "sess" Change field from non-final to final. Medium LocationProcessDAO.java 21
Non-final package instance field: "tx" Change field from non-final to final. Medium LocationProcessDAO.java 27
Non-final package instance field: "sess" Change field from non-final to final. Medium LoginProcessDAO.java 24
Non-final package instance field: "tx" Change field from non-final to final. Medium LoginProcessDAO.java 30
Non-final package instance field: "tripDetails" Change field from non-final to final. Medium DistParamsDTO.java 9
Non-final package instance field: "vehicleDetails" Change field from non-final to final. Medium DistParamsDTO.java 10
Non-final package instance field: "creationTime" Change field from non-final to final. Medium DistParamsDTO.java 11
Non-final package instance field: "lattitude" Change field from non-final to final. Medium DistParamsDTO.java 12
Non-final package instance field: "longitude" Change field from non-final to final. Medium DistParamsDTO.java 13
Non-final package instance field: "speed" Change field from non-final to final. Medium DistParamsDTO.java 14
Non-final package instance field: "distance" Change field from non-final to final. Medium DistParamsDTO.java 15
Non-final package instance field: "event" Change field from non-final to final. Medium DistParamsDTO.java 16
Non-final package instance field: "alertId" Change field from non-final to final. Medium eventDTO.java 8
Non-final package instance field: "vehicleInfo" Change field from non-final to final. Medium eventDTO.java 9
Non-final package instance field: "regNo" Change field from non-final to final. Medium NeighbourVehicleDTO.java 7
Non-final package instance field: "ReportedTime" Change field from non-final to final. Medium NeighbourVehicleDTO.java 8
Non-final package instance field: "Speed" Change field from non-final to final. Medium NeighbourVehicleDTO.java 9
Non-final package instance field: "Lat" Change field from non-final to final. Medium NeighbourVehicleDTO.java 10
Non-final package instance field: "Lng" Change field from non-final to final. Medium NeighbourVehicleDTO.java 12
Non-final package instance field: "Event" Change field from non-final to final. Medium NeighbourVehicleDTO.java 14
Non-final package instance field: "Distance" Change field from non-final to final. Medium NeighbourVehicleDTO.java 16
Non-final package instance field: "TripStatus" Change field from non-final to final. Medium NeighbourVehicleDTO.java 17
Non-final package instance field: "Location" Change field from non-final to final. Medium NeighbourVehicleDTO.java 18
Non-final package instance field: "regNo" Change field from non-final to final. Medium TripDistanceDTO.java 7
Non-final package instance field: "tripName" Change field from non-final to final. Medium TripDistanceDTO.java 8
Non-final package instance field: "creationTime" Change field from non-final to final. Medium TripDistanceDTO.java 9
Non-final package instance field: "lattitude" Change field from non-final to final. Medium TripDistanceDTO.java 10
Non-final package instance field: "longitude" Change field from non-final to final. Medium TripDistanceDTO.java 11
Non-final package instance field: "event" Change field from non-final to final. Medium TripDistanceDTO.java 12
Non-final package instance field: "speed" Change field from non-final to final. Medium TripDistanceDTO.java 13
Non-final package instance field: "distance" Change field from non-final to final. Medium TripDistanceDTO.java 14
Non-final package instance field: "RegNo" Change field from non-final to final. Medium VehicleInfoDTO.java 29
Non-final package instance field: "Location" Change field from non-final to final. Medium VehicleInfoDTO.java 30
Non-final package instance field: "Speed" Change field from non-final to final. Medium VehicleInfoDTO.java 31
Non-final package instance field: "Color" Change field from non-final to final. Medium VehicleInfoDTO.java 32
Non-final package instance field: "packetTime" Change field from non-final to final. Medium VehicleInfoDTO.java 33
Non-final package instance field: "lattitude" Change field from non-final to final. Medium VehicleInfoDTO.java 34
Non-final package instance field: "longitude" Change field from non-final to final. Medium VehicleInfoDTO.java 35
Non-final package instance field: "eventCode" Change field from non-final to final. Medium VehicleInfoDTO.java 36
Non-final package instance field: "eventName" Change field from non-final to final. Medium VehicleInfoDTO.java 37
Non-final package instance field: "alert" Change field from non-final to final. Medium VehicleInfoDTO.java 38
Non-final package instance field: "TankCpty" Change field from non-final to final. Medium VehicleInfoDTO.java 39
Non-final package instance field: "FuelVolt" Change field from non-final to final. Medium VehicleInfoDTO.java 40
Non-final package instance field: "Idletime" Change field from non-final to final. Medium VehicleInfoDTO.java 41
Non-final package instance field: "Fenceduration" Change field from non-final to final. Medium VehicleInfoDTO.java 43
Non-final package instance field: "tripParamId" Change field from non-final to final. Medium VehicleInfoDTO.java 45
Non-final package instance field: "vehicleId" Change field from non-final to final. Medium VehicleInfoDTO.java 46
Non-final package instance field: "longitude" Change field from non-final to final. Medium GLatLng.java 5
Non-final package instance field: "latitude" Change field from non-final to final. Medium GLatLng.java 6
Non-final public instance field: "connection" Change field from non-final to final. Medium DBManager.java 23
Non-final package instance field: "helper" Change field from non-final to final. Medium FuelAlertManager.java 13
Non-final package instance field: "Id" Change field from non-final to final. Medium FuelCalibration.java 15
Non-final package instance field: "typeId" Change field from non-final to final. Medium FuelCalibration.java 16
Non-final package instance field: "fuelValue" Change field from non-final to final. Medium FuelCalibration.java 17
Non-final package instance field: "FuelVolt" Change field from non-final to final. Medium FuelCalibration.java 18
Non-final public instance field: "lastKnownDistance" Change field from non-final to final. Medium Geofence.java 35
Non-final public instance field: "checkDistance" Change field from non-final to final. Medium Geofence.java 37
Non-final package instance field: "locationlist" Change field from non-final to final. Medium LocationDAO.java 71
 
Violation Recommendation Severity Resource Line
Non-final package static field: "dbManger" Change field from non-final to final. Medium FuelDataHelp.java 18
Non-final public static field: "connection" Change field from non-final to final. Medium FuelDataHelp.java 19
Non-final package static field: "log" Change field from non-final to final. Medium FuelDataHelp.java 20
Non-final package static field: "log" Change field from non-final to final. Medium HolidayProcessDAO.java 34
Non-final package static field: "log" Change field from non-final to final. Medium LocationProcessDAO.java 28
Non-final package static field: "log" Change field from non-final to final. Medium LoginProcessDAO.java 31
Non-final package static field: "log" Change field from non-final to final. Medium OrganizationMessageDAO.java 22
Non-final package static field: "log" Change field from non-final to final. Medium ReferenceDAO.java 24
Non-final package static field: "log" Change field from non-final to final. Medium TraversalDAO.java 30
Non-final package static field: "log" Change field from non-final to final. Medium TripProcessDAO.java 61
Non-final package static field: "log" Change field from non-final to final. Medium VehicleProcessDAO.java 50
Non-final public static field: "file" Change field from non-final to final. Medium ConnectionHelper.java 19
Non-final public static field: "hsqlServer" Change field from non-final to final. Medium DBManager.java 20
Non-final public static field: "dbHelper" Change field from non-final to final. Medium DBManager.java 22
Non-final package static field: "log" Change field from non-final to final. Medium DeviationHelper.java 43
Non-final package static field: "log" Change field from non-final to final. Medium FuelAlertManager.java 12
Non-final package static field: "ds" Change field from non-final to final. Medium BaseHibernateDAO.java 23
 
Violation Recommendation Severity Resource Line
Too many fields: 14 Reduce the number of fields by splitting the class into multiple smaller classes. Medium DeviceTripDTO.java 21
Too many fields: 28 Reduce the number of fields by splitting the class into multiple smaller classes. Medium TripByVehicleDTO.java 5
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium VehicleInfoDTO.java 27
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Account.java 11
Too many fields: 14 Reduce the number of fields by splitting the class into multiple smaller classes. Medium AccountDAO.java 23
Too many fields: 18 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Address.java 11
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium AddressDAO.java 23
Too many fields: 17 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Announcementsentry.java 11
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium AnnouncementsentryDAO.java 23
Too many fields: 15 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Blogsentry.java 11
Too many fields: 12 Reduce the number of fields by splitting the class into multiple smaller classes. Medium BlogsentryDAO.java 23
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Bookmarksentry.java 11
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium BookmarksentryDAO.java 23
Too many fields: 22 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Calevent.java 11
Too many fields: 18 Reduce the number of fields by splitting the class into multiple smaller classes. Medium CaleventDAO.java 23
Too many fields: 30 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Contact.java 11
Too many fields: 27 Reduce the number of fields by splitting the class into multiple smaller classes. Medium ContactDAO.java 23
Too many fields: 12 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Device.java 14
Too many fields: 18 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Dlfileentry.java 11
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium DlfileentryDAO.java 23
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Dlfileshortcut.java 11
Too many fields: 12 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Dlfolder.java 11
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Emailaddress.java 11
Too many fields: 15 Reduce the number of fields by splitting the class into multiple smaller classes. Medium FenceReport.java 11
Too many fields: 20 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Geofence.java 14
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Group.java 9
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium GroupDAO.java 22
Too many fields: 14 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Igimage.java 11
Too many fields: 12 Reduce the number of fields by splitting the class into multiple smaller classes. Medium IgimageDAO.java 23
Too many fields: 30 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Journalarticle.java 11
Too many fields: 24 Reduce the number of fields by splitting the class into multiple smaller classes. Medium JournalarticleDAO.java 23
Too many fields: 23 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Journalfeed.java 11
Too many fields: 21 Reduce the number of fields by splitting the class into multiple smaller classes. Medium JournalfeedDAO.java 23
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Journalstructure.java 11
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium JournalstructureDAO.java 23
Too many fields: 18 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Journaltemplate.java 11
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium JournaltemplateDAO.java 23
Too many fields: 22 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Layout.java 9
Too many fields: 22 Reduce the number of fields by splitting the class into multiple smaller classes. Medium LayoutDAO.java 22
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Layoutset.java 9
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium LayoutsetDAO.java 22
Too many fields: 14 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Mbcategory.java 11
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium MbcategoryDAO.java 23
Too many fields: 25 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Mbmailinglist.java 11
Too many fields: 23 Reduce the number of fields by splitting the class into multiple smaller classes. Medium MbmailinglistDAO.java 23
Too many fields: 18 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Mbmessage.java 11
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium MbmessageDAO.java 23
 
Violation Recommendation Severity Resource Line
Too many methods: 36 Reduce the number of methods by splitting the class into multiple smaller classes. Medium DataOrganizer.java 76
Too many methods: 41 Reduce the number of methods by splitting the class into multiple smaller classes. Medium FencingDAO.java 56
Too many methods: 28 Reduce the number of methods by splitting the class into multiple smaller classes. Medium GeofencingDAO.java 46
Too many methods: 25 Reduce the number of methods by splitting the class into multiple smaller classes. Medium TripProcessDAO.java 58
Too many methods: 28 Reduce the number of methods by splitting the class into multiple smaller classes. Medium DeviceTripDTO.java 21
Too many methods: 56 Reduce the number of methods by splitting the class into multiple smaller classes. Medium TripByVehicleDTO.java 5
Too many methods: 32 Reduce the number of methods by splitting the class into multiple smaller classes. Medium VehicleInfoDTO.java 27
Too many methods: 32 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Account.java 11
Too many methods: 36 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Address.java 11
Too many methods: 34 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Announcementsentry.java 11
Too many methods: 30 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Blogsentry.java 11
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Bookmarksentry.java 11
Too many methods: 44 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Calevent.java 11
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium CaleventDAO.java 23
Too many methods: 60 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Contact.java 11
Too many methods: 35 Reduce the number of methods by splitting the class into multiple smaller classes. Medium ContactDAO.java 23
Too many methods: 36 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Dlfileentry.java 11
Too many methods: 30 Reduce the number of methods by splitting the class into multiple smaller classes. Medium FenceReport.java 11
Too many methods: 36 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Geofence.java 14
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Group.java 9
Too many methods: 28 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Igimage.java 11
Too many methods: 60 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Journalarticle.java 11
Too many methods: 32 Reduce the number of methods by splitting the class into multiple smaller classes. Medium JournalarticleDAO.java 23
Too many methods: 46 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Journalfeed.java 11
Too many methods: 29 Reduce the number of methods by splitting the class into multiple smaller classes. Medium JournalfeedDAO.java 23
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Journalstructure.java 11
Too many methods: 36 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Journaltemplate.java 11
Too many methods: 44 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Layout.java 9
Too many methods: 30 Reduce the number of methods by splitting the class into multiple smaller classes. Medium LayoutDAO.java 22
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Layoutset.java 9
Too many methods: 28 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Mbcategory.java 11
Too many methods: 50 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Mbmailinglist.java 11
Too many methods: 31 Reduce the number of methods by splitting the class into multiple smaller classes. Medium MbmailinglistDAO.java 23
Too many methods: 36 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Mbmessage.java 11
 
Violation Recommendation Severity Resource Line
Too many parameters: 9 Reduce the number of parameters by moving some of the values into a separate class. Medium TraversalReferenceDAO.java 33
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium DeviceTripDTO.java 62
Too many parameters: 8 Reduce the number of parameters by moving some of the values into a separate class. Medium DeviceTripDTO.java 74
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium DeviceTripDTO.java 97
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium DistParamsDTO.java 18
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium DistParamsDTO.java 28
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium DistParamsDTO.java 59
Too many parameters: 9 Reduce the number of parameters by moving some of the values into a separate class. Medium NeighbourVehicleDTO.java 71
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium RFIDInfoHistoryDTO.java 17
Too many parameters: 25 Reduce the number of parameters by moving some of the values into a separate class. Medium TripByVehicleDTO.java 56
Too many parameters: 25 Reduce the number of parameters by moving some of the values into a separate class. Medium TripByVehicleDTO.java 95
Too many parameters: 11 Reduce the number of parameters by moving some of the values into a separate class. Medium TripByVehicleDTO.java 304
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium TripDistanceDTO.java 28
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium TripDistanceDTO.java 40
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium TripDistanceDTO.java 54
Too many parameters: 16 Reduce the number of parameters by moving some of the values into a separate class. Medium Account.java 44
Too many parameters: 18 Reduce the number of parameters by moving some of the values into a separate class. Medium Address.java 46
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium Announcementsdelivery.java 33
Too many parameters: 17 Reduce the number of parameters by moving some of the values into a separate class. Medium Announcementsentry.java 45
Too many parameters: 15 Reduce the number of parameters by moving some of the values into a separate class. Medium Blogsentry.java 43
Too many parameters: 9 Reduce the number of parameters by moving some of the values into a separate class. Medium Blogsstatsuser.java 37
Too many parameters: 13 Reduce the number of parameters by moving some of the values into a separate class. Medium Bookmarksentry.java 41
Too many parameters: 10 Reduce the number of parameters by moving some of the values into a separate class. Medium Bookmarksfolder.java 38
Too many parameters: 22 Reduce the number of parameters by moving some of the values into a separate class. Medium Calevent.java 50
Too many parameters: 8 Reduce the number of parameters by moving some of the values into a separate class. Medium ChatStatus.java 34
Too many parameters: 9 Reduce the number of parameters by moving some of the values into a separate class. Medium Company.java 35
Too many parameters: 30 Reduce the number of parameters by moving some of the values into a separate class. Medium Contact.java 58
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium Country.java 33
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium Device.java 72
Too many parameters: 18 Reduce the number of parameters by moving some of the values into a separate class. Medium Dlfileentry.java 46
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium Dlfilerank.java 35
Too many parameters: 11 Reduce the number of parameters by moving some of the values into a separate class. Medium Dlfileshortcut.java 39
Too many parameters: 10 Reduce the number of parameters by moving some of the values into a separate class. Medium Dlfileversion.java 38
Too many parameters: 12 Reduce the number of parameters by moving some of the values into a separate class. Medium Dlfolder.java 40
Too many parameters: 11 Reduce the number of parameters by moving some of the values into a separate class. Medium Emailaddress.java 39
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium Expandocolumn.java 33
Too many parameters: 8 Reduce the number of parameters by moving some of the values into a separate class. Medium Expandovalue.java 34
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium Feedback.java 37
Too many parameters: 10 Reduce the number of parameters by moving some of the values into a separate class. Medium FenceReport.java 55
Too many parameters: 8 Reduce the number of parameters by moving some of the values into a separate class. Medium FenceReport.java 81
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium FenceReport.java 103
Too many parameters: 11 Reduce the number of parameters by moving some of the values into a separate class. Medium Geofence.java 51
Too many parameters: 13 Reduce the number of parameters by moving some of the values into a separate class. Medium Group.java 39
Too many parameters: 10 Reduce the number of parameters by moving some of the values into a separate class. Medium Igfolder.java 38
Too many parameters: 14 Reduce the number of parameters by moving some of the values into a separate class. Medium Igimage.java 42
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium Image.java 35
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium Inbox.java 37
Too many parameters: 30 Reduce the number of parameters by moving some of the values into a separate class. Medium Journalarticle.java 58
Too many parameters: 8 Reduce the number of parameters by moving some of the values into a separate class. Medium Journalarticleimage.java 34
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium Journalcontentsearch.java 33
Too many parameters: 23 Reduce the number of parameters by moving some of the values into a separate class. Medium Journalfeed.java 51
Too many parameters: 13 Reduce the number of parameters by moving some of the values into a separate class. Medium Journalstructure.java 41
Too many parameters: 18 Reduce the number of parameters by moving some of the values into a separate class. Medium Journaltemplate.java 46
Too many parameters: 22 Reduce the number of parameters by moving some of the values into a separate class. Medium Layout.java 48
Too many parameters: 13 Reduce the number of parameters by moving some of the values into a separate class. Medium Layoutset.java 39
Too many parameters: 8 Reduce the number of parameters by moving some of the values into a separate class. Medium Mbban.java 36
Too many parameters: 14 Reduce the number of parameters by moving some of the values into a separate class. Medium Mbcategory.java 42
Too many parameters: 25 Reduce the number of parameters by moving some of the values into a separate class. Medium Mbmailinglist.java 53
Too many parameters: 18 Reduce the number of parameters by moving some of the values into a separate class. Medium Mbmessage.java 46
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium Mbmessageflag.java 34
Too many parameters: 9 Reduce the number of parameters by moving some of the values into a separate class. Medium Mbthread.java 37
 
Violation Recommendation Severity Resource Line
Explicit import of type from "com.gps.hibernate": "Location" Delete the import. Medium LocationDAO.java 15
 
Violation Recommendation Severity Resource Line
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium ConnectionHelper.java 62
 
Violation Recommendation Severity Resource Line
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FenceSequencing.java 101
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FenceUsersDAO.java 27
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ReferenceDAO.java 44
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ConnectionHelper.java 58
 
Violation Recommendation Severity Resource Line
Do not divide by powers of 2: use ">> 1" rather than "/ 2" Use the ">>" operator rather than "/". Medium DistanceHelper.java 11
Do not divide by powers of 2: use ">> 1" rather than "/ 2" Use the ">>" operator rather than "/". Medium DistanceHelper.java 11
Do not divide by powers of 2: use ">> 1" rather than "/ 2" Use the ">>" operator rather than "/". Medium DistanceHelper.java 13
Do not divide by powers of 2: use ">> 1" rather than "/ 2" Use the ">>" operator rather than "/". Medium DistanceHelper.java 13
 
Violation Recommendation Severity Resource Line
The method isValid is overloaded Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium DataOrganizer.java 913
The method getVehicleInfo is overloaded Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium DataOrganizer.java 1,493
The method getOfflineBuses is overloaded Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium DataOrganizer.java 1,807
The method getJSONValue is overloaded Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium JSONConverter.java 37
The method delete is overloads a method inherited from FencingDAO Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium FencingDAO.java 135
The method delete is overloads a method inherited from GeofencingDAO Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium GeofencingDAO.java 112
The method setGeofenceValues is overloaded Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium TripProcessDAO.java 648
 
Violation Recommendation Severity Resource Line
Variable assigned to but not referenced: "count" Check your logic and remove this variable if it is not needed. Medium FuelDataHelp.java 121
Variable assigned to but not referenced: "holidayList" Check your logic and remove this variable if it is not needed. Medium HolidayProcessDAO.java 131
Variable assigned to but not referenced: "dateNow" Check your logic and remove this variable if it is not needed. Medium HolidayProcessDAO.java 133
Variable assigned to but not referenced: "dao" Check your logic and remove this variable if it is not needed. Medium HolidayProcessDAO.java 148
Variable assigned to but not referenced: "hdDao" Check your logic and remove this variable if it is not needed. Medium HolidayProcessDAO.java 149
Variable assigned to but not referenced: "stat" Check your logic and remove this variable if it is not needed. Medium LocationProcessDAO.java 36
Variable assigned to but not referenced: "stat" Check your logic and remove this variable if it is not needed. Medium LocationProcessDAO.java 52
Variable assigned to but not referenced: "tx" Check your logic and remove this variable if it is not needed. Medium VehicleFenceMapDAO.java 55
 
Violation Recommendation Severity Resource Line
Equality test with boolean literal: false Remove the comparison with false. Medium DeviationHelper.java 116
 
Violation Recommendation Severity Resource Line
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium ConnectionHelper.java 191
 
Violation Recommendation Severity Resource Line
Cannot compare strings using the equals (==) operator Replace the comparison with equals(). Medium AutoPkSupportId.java 55
Cannot compare strings using the equals (==) operator Replace the comparison with equals(). Medium FrequentTravellerDetailsId.java 61
Cannot compare strings using the equals (==) operator Replace the comparison with equals(). Medium FrequentTripDetailsId.java 59
 
Violation Recommendation Severity Resource Line
Use of obsolete modifier: public Remove the obsolete modifier. Medium IBaseHibernateDAO.java 12
 
Violation Recommendation Severity Resource Line
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium AccountsId.java 51
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium AutoPkSupportId.java 51
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium FrequentTravellerDetailsId.java 52
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium FrequentTripDetailsId.java 51
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium GroupsOrgsId.java 51
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium GroupsPermissionsId.java 51
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium GroupsRolesId.java 51
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium GroupsUsergroupsId.java 51
 
Violation Recommendation Severity Resource Line
Empty try statement Remove the try statement or fix the code so that its body is no longer empty. Medium FuelDataHelp.java 123
 
Violation Recommendation Severity Resource Line
Expression value is floating-point infinity Check the expression logic and add appropriate guard code. Medium DataOrganizer.java 1,054
 
Violation Recommendation Severity Resource Line
Utility method Move the code in the method to a more suitable location. Medium FuelDataHelp.java 57
Utility method Move the code in the method to a more suitable location. Medium FuelDataHelp.java 119
Utility method Move the code in the method to a more suitable location. Medium JSONConverter.java 76
Utility method Move the code in the method to a more suitable location. Medium LocationProcessDAO.java 62
Utility method Move the code in the method to a more suitable location. Medium LoginProcessDAO.java 62
Utility method Move the code in the method to a more suitable location. Medium ReferenceDAO.java 81
Utility method Move the code in the method to a more suitable location. Medium ReferenceDAO.java 96
Utility method Move the code in the method to a more suitable location. Medium DistanceHelper.java 6
Utility method Move the code in the method to a more suitable location. Medium LoginDAO.java 78
 
Violation Recommendation Severity Resource Line
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BusInfoPOJO.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DataOrganizer.java 76
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FuelDataHelp.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JSONConverter.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceSequencing.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceUsersDAO.java 12
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FencingDAO.java 56
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GeofencingDAO.java 46
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GoogleReqCountDAO.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium HolidayProcessDAO.java 26
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LocationProcessDAO.java 20
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LoginProcessDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium OrganizationMessageDAO.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ReferenceDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ReportSummaryDAO.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TraversalDAO.java 28
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TraversalReferenceDAO.java 8
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripProcessDAO.java 58
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleFenceMapDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleProcessDAO.java 47
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleUserGeofenceDAO.java 28
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ACParamsDTO.java 12
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DeviceTripDTO.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DistParamsDTO.java 7
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium eventDTO.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTripDTO.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium NeighbourVehicleDTO.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Packet.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RFIDInfoHistoryDTO.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripByVehicleDTO.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripDistanceDTO.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleInfoDTO.java 27
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExceptionHandler.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GLatLng.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ConnectionHelper.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DBManager.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DeviationHelper.java 32
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DistanceHelper.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FuelAlertManager.java 10
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Account.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AccountDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Accounts.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AccountsDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AccountsId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Address.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AddressDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Announcementsdelivery.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AnnouncementsdeliveryDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Announcementsentry.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AnnouncementsentryDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Announcementsflag.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AnnouncementsflagDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AutoPkSupport.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AutoPkSupportDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AutoPkSupportId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BaseHibernateDAO.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Blogsentry.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BlogsentryDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Blogsstatsuser.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BlogsstatsuserDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Bookmarksentry.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BookmarksentryDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Bookmarksfolder.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BookmarksfolderDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Browsertracker.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BrowsertrackerDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Calevent.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CaleventDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CharityBarometer.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CharityBarometerDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ChatEntry.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ChatEntryDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ChatStatus.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ChatStatusDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Classname.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ClassnameDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Company.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CompanyDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Contact.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ContactDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Counter.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CounterDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Country.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CountryDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Cyrususer.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CyrususerDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Cyrusvirtual.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CyrusvirtualDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Device.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DeviceDAO.java 25
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Dlfileentry.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DlfileentryDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Dlfilerank.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DlfilerankDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Dlfileshortcut.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DlfileshortcutDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Dlfileversion.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DlfileversionDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Dlfolder.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DlfolderDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Emailaddress.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium EmailaddressDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium EventNotification.java 12
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium EventNotificationDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Expandocolumn.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpandocolumnDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Expandorow.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpandorowDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Expandotable.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpandotableDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Expandovalue.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpandovalueDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Feedback.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FeedbackDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceHistory.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceHistoryDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceReport.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceReportDAO.java 36
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTravellerDetails.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTravellerDetailsDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTravellerDetailsId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTripDetails.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTripDetailsDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTripDetailsId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FuelCalibration.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FuelCalibrationDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Geofence.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GeofenceDAO.java 31
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GeovehicleMap.java 20
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GeovehicleMapDAO.java 40
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GoogleReqCount.java 10
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Group.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsOrgs.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsOrgsDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsOrgsId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsPermissions.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsPermissionsDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsPermissionsId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsRoles.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsRolesDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsRolesId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsUsergroups.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsUsergroupsDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GroupsUsergroupsId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium HibernateSessionFactory.java 24
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Holidays.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium HolidaysDAO.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Igfolder.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium IgfolderDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Igimage.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium IgimageDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Image.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ImageDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Inbox.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium InboxDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Journalarticle.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JournalarticleDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Journalarticleimage.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JournalarticleimageDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Journalarticleresource.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JournalarticleresourceDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Journalcontentsearch.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JournalcontentsearchDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Journalfeed.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JournalfeedDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Journalstructure.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JournalstructureDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Journaltemplate.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JournaltemplateDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Layout.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LayoutDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Layoutset.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LayoutsetDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Listtype.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ListtypeDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LmuSenderMapping.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LmuSenderMappingDAO.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Location.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LocationDAO.java 18
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LoginDAO.java 20
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Mbban.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MbbanDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Mbcategory.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MbcategoryDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Mbdiscussion.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MbdiscussionDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Mbmailinglist.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MbmailinglistDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Mbmessage.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MbmessageDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Mbmessageflag.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MbmessageflagDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Mbstatsuser.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MbstatsuserDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Mbthread.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MbthreadDAO.java 23
 
Violation Recommendation Severity Resource Line
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Account.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Accounts.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AccountsId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Address.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Announcementsdelivery.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Announcementsentry.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Announcementsflag.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AutoPkSupport.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AutoPkSupportId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Blogsentry.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Blogsstatsuser.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Bookmarksentry.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Bookmarksfolder.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Browsertracker.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Calevent.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium CharityBarometer.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium ChatEntry.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium ChatStatus.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Classname.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Company.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Contact.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Counter.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Country.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Cyrususer.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Cyrusvirtual.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Device.java 14
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Dlfileentry.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Dlfilerank.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Dlfileshortcut.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Dlfileversion.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Dlfolder.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Emailaddress.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Expandocolumn.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Expandorow.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Expandotable.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Expandovalue.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Feedback.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FenceHistory.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FenceReport.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FrequentTravellerDetails.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FrequentTravellerDetailsId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FrequentTripDetails.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FrequentTripDetailsId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FuelCalibration.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Geofence.java 14
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GeovehicleMap.java 20
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GoogleReqCount.java 10
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Group.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GroupsOrgs.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GroupsOrgsId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GroupsPermissions.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GroupsPermissionsId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GroupsRoles.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GroupsRolesId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GroupsUsergroups.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GroupsUsergroupsId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Holidays.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Igfolder.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Igimage.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Image.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Inbox.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Journalarticle.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Journalarticleimage.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Journalarticleresource.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Journalcontentsearch.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Journalfeed.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Journalstructure.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Journaltemplate.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Layout.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Layoutset.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Listtype.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Location.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Mbban.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Mbcategory.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Mbdiscussion.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Mbmailinglist.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Mbmessage.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Mbmessageflag.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Mbstatsuser.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Mbthread.java 11
 
Violation Recommendation Severity Resource Line
Field with package scope Declare the field public Medium FuelDataHelp.java 18
Field with package scope Declare the field public Medium FuelDataHelp.java 20
Field with package scope Declare the field public Medium FenceSequencing.java 19
Field with package scope Declare the field public Medium GoogleReqCountDAO.java 14
Field with package scope Declare the field public Medium HolidayProcessDAO.java 32
Field with package scope Declare the field public Medium HolidayProcessDAO.java 33
Field with package scope Declare the field public Medium HolidayProcessDAO.java 34
Field with package scope Declare the field public Medium LocationProcessDAO.java 26
Field with package scope Declare the field public Medium LocationProcessDAO.java 27
Field with package scope Declare the field public Medium LocationProcessDAO.java 28
Field with package scope Declare the field public Medium LoginProcessDAO.java 29
Field with package scope Declare the field public Medium LoginProcessDAO.java 30
Field with package scope Declare the field public Medium LoginProcessDAO.java 31
Field with package scope Declare the field public Medium OrganizationMessageDAO.java 22
Field with package scope Declare the field public Medium ReferenceDAO.java 24
Field with package scope Declare the field public Medium TraversalDAO.java 30
Field with package scope Declare the field public Medium TripProcessDAO.java 64
Field with package scope Declare the field public Medium VehicleProcessDAO.java 51
Field with package scope Declare the field public Medium DistParamsDTO.java 9
Field with package scope Declare the field public Medium DistParamsDTO.java 10
Field with package scope Declare the field public Medium DistParamsDTO.java 11
Field with package scope Declare the field public Medium DistParamsDTO.java 12
Field with package scope Declare the field public Medium DistParamsDTO.java 13
Field with package scope Declare the field public Medium DistParamsDTO.java 14
Field with package scope Declare the field public Medium DistParamsDTO.java 15
Field with package scope Declare the field public Medium DistParamsDTO.java 16
Field with package scope Declare the field public Medium eventDTO.java 8
Field with package scope Declare the field public Medium eventDTO.java 9
Field with package scope Declare the field public Medium NeighbourVehicleDTO.java 7
Field with package scope Declare the field public Medium NeighbourVehicleDTO.java 8
Field with package scope Declare the field public Medium NeighbourVehicleDTO.java 9
Field with package scope Declare the field public Medium NeighbourVehicleDTO.java 10
Field with package scope Declare the field public Medium NeighbourVehicleDTO.java 12
Field with package scope Declare the field public Medium NeighbourVehicleDTO.java 14
Field with package scope Declare the field public Medium NeighbourVehicleDTO.java 16
Field with package scope Declare the field public Medium NeighbourVehicleDTO.java 17
Field with package scope Declare the field public Medium NeighbourVehicleDTO.java 18
Field with package scope Declare the field public Medium TripDistanceDTO.java 7
Field with package scope Declare the field public Medium TripDistanceDTO.java 8
Field with package scope Declare the field public Medium TripDistanceDTO.java 9
Field with package scope Declare the field public Medium TripDistanceDTO.java 10
Field with package scope Declare the field public Medium TripDistanceDTO.java 11
Field with package scope Declare the field public Medium TripDistanceDTO.java 12
Field with package scope Declare the field public Medium TripDistanceDTO.java 13
Field with package scope Declare the field public Medium TripDistanceDTO.java 14
Field with package scope Declare the field public Medium VehicleInfoDTO.java 29
Field with package scope Declare the field public Medium VehicleInfoDTO.java 30
Field with package scope Declare the field public Medium VehicleInfoDTO.java 31
Field with package scope Declare the field public Medium VehicleInfoDTO.java 32
Field with package scope Declare the field public Medium VehicleInfoDTO.java 33
Field with package scope Declare the field public Medium VehicleInfoDTO.java 34
Field with package scope Declare the field public Medium VehicleInfoDTO.java 35
Field with package scope Declare the field public Medium VehicleInfoDTO.java 36
Field with package scope Declare the field public Medium VehicleInfoDTO.java 37
Field with package scope Declare the field public Medium VehicleInfoDTO.java 38
Field with package scope Declare the field public Medium VehicleInfoDTO.java 39
Field with package scope Declare the field public Medium VehicleInfoDTO.java 40
Field with package scope Declare the field public Medium VehicleInfoDTO.java 41
Field with package scope Declare the field public Medium VehicleInfoDTO.java 43
Field with package scope Declare the field public Medium VehicleInfoDTO.java 45
Field with package scope Declare the field public Medium VehicleInfoDTO.java 46
Field with package scope Declare the field public Medium GLatLng.java 5
Field with package scope Declare the field public Medium GLatLng.java 6
Field with package scope Declare the field public Medium DeviationHelper.java 43
Field with package scope Declare the field public Medium FuelAlertManager.java 12
Field with package scope Declare the field public Medium FuelAlertManager.java 13
Field with package scope Declare the field public Medium BaseHibernateDAO.java 23
Field with package scope Declare the field public Medium FuelCalibration.java 15
Field with package scope Declare the field public Medium FuelCalibration.java 16
Field with package scope Declare the field public Medium FuelCalibration.java 17
Field with package scope Declare the field public Medium FuelCalibration.java 18
Field with package scope Declare the field public Medium LocationDAO.java 71
 
Violation Recommendation Severity Resource Line
Not all exceptions have a corresponding error page Add an error-page handler for java.lang.Throwable. Medium web.xml 2
 
Violation Recommendation Severity Resource Line
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 169
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 193
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 211
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 218
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 222
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 225
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 227
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 233
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 238
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 239
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 244
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 261
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 266
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 269
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 284
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 287
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 290
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 294
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 297
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 313
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 318
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 322
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 325
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 330
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 354
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 356
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 359
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 367
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 383
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 388
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 391
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 394
Field used without checking for null Add code to compare the value of the field against null. Medium DataOrganizer.java 399
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium FuelDataHelp.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium JSONConverter.java 19
Field used without checking for null Add code to compare the value of the field against null. Medium JSONConverter.java 23
Field used without checking for null Add code to compare the value of the field against null. Medium JSONConverter.java 27
Field used without checking for null Add code to compare the value of the field against null. Medium JSONConverter.java 27
Field used without checking for null Add code to compare the value of the field against null. Medium JSONConverter.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium JSONConverter.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium FenceSequencing.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 185
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 224
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 230
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 234
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 237
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 242
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 269
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 292
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 296
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 321
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 397
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 399
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 408
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 438
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 469
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 503
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 539
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 556
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 567
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 587
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 662
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 695
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 726
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 748
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 751
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 765
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 822
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 860
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 862
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 864
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 870
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 872
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 890
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 895
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 965
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 970
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 975
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 981
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,002
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,011
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,014
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,015
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,028
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,042
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,050
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,055
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,061
Field used without checking for null Add code to compare the value of the field against null. Medium FencingDAO.java 1,069
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 552
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 553
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 559
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 560
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 561
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 612
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 672
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 674
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 721
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 743
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 749
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 761
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 778
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 793
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 813
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 817
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 845
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 847
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 871
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 873
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 893
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 896
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 914
Field used without checking for null Add code to compare the value of the field against null. Medium GoogleReqCountDAO.java 24
Field used without checking for null Add code to compare the value of the field against null. Medium GoogleReqCountDAO.java 27
Field used without checking for null Add code to compare the value of the field against null. Medium GoogleReqCountDAO.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium LocationProcessDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium LocationProcessDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium LoginProcessDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium OrganizationMessageDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium OrganizationMessageDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium OrganizationMessageDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium ReferenceDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium ReferenceDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium ReferenceDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium ReportSummaryDAO.java 23
Field used without checking for null Add code to compare the value of the field against null. Medium ReportSummaryDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 226
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 229
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 243
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 246
Field used without checking for null Add code to compare the value of the field against null. Medium TraversalDAO.java 250
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 216
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 230
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 238
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 279
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 281
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 294
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 299
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 318
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 329
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 343
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 354
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 425
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 430
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 440
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 450
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 451
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 538
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 540
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 588
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 599
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 679
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 697
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 744
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 748
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 751
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 759
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 766
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 769
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 796
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 828
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 854
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 861
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 870
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 876
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 907
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 913
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 954
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 990
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 995
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,002
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,017
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,023
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,067
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,103
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,114
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,124
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,151
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,157
Field used without checking for null Add code to compare the value of the field against null. Medium TripProcessDAO.java 1,181
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleFenceMapDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleFenceMapDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleFenceMapDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleFenceMapDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 185
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 204
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 225
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 229
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 245
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 253
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 268
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 294
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 297
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 301
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 325
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 329
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 340
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 356
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 362
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 378
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 384
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 389
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 408
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 410
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 430
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 451
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleUserGeofenceDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 184
Field used without checking for null Add code to compare the value of the field against null. Medium ConnectionHelper.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 211
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 235
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 261
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 280
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 293
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 294
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 320
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 322
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 328
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 329
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 337
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 341
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 378
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 433
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 440
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 444
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 450
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 451
Field used without checking for null Add code to compare the value of the field against null. Medium DeviationHelper.java 452
Field used without checking for null Add code to compare the value of the field against null. Medium FuelAlertManager.java 18
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 169
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 184
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 197
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 179
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 182
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 185
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 196
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 202
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 205
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 169
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium BaseHibernateDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium BaseHibernateDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium BaseHibernateDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium BaseHibernateDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 177
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 188
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 177
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 201
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 204
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 206
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 212
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 215
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 217
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium CharityBarometerDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium ChatEntryDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium ChatStatusDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium ClassnameDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 160
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 169
Field used without checking for null Add code to compare the value of the field against null. Medium CompanyDAO.java 171
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 222
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 228
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 234
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 237
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 240
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 246
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 249
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 251
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 257
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 260
Field used without checking for null Add code to compare the value of the field against null. Medium ContactDAO.java 262
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium CounterDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium CountryDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium CyrususerDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium CyrusvirtualDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceDAO.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 179
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 197
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 203
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 206
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileentryDAO.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium DlfilerankDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 160
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 171
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileshortcutDAO.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 160
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 171
Field used without checking for null Add code to compare the value of the field against null. Medium DlfileversionDAO.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium DlfolderDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 160
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 171
Field used without checking for null Add code to compare the value of the field against null. Medium EmailaddressDAO.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium EventNotificationDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium EventNotificationDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 160
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandocolumnDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 30
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandorowDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 30
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandotableDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium ExpandovalueDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium FeedbackDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium FenceHistoryDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 204
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 263
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 307
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 309
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 330
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 332
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 334
Field used without checking for null Add code to compare the value of the field against null. Medium FenceReportDAO.java 339
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 30
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTravellerDetailsDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium FrequentTripDetailsDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 27
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 30
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium FuelCalibrationDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 174
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 177
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 179
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 185
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 188
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceDAO.java 190
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 177
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 188
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 197
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium GeovehicleMapDAO.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 169
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 180
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium GroupDAO.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsOrgsDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 105
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsPermissionsDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsRolesDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium GroupsUsergroupsDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium HibernateSessionFactory.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 23
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium HolidaysDAO.java 105
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium IgfolderDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 171
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 174
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 176
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 182
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 185
Field used without checking for null Add code to compare the value of the field against null. Medium IgimageDAO.java 187
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium ImageDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium InboxDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 213
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 219
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 223
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 226
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 232
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 235
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 237
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 243
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 246
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleDAO.java 248
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleimageDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 30
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium JournalarticleresourceDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium JournalcontentsearchDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 193
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 205
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 209
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 212
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 218
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 221
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 223
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 229
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 232
Field used without checking for null Add code to compare the value of the field against null. Medium JournalfeedDAO.java 234
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium JournalstructureDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 179
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 197
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 203
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 206
Field used without checking for null Add code to compare the value of the field against null. Medium JournaltemplateDAO.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 196
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 202
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 211
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 214
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 220
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 223
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 225
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 231
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 234
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutDAO.java 236
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 169
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 180
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium LayoutsetDAO.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium ListtypeDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium LocationDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium LocationDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium LocationDAO.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium LocationDAO.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium LocationDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium LocationDAO.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium LoginDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium LoginDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium MbbanDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium MbcategoryDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 30
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium MbdiscussionDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 202
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 214
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 218
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 221
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 227
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 230
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 232
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 238
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 241
Field used without checking for null Add code to compare the value of the field against null. Medium MbmailinglistDAO.java 243
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 179
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 182
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 185
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 196
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 202
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 205
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageDAO.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium MbmessageflagDAO.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium MbstatsuserDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 162
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium MbthreadDAO.java 167
 
Violation Recommendation Severity Resource Line
Creation of a finalizable object Replace the object with a non-finalizable object. Medium DBManager.java 40
 
Violation Recommendation Severity Resource Line
Empty finally clause Delete the empty finally clause. Medium FencingDAO.java 85
Empty finally clause Delete the empty finally clause. Medium FencingDAO.java 112
Empty finally clause Delete the empty finally clause. Medium HolidayProcessDAO.java 46
Empty finally clause Delete the empty finally clause. Medium HolidayProcessDAO.java 76
Empty finally clause Delete the empty finally clause. Medium HolidayProcessDAO.java 105
 
Violation Recommendation Severity Resource Line
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDataHelp.java 81
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDataHelp.java 81
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDataHelp.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 39
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 39
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 39
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 86
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 86
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 86
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 90
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TraversalReferenceDAO.java 90
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium VehicleProcessDAO.java 71
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 23
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 23
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 23
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 29
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 32
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 32
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 32
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 38
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 38
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 38
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ACParamsDTO.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 69
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 69
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 69
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 70
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 70
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 70
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 94
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 94
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 94
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 104
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 104
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 104
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 137
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 141
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 144
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 144
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 144
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 151
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 151
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 151
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 152
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 152
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 152
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 222
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 226
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 229
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 229
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 229
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 236
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 240
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 243
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 243
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 243
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 247
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 247
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 247
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 251
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 263
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 263
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 263
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviceTripDTO.java 267
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 12
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 13
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 14
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 15
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 19
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 19
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 19
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 24
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 24
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 24
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 26
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 29
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 29
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 29
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 29
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 36
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 36
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 36
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 37
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 37
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 37
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 40
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 45
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 45
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 45
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 46
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 50
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 54
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 54
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 54
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 55
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 60
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 60
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 9
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 11
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 13
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 16
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 38
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 39
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 41
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 42
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 42
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 45
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 46
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 49
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 52
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 53
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 56
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 56
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 65
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 66
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 68
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 69
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 69
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 71
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 72
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 72
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 72
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 76
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 76
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 78
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 78
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium NeighbourVehicleDTO.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 75
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 75
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 75
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 76
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 76
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 76
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 78
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 78
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 78
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 83
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 83
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 83
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 84
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 84
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 84
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 114
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 114
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 114
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 116
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 116
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 116
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 117
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 117
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 117
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 121
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 121
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 121
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 122
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 122
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 122
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 123
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 123
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 123
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 205
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 208
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 208
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 208
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 211
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 214
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 214
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 214
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 10
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 11
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 18
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 23
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 23
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 23
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 24
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 24
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 24
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 29
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 29
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 29
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 36
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 36
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 36
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 41
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 41
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 41
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 41
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 49
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 55
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 60
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 60
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 60
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 61
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 61
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 61
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 116
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 120
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 122
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 50
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 51
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 51
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 51
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 52
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 52
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 52
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 54
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 54
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 54
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 55
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 63
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 72
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 72
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 104
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 107
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 110
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 110
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 181
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 185
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 185
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 189
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 193
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 193
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 197
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 201
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 201
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 201
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 205
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 209
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 209
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium VehicleInfoDTO.java 209
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 9
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 9
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 10
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 10
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 14
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 26
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 86
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 86
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 87
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 87
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 88
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 88
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 89
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 89
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 91
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 91
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 93
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 95
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DeviationHelper.java 95
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 6
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 6
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 6
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 6
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 6
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 8
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 8
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 9
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 9
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 9
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 9
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 10
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 10
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 10
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 10
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 11
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 11
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 11
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 11
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 11
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 12
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 12
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 12
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 12
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 13
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 13
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 13
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 13
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 14
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 14
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 14
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 14
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 14
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 15
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 15
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 15
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 16
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 16
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 17
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 17
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 17
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistanceHelper.java 19
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelAlertManager.java 15
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelAlertManager.java 15
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelAlertManager.java 15
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 111
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 111
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 119
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 119
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 123
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 123
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 123
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileentry.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileentry.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileentry.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileentry.java 187
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileentry.java 187
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileentry.java 191
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileentry.java 191
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileentry.java 191
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileversion.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileversion.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileversion.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileversion.java 120
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileversion.java 120
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileversion.java 124
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileversion.java 124
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Dlfileversion.java 124
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 51
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 78
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 79
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 91
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 91
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 91
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 92
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 92
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 100
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 101
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 112
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 112
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 112
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 113
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 113
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 191
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 194
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 197
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 197
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 197
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 203
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 206
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 209
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 209
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 251
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 254
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 257
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 257
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 257
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 263
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 266
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 269
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 269
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 269
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 275
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 278
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 281
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 281
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FenceReport.java 281
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium FenceReportDAO.java 181
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium FenceReportDAO.java 182
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium FenceReportDAO.java 183
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium FenceReportDAO.java 309
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium FenceReportDAO.java 309
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium FenceReportDAO.java 309
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 28
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 29
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 36
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 36
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 36
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 37
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 37
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 70
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 73
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 73
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 73
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 79
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 82
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 85
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelCalibration.java 85
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 61
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 61
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 61
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 62
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 62
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 62
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 63
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 63
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 63
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 127
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 127
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 131
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 131
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 131
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 135
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 135
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 139
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 139
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 139
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 143
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 143
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 147
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 147
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Geofence.java 147
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium GeovehicleMapDAO.java 208
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticle.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticle.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticle.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticle.java 182
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticle.java 182
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticle.java 186
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticle.java 186
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticle.java 186
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticleimage.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticleimage.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticleimage.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticleimage.java 74
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticleimage.java 74
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticleimage.java 78
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticleimage.java 78
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalarticleimage.java 78
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalfeed.java 80
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalfeed.java 80
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalfeed.java 80
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalfeed.java 262
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalfeed.java 262
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalfeed.java 266
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalfeed.java 266
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Journalfeed.java 266
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbmessage.java 68
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbmessage.java 68
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbmessage.java 68
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbmessage.java 210
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbmessage.java 210
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbmessage.java 214
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbmessage.java 214
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbmessage.java 214
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbthread.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbthread.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbthread.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbthread.java 118
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbthread.java 118
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbthread.java 122
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbthread.java 122
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Mbthread.java 122
 
Violation Recommendation Severity Resource Line
Getter/setter method getOrgName should be declared final Declare this method to be final. Medium BusInfoPOJO.java 13
Getter/setter method setOrgName should be declared final Declare this method to be final. Medium BusInfoPOJO.java 19
Getter/setter method getBuses should be declared final Declare this method to be final. Medium BusInfoPOJO.java 25
Getter/setter method getSessionvalue should be declared final Declare this method to be final. Medium FencingDAO.java 65
Getter/setter method setSessionvalue should be declared final Declare this method to be final. Medium FencingDAO.java 68
Getter/setter method setTripTraversalId should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 49
Getter/setter method getTripTraversalId should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 53
Getter/setter method setTripPointId should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 58
Getter/setter method getTripPointId should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 62
Getter/setter method setTripid should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 67
Getter/setter method getTripid should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 71
Getter/setter method setLatitude should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 76
Getter/setter method getLatitude should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 80
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 85
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 88
Getter/setter method setHasTraversed should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 92
Getter/setter method getHasTraversed should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 95
Getter/setter method getIsSupportTeamOk should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 104
Getter/setter method setTripPointTime should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 109
Getter/setter method getTripPointTime should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 113
Getter/setter method setTripTraversalPointTime should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 118
Getter/setter method getTripTraversalPointTime should be declared final Declare this method to be final. Medium TraversalReferenceDAO.java 123
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium ACParamsDTO.java 28
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium ACParamsDTO.java 31
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium ACParamsDTO.java 34
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium ACParamsDTO.java 37
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium ACParamsDTO.java 40
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium ACParamsDTO.java 43
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium ACParamsDTO.java 46
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium ACParamsDTO.java 49
Getter/setter method getEventCode should be declared final Declare this method to be final. Medium ACParamsDTO.java 52
Getter/setter method setEventCode should be declared final Declare this method to be final. Medium ACParamsDTO.java 55
Getter/setter method getFenceId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 41
Getter/setter method setFenceId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 45
Getter/setter method getInFenceTime should be declared final Declare this method to be final. Medium DeviceTripDTO.java 49
Getter/setter method setInFenceTime should be declared final Declare this method to be final. Medium DeviceTripDTO.java 53
Getter/setter method getResetDistance should be declared final Declare this method to be final. Medium DeviceTripDTO.java 136
Getter/setter method setResetDistance should be declared final Declare this method to be final. Medium DeviceTripDTO.java 143
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium DeviceTripDTO.java 158
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium DeviceTripDTO.java 165
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 172
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 178
Getter/setter method getDeviceId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 184
Getter/setter method setDeviceId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 190
Getter/setter method getVehicleName should be declared final Declare this method to be final. Medium DeviceTripDTO.java 196
Getter/setter method setVehicleName should be declared final Declare this method to be final. Medium DeviceTripDTO.java 202
Getter/setter method getOrganization should be declared final Declare this method to be final. Medium DeviceTripDTO.java 208
Getter/setter method setOrganization should be declared final Declare this method to be final. Medium DeviceTripDTO.java 214
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium DeviceTripDTO.java 221
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium DeviceTripDTO.java 228
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium DeviceTripDTO.java 235
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium DeviceTripDTO.java 242
Getter/setter method setStableFuelValue should be declared final Declare this method to be final. Medium DeviceTripDTO.java 246
Getter/setter method getStableFuelValue should be declared final Declare this method to be final. Medium DeviceTripDTO.java 250
Getter/setter method setVehicleType should be declared final Declare this method to be final. Medium DeviceTripDTO.java 254
Getter/setter method getVehicleType should be declared final Declare this method to be final. Medium DeviceTripDTO.java 258
Getter/setter method setTankCapacity should be declared final Declare this method to be final. Medium DeviceTripDTO.java 262
Getter/setter method getTankCapacity should be declared final Declare this method to be final. Medium DeviceTripDTO.java 266
Getter/setter method getEsnNumber should be declared final Declare this method to be final. Medium DeviceTripDTO.java 271
Getter/setter method setEsnNumber should be declared final Declare this method to be final. Medium DeviceTripDTO.java 275
Getter/setter method getVehicleDetails should be declared final Declare this method to be final. Medium DistParamsDTO.java 73
Getter/setter method setVehicleDetails should be declared final Declare this method to be final. Medium DistParamsDTO.java 81
Getter/setter method getTripDetails should be declared final Declare this method to be final. Medium DistParamsDTO.java 89
Getter/setter method setTripDetails should be declared final Declare this method to be final. Medium DistParamsDTO.java 97
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium DistParamsDTO.java 105
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium DistParamsDTO.java 111
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium DistParamsDTO.java 117
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium DistParamsDTO.java 123
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium DistParamsDTO.java 129
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium DistParamsDTO.java 135
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium DistParamsDTO.java 141
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium DistParamsDTO.java 147
Getter/setter method getEvent should be declared final Declare this method to be final. Medium DistParamsDTO.java 153
Getter/setter method setEvent should be declared final Declare this method to be final. Medium DistParamsDTO.java 159
Getter/setter method getDistance should be declared final Declare this method to be final. Medium DistParamsDTO.java 166
Getter/setter method setDistance should be declared final Declare this method to be final. Medium DistParamsDTO.java 172
Getter/setter method getAlertId should be declared final Declare this method to be final. Medium eventDTO.java 13
Getter/setter method setAlertId should be declared final Declare this method to be final. Medium eventDTO.java 19
Getter/setter method getVehicleInfo should be declared final Declare this method to be final. Medium eventDTO.java 25
Getter/setter method setVehicleInfo should be declared final Declare this method to be final. Medium eventDTO.java 31
Getter/setter method getTripid should be declared final Declare this method to be final. Medium FrequentTripDTO.java 14
Getter/setter method setTripid should be declared final Declare this method to be final. Medium FrequentTripDTO.java 17
Getter/setter method getDay should be declared final Declare this method to be final. Medium FrequentTripDTO.java 20
Getter/setter method setDay should be declared final Declare this method to be final. Medium FrequentTripDTO.java 23
Getter/setter method getTime should be declared final Declare this method to be final. Medium FrequentTripDTO.java 26
Getter/setter method setTime should be declared final Declare this method to be final. Medium FrequentTripDTO.java 29
Getter/setter method getLocation should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 20
Getter/setter method setLocation should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 23
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 26
Getter/setter method setRegNo should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 29
Getter/setter method getReportedTime should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 32
Getter/setter method setReportedTime should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 35
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 38
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 41
Getter/setter method getLat should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 45
Getter/setter method setLat should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 48
Getter/setter method getLng should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 52
Getter/setter method setLng should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 55
Getter/setter method getEvent should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 59
Getter/setter method setEvent should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 62
Getter/setter method getDistance should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 65
Getter/setter method setDistance should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 68
Getter/setter method getTripStatus should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 84
Getter/setter method setTripStatus should be declared final Declare this method to be final. Medium NeighbourVehicleDTO.java 87
Getter/setter method setDbdate should be declared final Declare this method to be final. Medium Packet.java 18
Getter/setter method getDbdate should be declared final Declare this method to be final. Medium Packet.java 21
Getter/setter method setStart should be declared final Declare this method to be final. Medium Packet.java 25
Getter/setter method getEnd should be declared final Declare this method to be final. Medium Packet.java 28
Getter/setter method setEnd should be declared final Declare this method to be final. Medium Packet.java 31
Getter/setter method getStart should be declared final Declare this method to be final. Medium Packet.java 34
Getter/setter method getUserId should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 37
Getter/setter method setUserId should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 43
Getter/setter method getSwipeTime should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 50
Getter/setter method setSwipeTime should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 57
Getter/setter method getFenceName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 64
Getter/setter method setFenceName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 71
Getter/setter method getIntrSession should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 78
Getter/setter method setIntrSession should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 85
Getter/setter method getName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 92
Getter/setter method setName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 99
Getter/setter method getContactNo should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 106
Getter/setter method setContactNo should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 113
Getter/setter method setTripName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 117
Getter/setter method getTripName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 121
Getter/setter method getGsmStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 36
Getter/setter method setGsmStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 41
Getter/setter method getCellId should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 46
Getter/setter method setCellId should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 51
Getter/setter method getTripid should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 142
Getter/setter method setTripid should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 145
Getter/setter method getTripName should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 148
Getter/setter method getEventCode should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 154
Getter/setter method setEventCode should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 160
Getter/setter method setTripName should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 163
Getter/setter method getTripDesc should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 166
Getter/setter method setTripDesc should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 169
Getter/setter method getStartdate should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 172
Getter/setter method setStartdate should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 175
Getter/setter method getStartTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 178
Getter/setter method setStartTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 181
Getter/setter method getReturndate should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 184
Getter/setter method setReturndate should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 187
Getter/setter method getReturnTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 190
Getter/setter method setReturnTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 193
Getter/setter method getTripParamid should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 198
Getter/setter method setTripParamid should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 201
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 204
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 207
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 210
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 213
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 216
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 219
Getter/setter method getHeading should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 222
Getter/setter method setHeading should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 225
Getter/setter method getAltitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 228
Getter/setter method setAltitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 231
Getter/setter method getAddress should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 234
Getter/setter method setAddress should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 237
Getter/setter method getEngineStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 240
Getter/setter method setEngineStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 243
Getter/setter method getOilPreassure should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 246
Getter/setter method setOilPreassure should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 249
Getter/setter method getWaterTemp should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 252
Getter/setter method setWaterTemp should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 255
Getter/setter method getFuelContent should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 258
Getter/setter method setFuelContent should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 261
Getter/setter method getBrake should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 264
Getter/setter method setBrake should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 267
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 270
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 273
Getter/setter method getBrakelightStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 276
Getter/setter method setBrakelightStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 279
Getter/setter method getBatteryStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 282
Getter/setter method setBatteryStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 285
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium TripDistanceDTO.java 73
Getter/setter method setRegNo should be declared final Declare this method to be final. Medium TripDistanceDTO.java 80
Getter/setter method getTripName should be declared final Declare this method to be final. Medium TripDistanceDTO.java 87
Getter/setter method setTripName should be declared final Declare this method to be final. Medium TripDistanceDTO.java 94
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium TripDistanceDTO.java 101
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium TripDistanceDTO.java 108
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium TripDistanceDTO.java 115
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium TripDistanceDTO.java 122
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium TripDistanceDTO.java 129
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium TripDistanceDTO.java 136
Getter/setter method getEvent should be declared final Declare this method to be final. Medium TripDistanceDTO.java 143
Getter/setter method setEvent should be declared final Declare this method to be final. Medium TripDistanceDTO.java 150
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium TripDistanceDTO.java 157
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium TripDistanceDTO.java 164
Getter/setter method getDistance should be declared final Declare this method to be final. Medium TripDistanceDTO.java 172
Getter/setter method setDistance should be declared final Declare this method to be final. Medium TripDistanceDTO.java 179
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 79
Getter/setter method setRegNo should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 85
Getter/setter method getLocation should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 91
Getter/setter method setLocation should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 97
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 103
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 109
Getter/setter method getColor should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 115
Getter/setter method setColor should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 121
Getter/setter method getPacketTime should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 127
Getter/setter method setPacketTime should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 133
Getter/setter method getEventName should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 140
Getter/setter method setEventName should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 147
Getter/setter method getAlert should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 154
Getter/setter method setAlert should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 161
Getter/setter method getTankCpty should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 180
Getter/setter method setTankCpty should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 184
Getter/setter method getFuelVolt should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 188
Getter/setter method setFuelVolt should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 192
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 196
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 200
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 204
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 208
Getter/setter method getEventCode should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 212
Getter/setter method setEventCode should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 216
Getter/setter method getIdletime should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 220
Getter/setter method setIdletime should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 224
Getter/setter method getFenceduration should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 228
Getter/setter method setFenceduration should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 232
Getter/setter method getTripParamId should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 237
Getter/setter method setTripParamId should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 241
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 245
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium VehicleInfoDTO.java 249
Getter/setter method getMessage should be declared final Declare this method to be final. Medium ExceptionHandler.java 11
Getter/setter method setMessage should be declared final Declare this method to be final. Medium ExceptionHandler.java 18
Getter/setter method getType should be declared final Declare this method to be final. Medium ExceptionHandler.java 25
Getter/setter method setType should be declared final Declare this method to be final. Medium ExceptionHandler.java 32
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium GLatLng.java 13
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium GLatLng.java 17
Getter/setter method getLatitude should be declared final Declare this method to be final. Medium GLatLng.java 21
Getter/setter method setLatitude should be declared final Declare this method to be final. Medium GLatLng.java 25
Getter/setter method getAccountId should be declared final Declare this method to be final. Medium Account.java 69
Getter/setter method setAccountId should be declared final Declare this method to be final. Medium Account.java 73
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Account.java 77
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Account.java 81
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Account.java 85
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Account.java 89
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Account.java 93
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Account.java 97
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Account.java 101
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Account.java 105
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Account.java 109
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Account.java 113
Getter/setter method getParentAccountId should be declared final Declare this method to be final. Medium Account.java 117
Getter/setter method setParentAccountId should be declared final Declare this method to be final. Medium Account.java 121
Getter/setter method getName should be declared final Declare this method to be final. Medium Account.java 125
Getter/setter method setName should be declared final Declare this method to be final. Medium Account.java 129
Getter/setter method getLegalName should be declared final Declare this method to be final. Medium Account.java 133
Getter/setter method setLegalName should be declared final Declare this method to be final. Medium Account.java 137
Getter/setter method getLegalId should be declared final Declare this method to be final. Medium Account.java 141
Getter/setter method setLegalId should be declared final Declare this method to be final. Medium Account.java 145
Getter/setter method getLegalType should be declared final Declare this method to be final. Medium Account.java 149
Getter/setter method setLegalType should be declared final Declare this method to be final. Medium Account.java 153
Getter/setter method getSicCode should be declared final Declare this method to be final. Medium Account.java 157
Getter/setter method setSicCode should be declared final Declare this method to be final. Medium Account.java 161
Getter/setter method getTickerSymbol should be declared final Declare this method to be final. Medium Account.java 165
Getter/setter method setTickerSymbol should be declared final Declare this method to be final. Medium Account.java 169
Getter/setter method getIndustry should be declared final Declare this method to be final. Medium Account.java 173
Getter/setter method setIndustry should be declared final Declare this method to be final. Medium Account.java 177
Getter/setter method getType should be declared final Declare this method to be final. Medium Account.java 181
Getter/setter method setType should be declared final Declare this method to be final. Medium Account.java 185
Getter/setter method getSize should be declared final Declare this method to be final. Medium Account.java 189
Getter/setter method setSize should be declared final Declare this method to be final. Medium Account.java 193
Getter/setter method getId should be declared final Declare this method to be final. Medium Accounts.java 28
Getter/setter method setId should be declared final Declare this method to be final. Medium Accounts.java 32
Getter/setter method getSmsSent should be declared final Declare this method to be final. Medium AccountsId.java 30
Getter/setter method setSmsSent should be declared final Declare this method to be final. Medium AccountsId.java 34
Getter/setter method getCreditLimit should be declared final Declare this method to be final. Medium AccountsId.java 38
Getter/setter method setCreditLimit should be declared final Declare this method to be final. Medium AccountsId.java 42
Getter/setter method getAddressId should be declared final Declare this method to be final. Medium Address.java 73
Getter/setter method setAddressId should be declared final Declare this method to be final. Medium Address.java 77
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Address.java 81
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Address.java 85
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Address.java 89
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Address.java 93
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Address.java 97
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Address.java 101
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Address.java 105
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Address.java 109
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Address.java 113
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Address.java 117
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Address.java 121
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Address.java 125
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Address.java 129
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Address.java 133
Getter/setter method getStreet1 should be declared final Declare this method to be final. Medium Address.java 137
Getter/setter method setStreet1 should be declared final Declare this method to be final. Medium Address.java 141
Getter/setter method getStreet2 should be declared final Declare this method to be final. Medium Address.java 145
Getter/setter method setStreet2 should be declared final Declare this method to be final. Medium Address.java 149
Getter/setter method getStreet3 should be declared final Declare this method to be final. Medium Address.java 153
Getter/setter method setStreet3 should be declared final Declare this method to be final. Medium Address.java 157
Getter/setter method getCity should be declared final Declare this method to be final. Medium Address.java 161
Getter/setter method setCity should be declared final Declare this method to be final. Medium Address.java 165
Getter/setter method getZip should be declared final Declare this method to be final. Medium Address.java 169
Getter/setter method setZip should be declared final Declare this method to be final. Medium Address.java 173
Getter/setter method getRegionId should be declared final Declare this method to be final. Medium Address.java 177
Getter/setter method setRegionId should be declared final Declare this method to be final. Medium Address.java 181
Getter/setter method getCountryId should be declared final Declare this method to be final. Medium Address.java 185
Getter/setter method setCountryId should be declared final Declare this method to be final. Medium Address.java 189
Getter/setter method getTypeId should be declared final Declare this method to be final. Medium Address.java 193
Getter/setter method setTypeId should be declared final Declare this method to be final. Medium Address.java 197
Getter/setter method getMailing should be declared final Declare this method to be final. Medium Address.java 201
Getter/setter method setMailing should be declared final Declare this method to be final. Medium Address.java 205
Getter/setter method getPrimary should be declared final Declare this method to be final. Medium Address.java 209
Getter/setter method setPrimary should be declared final Declare this method to be final. Medium Address.java 213
Getter/setter method getDeliveryId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 46
Getter/setter method setDeliveryId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 50
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 54
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 58
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 62
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 66
Getter/setter method getType should be declared final Declare this method to be final. Medium Announcementsdelivery.java 70
Getter/setter method setType should be declared final Declare this method to be final. Medium Announcementsdelivery.java 74
Getter/setter method getEmail should be declared final Declare this method to be final. Medium Announcementsdelivery.java 78
Getter/setter method setEmail should be declared final Declare this method to be final. Medium Announcementsdelivery.java 82
Getter/setter method getSms should be declared final Declare this method to be final. Medium Announcementsdelivery.java 86
Getter/setter method setSms should be declared final Declare this method to be final. Medium Announcementsdelivery.java 90
Getter/setter method getWebsite should be declared final Declare this method to be final. Medium Announcementsdelivery.java 94
Getter/setter method setWebsite should be declared final Declare this method to be final. Medium Announcementsdelivery.java 98
Getter/setter method getEntryId should be declared final Declare this method to be final. Medium Announcementsentry.java 71
Getter/setter method setEntryId should be declared final Declare this method to be final. Medium Announcementsentry.java 75
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Announcementsentry.java 79
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Announcementsentry.java 83
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Announcementsentry.java 87
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Announcementsentry.java 91
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Announcementsentry.java 95
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Announcementsentry.java 99
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Announcementsentry.java 103
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Announcementsentry.java 107
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Announcementsentry.java 111
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Announcementsentry.java 115
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Announcementsentry.java 119
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Announcementsentry.java 123
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Announcementsentry.java 127
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Announcementsentry.java 131
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Announcementsentry.java 135
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Announcementsentry.java 139
Getter/setter method getTitle should be declared final Declare this method to be final. Medium Announcementsentry.java 143
Getter/setter method setTitle should be declared final Declare this method to be final. Medium Announcementsentry.java 147
Getter/setter method getContent should be declared final Declare this method to be final. Medium Announcementsentry.java 151
Getter/setter method setContent should be declared final Declare this method to be final. Medium Announcementsentry.java 155
Getter/setter method getUrl should be declared final Declare this method to be final. Medium Announcementsentry.java 159
Getter/setter method setUrl should be declared final Declare this method to be final. Medium Announcementsentry.java 163
Getter/setter method getType should be declared final Declare this method to be final. Medium Announcementsentry.java 167
Getter/setter method setType should be declared final Declare this method to be final. Medium Announcementsentry.java 171
Getter/setter method getDisplayDate should be declared final Declare this method to be final. Medium Announcementsentry.java 175
Getter/setter method setDisplayDate should be declared final Declare this method to be final. Medium Announcementsentry.java 179
Getter/setter method getExpirationDate should be declared final Declare this method to be final. Medium Announcementsentry.java 183
Getter/setter method setExpirationDate should be declared final Declare this method to be final. Medium Announcementsentry.java 187
Getter/setter method getPriority should be declared final Declare this method to be final. Medium Announcementsentry.java 191
Getter/setter method setPriority should be declared final Declare this method to be final. Medium Announcementsentry.java 195
Getter/setter method getAlert should be declared final Declare this method to be final. Medium Announcementsentry.java 199
Getter/setter method setAlert should be declared final Declare this method to be final. Medium Announcementsentry.java 203
Getter/setter method getFlagId should be declared final Declare this method to be final. Medium Announcementsflag.java 44
Getter/setter method setFlagId should be declared final Declare this method to be final. Medium Announcementsflag.java 48
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Announcementsflag.java 52
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Announcementsflag.java 56
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Announcementsflag.java 60
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Announcementsflag.java 64
Getter/setter method getEntryId should be declared final Declare this method to be final. Medium Announcementsflag.java 68
Getter/setter method setEntryId should be declared final Declare this method to be final. Medium Announcementsflag.java 72
Getter/setter method getValue should be declared final Declare this method to be final. Medium Announcementsflag.java 76
Getter/setter method setValue should be declared final Declare this method to be final. Medium Announcementsflag.java 80
Getter/setter method getId should be declared final Declare this method to be final. Medium AutoPkSupport.java 28
Getter/setter method setId should be declared final Declare this method to be final. Medium AutoPkSupport.java 32
Getter/setter method getTableName should be declared final Declare this method to be final. Medium AutoPkSupportId.java 30
Getter/setter method setTableName should be declared final Declare this method to be final. Medium AutoPkSupportId.java 34
Getter/setter method getNextId should be declared final Declare this method to be final. Medium AutoPkSupportId.java 38
Getter/setter method setNextId should be declared final Declare this method to be final. Medium AutoPkSupportId.java 42
Getter/setter method getEntryId should be declared final Declare this method to be final. Medium Blogsentry.java 66
Getter/setter method setEntryId should be declared final Declare this method to be final. Medium Blogsentry.java 70
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Blogsentry.java 74
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Blogsentry.java 78
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Blogsentry.java 82
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Blogsentry.java 86
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Blogsentry.java 90
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Blogsentry.java 94
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Blogsentry.java 98
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Blogsentry.java 102
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Blogsentry.java 106
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Blogsentry.java 110
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Blogsentry.java 114
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Blogsentry.java 118
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Blogsentry.java 122
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Blogsentry.java 126
Getter/setter method getTitle should be declared final Declare this method to be final. Medium Blogsentry.java 130
Getter/setter method setTitle should be declared final Declare this method to be final. Medium Blogsentry.java 134
Getter/setter method getUrlTitle should be declared final Declare this method to be final. Medium Blogsentry.java 138
Getter/setter method setUrlTitle should be declared final Declare this method to be final. Medium Blogsentry.java 142
Getter/setter method getContent should be declared final Declare this method to be final. Medium Blogsentry.java 146
Getter/setter method setContent should be declared final Declare this method to be final. Medium Blogsentry.java 150
Getter/setter method getDisplayDate should be declared final Declare this method to be final. Medium Blogsentry.java 154
Getter/setter method setDisplayDate should be declared final Declare this method to be final. Medium Blogsentry.java 158
Getter/setter method getDraft should be declared final Declare this method to be final. Medium Blogsentry.java 162
Getter/setter method setDraft should be declared final Declare this method to be final. Medium Blogsentry.java 166
Getter/setter method getAllowTrackbacks should be declared final Declare this method to be final. Medium Blogsentry.java 170
Getter/setter method setAllowTrackbacks should be declared final Declare this method to be final. Medium Blogsentry.java 174
Getter/setter method getTrackbacks should be declared final Declare this method to be final. Medium Blogsentry.java 178
Getter/setter method setTrackbacks should be declared final Declare this method to be final. Medium Blogsentry.java 182
Getter/setter method getStatsUserId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 54
Getter/setter method setStatsUserId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 58
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 62
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 66
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 70
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 74
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 78
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 82
Getter/setter method getEntryCount should be declared final Declare this method to be final. Medium Blogsstatsuser.java 86
Getter/setter method setEntryCount should be declared final Declare this method to be final. Medium Blogsstatsuser.java 90
Getter/setter method getLastPostDate should be declared final Declare this method to be final. Medium Blogsstatsuser.java 94
Getter/setter method setLastPostDate should be declared final Declare this method to be final. Medium Blogsstatsuser.java 98
Getter/setter method getRatingsTotalEntries should be declared final Declare this method to be final. Medium Blogsstatsuser.java 102
Getter/setter method setRatingsTotalEntries should be declared final Declare this method to be final. Medium Blogsstatsuser.java 106
Getter/setter method getRatingsTotalScore should be declared final Declare this method to be final. Medium Blogsstatsuser.java 110
Getter/setter method setRatingsTotalScore should be declared final Declare this method to be final. Medium Blogsstatsuser.java 114
Getter/setter method getRatingsAverageScore should be declared final Declare this method to be final. Medium Blogsstatsuser.java 118
Getter/setter method setRatingsAverageScore should be declared final Declare this method to be final. Medium Blogsstatsuser.java 122
Getter/setter method getEntryId should be declared final Declare this method to be final. Medium Bookmarksentry.java 62
Getter/setter method setEntryId should be declared final Declare this method to be final. Medium Bookmarksentry.java 66
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Bookmarksentry.java 70
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Bookmarksentry.java 74
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Bookmarksentry.java 78
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Bookmarksentry.java 82
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Bookmarksentry.java 86
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Bookmarksentry.java 90
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Bookmarksentry.java 94
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Bookmarksentry.java 98
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Bookmarksentry.java 102
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Bookmarksentry.java 106
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Bookmarksentry.java 110
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Bookmarksentry.java 114
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Bookmarksentry.java 118
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Bookmarksentry.java 122
Getter/setter method getName should be declared final Declare this method to be final. Medium Bookmarksentry.java 126
Getter/setter method setName should be declared final Declare this method to be final. Medium Bookmarksentry.java 130
Getter/setter method getUrl should be declared final Declare this method to be final. Medium Bookmarksentry.java 134
Getter/setter method setUrl should be declared final Declare this method to be final. Medium Bookmarksentry.java 138
Getter/setter method getComments should be declared final Declare this method to be final. Medium Bookmarksentry.java 142
Getter/setter method setComments should be declared final Declare this method to be final. Medium Bookmarksentry.java 146
Getter/setter method getVisits should be declared final Declare this method to be final. Medium Bookmarksentry.java 150
Getter/setter method setVisits should be declared final Declare this method to be final. Medium Bookmarksentry.java 154
Getter/setter method getPriority should be declared final Declare this method to be final. Medium Bookmarksentry.java 158
Getter/setter method setPriority should be declared final Declare this method to be final. Medium Bookmarksentry.java 162
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 55
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 59
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Bookmarksfolder.java 63
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Bookmarksfolder.java 67
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 71
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 75
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 79
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 83
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 87
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 91
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Bookmarksfolder.java 95
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Bookmarksfolder.java 99
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Bookmarksfolder.java 103
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Bookmarksfolder.java 107
Getter/setter method getParentFolderId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 111
Getter/setter method setParentFolderId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 115
Getter/setter method getName should be declared final Declare this method to be final. Medium Bookmarksfolder.java 119
Getter/setter method setName should be declared final Declare this method to be final. Medium Bookmarksfolder.java 123
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Bookmarksfolder.java 127
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Bookmarksfolder.java 131
Getter/setter method getBrowserTrackerId should be declared final Declare this method to be final. Medium Browsertracker.java 37
Getter/setter method setBrowserTrackerId should be declared final Declare this method to be final. Medium Browsertracker.java 41
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Browsertracker.java 45
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Browsertracker.java 49
Getter/setter method getBrowserKey should be declared final Declare this method to be final. Medium Browsertracker.java 53
Getter/setter method setBrowserKey should be declared final Declare this method to be final. Medium Browsertracker.java 57
Getter/setter method getEventId should be declared final Declare this method to be final. Medium Calevent.java 83
Getter/setter method setEventId should be declared final Declare this method to be final. Medium Calevent.java 87
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Calevent.java 91
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Calevent.java 95
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Calevent.java 99
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Calevent.java 103
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Calevent.java 107
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Calevent.java 111
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Calevent.java 115
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Calevent.java 119
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Calevent.java 123
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Calevent.java 127
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Calevent.java 131
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Calevent.java 135
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Calevent.java 139
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Calevent.java 143
Getter/setter method getTitle should be declared final Declare this method to be final. Medium Calevent.java 147
Getter/setter method setTitle should be declared final Declare this method to be final. Medium Calevent.java 151
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Calevent.java 155
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Calevent.java 159
Getter/setter method getStartDate should be declared final Declare this method to be final. Medium Calevent.java 163
Getter/setter method setStartDate should be declared final Declare this method to be final. Medium Calevent.java 167
Getter/setter method getEndDate should be declared final Declare this method to be final. Medium Calevent.java 171
Getter/setter method setEndDate should be declared final Declare this method to be final. Medium Calevent.java 175
Getter/setter method getDurationHour should be declared final Declare this method to be final. Medium Calevent.java 179
Getter/setter method setDurationHour should be declared final Declare this method to be final. Medium Calevent.java 183
Getter/setter method getDurationMinute should be declared final Declare this method to be final. Medium Calevent.java 187
Getter/setter method setDurationMinute should be declared final Declare this method to be final. Medium Calevent.java 191
Getter/setter method getAllDay should be declared final Declare this method to be final. Medium Calevent.java 195
Getter/setter method setAllDay should be declared final Declare this method to be final. Medium Calevent.java 199
Getter/setter method getTimeZoneSensitive should be declared final Declare this method to be final. Medium Calevent.java 203
Getter/setter method setTimeZoneSensitive should be declared final Declare this method to be final. Medium Calevent.java 207
Getter/setter method getType should be declared final Declare this method to be final. Medium Calevent.java 211
Getter/setter method setType should be declared final Declare this method to be final. Medium Calevent.java 215
Getter/setter method getRepeating should be declared final Declare this method to be final. Medium Calevent.java 219
Getter/setter method setRepeating should be declared final Declare this method to be final. Medium Calevent.java 223
Getter/setter method getRecurrence should be declared final Declare this method to be final. Medium Calevent.java 227
Getter/setter method setRecurrence should be declared final Declare this method to be final. Medium Calevent.java 231
Getter/setter method getRemindBy should be declared final Declare this method to be final. Medium Calevent.java 235
Getter/setter method setRemindBy should be declared final Declare this method to be final. Medium Calevent.java 239
Getter/setter method getFirstReminder should be declared final Declare this method to be final. Medium Calevent.java 243
Getter/setter method setFirstReminder should be declared final Declare this method to be final. Medium Calevent.java 247
Getter/setter method getSecondReminder should be declared final Declare this method to be final. Medium Calevent.java 251
Getter/setter method setSecondReminder should be declared final Declare this method to be final. Medium Calevent.java 255
Getter/setter method getBarometerId should be declared final Declare this method to be final. Medium CharityBarometer.java 39
Getter/setter method setBarometerId should be declared final Declare this method to be final. Medium CharityBarometer.java 43
Getter/setter method getUserDetails should be declared final Declare this method to be final. Medium CharityBarometer.java 47
Getter/setter method setUserDetails should be declared final Declare this method to be final. Medium CharityBarometer.java 51
Getter/setter method getCurrent should be declared final Declare this method to be final. Medium CharityBarometer.java 55
Getter/setter method setCurrent should be declared final Declare this method to be final. Medium CharityBarometer.java 59
Getter/setter method getTarget should be declared final Declare this method to be final. Medium CharityBarometer.java 63
Getter/setter method setTarget should be declared final Declare this method to be final. Medium CharityBarometer.java 67
Getter/setter method getEntryId should be declared final Declare this method to be final. Medium ChatEntry.java 42
Getter/setter method setEntryId should be declared final Declare this method to be final. Medium ChatEntry.java 46
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium ChatEntry.java 50
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium ChatEntry.java 54
Getter/setter method getFromUserId should be declared final Declare this method to be final. Medium ChatEntry.java 58
Getter/setter method setFromUserId should be declared final Declare this method to be final. Medium ChatEntry.java 62
Getter/setter method getToUserId should be declared final Declare this method to be final. Medium ChatEntry.java 66
Getter/setter method setToUserId should be declared final Declare this method to be final. Medium ChatEntry.java 70
Getter/setter method getContent should be declared final Declare this method to be final. Medium ChatEntry.java 74
Getter/setter method setContent should be declared final Declare this method to be final. Medium ChatEntry.java 78
Getter/setter method getStatusId should be declared final Declare this method to be final. Medium ChatStatus.java 49
Getter/setter method setStatusId should be declared final Declare this method to be final. Medium ChatStatus.java 53
Getter/setter method getUserId should be declared final Declare this method to be final. Medium ChatStatus.java 57
Getter/setter method setUserId should be declared final Declare this method to be final. Medium ChatStatus.java 61
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium ChatStatus.java 65
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium ChatStatus.java 69
Getter/setter method getOnline should be declared final Declare this method to be final. Medium ChatStatus.java 73
Getter/setter method setOnline should be declared final Declare this method to be final. Medium ChatStatus.java 77
Getter/setter method getAwake should be declared final Declare this method to be final. Medium ChatStatus.java 81
Getter/setter method setAwake should be declared final Declare this method to be final. Medium ChatStatus.java 85
Getter/setter method getActivePanelId should be declared final Declare this method to be final. Medium ChatStatus.java 89
Getter/setter method setActivePanelId should be declared final Declare this method to be final. Medium ChatStatus.java 93
Getter/setter method getMessage should be declared final Declare this method to be final. Medium ChatStatus.java 97
Getter/setter method setMessage should be declared final Declare this method to be final. Medium ChatStatus.java 101
Getter/setter method getPlaySound should be declared final Declare this method to be final. Medium ChatStatus.java 105
Getter/setter method setPlaySound should be declared final Declare this method to be final. Medium ChatStatus.java 109
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Classname.java 35
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Classname.java 39
Getter/setter method getValue should be declared final Declare this method to be final. Medium Classname.java 43
Getter/setter method setValue should be declared final Declare this method to be final. Medium Classname.java 47
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Company.java 51
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Company.java 55
Getter/setter method getAccountId should be declared final Declare this method to be final. Medium Company.java 59
Getter/setter method setAccountId should be declared final Declare this method to be final. Medium Company.java 63
Getter/setter method getWebId should be declared final Declare this method to be final. Medium Company.java 67
Getter/setter method setWebId should be declared final Declare this method to be final. Medium Company.java 71
Getter/setter method getKey should be declared final Declare this method to be final. Medium Company.java 75
Getter/setter method setKey should be declared final Declare this method to be final. Medium Company.java 79
Getter/setter method getVirtualHost should be declared final Declare this method to be final. Medium Company.java 83
Getter/setter method setVirtualHost should be declared final Declare this method to be final. Medium Company.java 87
Getter/setter method getMx should be declared final Declare this method to be final. Medium Company.java 91
Getter/setter method setMx should be declared final Declare this method to be final. Medium Company.java 95
Getter/setter method getHomeUrl should be declared final Declare this method to be final. Medium Company.java 99
Getter/setter method setHomeUrl should be declared final Declare this method to be final. Medium Company.java 103
Getter/setter method getLogoId should be declared final Declare this method to be final. Medium Company.java 107
Getter/setter method setLogoId should be declared final Declare this method to be final. Medium Company.java 111
Getter/setter method getSystem should be declared final Declare this method to be final. Medium Company.java 115
Getter/setter method setSystem should be declared final Declare this method to be final. Medium Company.java 119
Getter/setter method getContactId should be declared final Declare this method to be final. Medium Contact.java 101
Getter/setter method setContactId should be declared final Declare this method to be final. Medium Contact.java 105
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Contact.java 109
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Contact.java 113
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Contact.java 117
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Contact.java 121
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Contact.java 125
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Contact.java 129
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Contact.java 133
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Contact.java 137
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Contact.java 141
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Contact.java 145
Getter/setter method getAccountId should be declared final Declare this method to be final. Medium Contact.java 149
Getter/setter method setAccountId should be declared final Declare this method to be final. Medium Contact.java 153
Getter/setter method getParentContactId should be declared final Declare this method to be final. Medium Contact.java 157
Getter/setter method setParentContactId should be declared final Declare this method to be final. Medium Contact.java 161
Getter/setter method getFirstName should be declared final Declare this method to be final. Medium Contact.java 165
Getter/setter method setFirstName should be declared final Declare this method to be final. Medium Contact.java 169
Getter/setter method getMiddleName should be declared final Declare this method to be final. Medium Contact.java 173
Getter/setter method setMiddleName should be declared final Declare this method to be final. Medium Contact.java 177
Getter/setter method getLastName should be declared final Declare this method to be final. Medium Contact.java 181
Getter/setter method setLastName should be declared final Declare this method to be final. Medium Contact.java 185
Getter/setter method getPrefixId should be declared final Declare this method to be final. Medium Contact.java 189
Getter/setter method setPrefixId should be declared final Declare this method to be final. Medium Contact.java 193
Getter/setter method getSuffixId should be declared final Declare this method to be final. Medium Contact.java 197
Getter/setter method setSuffixId should be declared final Declare this method to be final. Medium Contact.java 201
Getter/setter method getMale should be declared final Declare this method to be final. Medium Contact.java 205
Getter/setter method setMale should be declared final Declare this method to be final. Medium Contact.java 209
Getter/setter method getBirthday should be declared final Declare this method to be final. Medium Contact.java 213
Getter/setter method setBirthday should be declared final Declare this method to be final. Medium Contact.java 217
Getter/setter method getSmsSn should be declared final Declare this method to be final. Medium Contact.java 221
Getter/setter method setSmsSn should be declared final Declare this method to be final. Medium Contact.java 225
Getter/setter method getAimSn should be declared final Declare this method to be final. Medium Contact.java 229
Getter/setter method setAimSn should be declared final Declare this method to be final. Medium Contact.java 233
Getter/setter method getFacebookSn should be declared final Declare this method to be final. Medium Contact.java 237
Getter/setter method setFacebookSn should be declared final Declare this method to be final. Medium Contact.java 241
Getter/setter method getIcqSn should be declared final Declare this method to be final. Medium Contact.java 245
Getter/setter method setIcqSn should be declared final Declare this method to be final. Medium Contact.java 249
Getter/setter method getJabberSn should be declared final Declare this method to be final. Medium Contact.java 253
Getter/setter method setJabberSn should be declared final Declare this method to be final. Medium Contact.java 257
Getter/setter method getMsnSn should be declared final Declare this method to be final. Medium Contact.java 261
Getter/setter method setMsnSn should be declared final Declare this method to be final. Medium Contact.java 265
Getter/setter method getMySpaceSn should be declared final Declare this method to be final. Medium Contact.java 269
Getter/setter method setMySpaceSn should be declared final Declare this method to be final. Medium Contact.java 273
Getter/setter method getSkypeSn should be declared final Declare this method to be final. Medium Contact.java 277
Getter/setter method setSkypeSn should be declared final Declare this method to be final. Medium Contact.java 281
Getter/setter method getTwitterSn should be declared final Declare this method to be final. Medium Contact.java 285
Getter/setter method setTwitterSn should be declared final Declare this method to be final. Medium Contact.java 289
Getter/setter method getYmSn should be declared final Declare this method to be final. Medium Contact.java 293
Getter/setter method setYmSn should be declared final Declare this method to be final. Medium Contact.java 297
Getter/setter method getName should be declared final Declare this method to be final. Medium Counter.java 35
Getter/setter method setName should be declared final Declare this method to be final. Medium Counter.java 39
Getter/setter method getCurrentId should be declared final Declare this method to be final. Medium Counter.java 43
Getter/setter method setCurrentId should be declared final Declare this method to be final. Medium Counter.java 47
Getter/setter method getCountryId should be declared final Declare this method to be final. Medium Country.java 46
Getter/setter method setCountryId should be declared final Declare this method to be final. Medium Country.java 50
Getter/setter method getName should be declared final Declare this method to be final. Medium Country.java 54
Getter/setter method setName should be declared final Declare this method to be final. Medium Country.java 58
Getter/setter method getA2 should be declared final Declare this method to be final. Medium Country.java 62
Getter/setter method setA2 should be declared final Declare this method to be final. Medium Country.java 66
Getter/setter method getA3 should be declared final Declare this method to be final. Medium Country.java 70
Getter/setter method setA3 should be declared final Declare this method to be final. Medium Country.java 74
Getter/setter method getNumber should be declared final Declare this method to be final. Medium Country.java 78
Getter/setter method setNumber should be declared final Declare this method to be final. Medium Country.java 82
Getter/setter method getIdd should be declared final Declare this method to be final. Medium Country.java 86
Getter/setter method setIdd should be declared final Declare this method to be final. Medium Country.java 90
Getter/setter method getActive should be declared final Declare this method to be final. Medium Country.java 94
Getter/setter method setActive should be declared final Declare this method to be final. Medium Country.java 98
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Cyrususer.java 30
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Cyrususer.java 34
Getter/setter method getPassword should be declared final Declare this method to be final. Medium Cyrususer.java 38
Getter/setter method setPassword should be declared final Declare this method to be final. Medium Cyrususer.java 42
Getter/setter method getEmailAddress should be declared final Declare this method to be final. Medium Cyrusvirtual.java 30
Getter/setter method setEmailAddress should be declared final Declare this method to be final. Medium Cyrusvirtual.java 34
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Cyrusvirtual.java 38
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Cyrusvirtual.java 42
Getter/setter method getWorkStatus should be declared final Declare this method to be final. Medium Device.java 29
Getter/setter method setWorkStatus should be declared final Declare this method to be final. Medium Device.java 33
Getter/setter method getInuseStatus should be declared final Declare this method to be final. Medium Device.java 37
Getter/setter method setInuseStatus should be declared final Declare this method to be final. Medium Device.java 41
Getter/setter method getEnableStatus should be declared final Declare this method to be final. Medium Device.java 45
Getter/setter method setEnableStatus should be declared final Declare this method to be final. Medium Device.java 49
Getter/setter method getDeviceId should be declared final Declare this method to be final. Medium Device.java 88
Getter/setter method getAliasName should be declared final Declare this method to be final. Medium Device.java 92
Getter/setter method setAliasName should be declared final Declare this method to be final. Medium Device.java 96
Getter/setter method setDeviceId should be declared final Declare this method to be final. Medium Device.java 100
Getter/setter method getImeiNumber should be declared final Declare this method to be final. Medium Device.java 104
Getter/setter method setImeiNumber should be declared final Declare this method to be final. Medium Device.java 108
Getter/setter method getLastPacketReceivedTime should be declared final Declare this method to be final. Medium Device.java 112
Getter/setter method setLastPacketReceivedTime should be declared final Declare this method to be final. Medium Device.java 116
Getter/setter method getLastKnownIp should be declared final Declare this method to be final. Medium Device.java 120
Getter/setter method setLastKnownIp should be declared final Declare this method to be final. Medium Device.java 124
Getter/setter method getFirmwareVersion should be declared final Declare this method to be final. Medium Device.java 128
Getter/setter method setFirmwareVersion should be declared final Declare this method to be final. Medium Device.java 132
Getter/setter method getMobileNumber should be declared final Declare this method to be final. Medium Device.java 136
Getter/setter method setMobileNumber should be declared final Declare this method to be final. Medium Device.java 140
Getter/setter method getVehicleDetailses should be declared final Declare this method to be final. Medium Device.java 144
Getter/setter method setVehicleDetailses should be declared final Declare this method to be final. Medium Device.java 148
Getter/setter method getOrganization should be declared final Declare this method to be final. Medium Device.java 152
Getter/setter method setOrganization should be declared final Declare this method to be final. Medium Device.java 156
Getter/setter method getFileEntryId should be declared final Declare this method to be final. Medium Dlfileentry.java 74
Getter/setter method setFileEntryId should be declared final Declare this method to be final. Medium Dlfileentry.java 78
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Dlfileentry.java 82
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Dlfileentry.java 86
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Dlfileentry.java 90
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Dlfileentry.java 94
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Dlfileentry.java 98
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Dlfileentry.java 102
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Dlfileentry.java 106
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Dlfileentry.java 110
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Dlfileentry.java 114
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Dlfileentry.java 118
Getter/setter method getVersionUserId should be declared final Declare this method to be final. Medium Dlfileentry.java 122
Getter/setter method setVersionUserId should be declared final Declare this method to be final. Medium Dlfileentry.java 126
Getter/setter method getVersionUserName should be declared final Declare this method to be final. Medium Dlfileentry.java 130
Getter/setter method setVersionUserName should be declared final Declare this method to be final. Medium Dlfileentry.java 134
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Dlfileentry.java 138
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Dlfileentry.java 142
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Dlfileentry.java 146
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Dlfileentry.java 150
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Dlfileentry.java 154
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Dlfileentry.java 158
Getter/setter method getName should be declared final Declare this method to be final. Medium Dlfileentry.java 162
Getter/setter method setName should be declared final Declare this method to be final. Medium Dlfileentry.java 166
Getter/setter method getTitle should be declared final Declare this method to be final. Medium Dlfileentry.java 170
Getter/setter method setTitle should be declared final Declare this method to be final. Medium Dlfileentry.java 174
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Dlfileentry.java 178
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Dlfileentry.java 182
Getter/setter method getVersion should be declared final Declare this method to be final. Medium Dlfileentry.java 186
Getter/setter method setVersion should be declared final Declare this method to be final. Medium Dlfileentry.java 190
Getter/setter method getSize should be declared final Declare this method to be final. Medium Dlfileentry.java 194
Getter/setter method setSize should be declared final Declare this method to be final. Medium Dlfileentry.java 198
Getter/setter method getReadCount should be declared final Declare this method to be final. Medium Dlfileentry.java 202
Getter/setter method setReadCount should be declared final Declare this method to be final. Medium Dlfileentry.java 206
Getter/setter method getExtraSettings should be declared final Declare this method to be final. Medium Dlfileentry.java 210
Getter/setter method setExtraSettings should be declared final Declare this method to be final. Medium Dlfileentry.java 214
Getter/setter method getFileRankId should be declared final Declare this method to be final. Medium Dlfilerank.java 48
Getter/setter method setFileRankId should be declared final Declare this method to be final. Medium Dlfilerank.java 52
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Dlfilerank.java 56
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Dlfilerank.java 60
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Dlfilerank.java 64
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Dlfilerank.java 68
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Dlfilerank.java 72
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Dlfilerank.java 76
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Dlfilerank.java 80
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Dlfilerank.java 84
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Dlfilerank.java 88
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Dlfilerank.java 92
Getter/setter method getName should be declared final Declare this method to be final. Medium Dlfilerank.java 96
Getter/setter method setName should be declared final Declare this method to be final. Medium Dlfilerank.java 100
Getter/setter method getFileShortcutId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 57
Getter/setter method setFileShortcutId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 61
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Dlfileshortcut.java 65
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Dlfileshortcut.java 69
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 73
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 77
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 81
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 85
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 89
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 93
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Dlfileshortcut.java 97
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Dlfileshortcut.java 101
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Dlfileshortcut.java 105
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Dlfileshortcut.java 109
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Dlfileshortcut.java 113
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Dlfileshortcut.java 117
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 121
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 125
Getter/setter method getToFolderId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 129
Getter/setter method setToFolderId should be declared final Declare this method to be final. Medium Dlfileshortcut.java 133
Getter/setter method getToName should be declared final Declare this method to be final. Medium Dlfileshortcut.java 137
Getter/setter method setToName should be declared final Declare this method to be final. Medium Dlfileshortcut.java 141
Getter/setter method getFileVersionId should be declared final Declare this method to be final. Medium Dlfileversion.java 55
Getter/setter method setFileVersionId should be declared final Declare this method to be final. Medium Dlfileversion.java 59
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Dlfileversion.java 63
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Dlfileversion.java 67
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Dlfileversion.java 71
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Dlfileversion.java 75
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Dlfileversion.java 79
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Dlfileversion.java 83
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Dlfileversion.java 87
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Dlfileversion.java 91
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Dlfileversion.java 95
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Dlfileversion.java 99
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Dlfileversion.java 103
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Dlfileversion.java 107
Getter/setter method getName should be declared final Declare this method to be final. Medium Dlfileversion.java 111
Getter/setter method setName should be declared final Declare this method to be final. Medium Dlfileversion.java 115
Getter/setter method getVersion should be declared final Declare this method to be final. Medium Dlfileversion.java 119
Getter/setter method setVersion should be declared final Declare this method to be final. Medium Dlfileversion.java 123
Getter/setter method getSize should be declared final Declare this method to be final. Medium Dlfileversion.java 127
Getter/setter method setSize should be declared final Declare this method to be final. Medium Dlfileversion.java 131
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Dlfolder.java 60
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Dlfolder.java 64
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Dlfolder.java 68
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Dlfolder.java 72
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Dlfolder.java 76
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Dlfolder.java 80
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Dlfolder.java 84
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Dlfolder.java 88
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Dlfolder.java 92
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Dlfolder.java 96
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Dlfolder.java 100
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Dlfolder.java 104
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Dlfolder.java 108
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Dlfolder.java 112
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Dlfolder.java 116
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Dlfolder.java 120
Getter/setter method getParentFolderId should be declared final Declare this method to be final. Medium Dlfolder.java 124
Getter/setter method setParentFolderId should be declared final Declare this method to be final. Medium Dlfolder.java 128
Getter/setter method getName should be declared final Declare this method to be final. Medium Dlfolder.java 132
Getter/setter method setName should be declared final Declare this method to be final. Medium Dlfolder.java 136
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Dlfolder.java 140
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Dlfolder.java 144
Getter/setter method getLastPostDate should be declared final Declare this method to be final. Medium Dlfolder.java 148
Getter/setter method setLastPostDate should be declared final Declare this method to be final. Medium Dlfolder.java 152
Getter/setter method getEmailAddressId should be declared final Declare this method to be final. Medium Emailaddress.java 58
Getter/setter method setEmailAddressId should be declared final Declare this method to be final. Medium Emailaddress.java 62
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Emailaddress.java 66
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Emailaddress.java 70
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Emailaddress.java 74
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Emailaddress.java 78
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Emailaddress.java 82
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Emailaddress.java 86
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Emailaddress.java 90
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Emailaddress.java 94
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Emailaddress.java 98
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Emailaddress.java 102
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Emailaddress.java 106
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Emailaddress.java 110
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Emailaddress.java 114
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Emailaddress.java 118
Getter/setter method getAddress should be declared final Declare this method to be final. Medium Emailaddress.java 122
Getter/setter method setAddress should be declared final Declare this method to be final. Medium Emailaddress.java 126
Getter/setter method getTypeId should be declared final Declare this method to be final. Medium Emailaddress.java 130
Getter/setter method setTypeId should be declared final Declare this method to be final. Medium Emailaddress.java 134
Getter/setter method getPrimary should be declared final Declare this method to be final. Medium Emailaddress.java 138
Getter/setter method setPrimary should be declared final Declare this method to be final. Medium Emailaddress.java 142
Getter/setter method getStartTime should be declared final Declare this method to be final. Medium EventNotification.java 24
Getter/setter method setStartTime should be declared final Declare this method to be final. Medium EventNotification.java 27
Getter/setter method getEndTime should be declared final Declare this method to be final. Medium EventNotification.java 30
Getter/setter method setEndTime should be declared final Declare this method to be final. Medium EventNotification.java 33
Getter/setter method getAlertid should be declared final Declare this method to be final. Medium EventNotification.java 36
Getter/setter method setAlertid should be declared final Declare this method to be final. Medium EventNotification.java 39
Getter/setter method getOrgid should be declared final Declare this method to be final. Medium EventNotification.java 42
Getter/setter method setOrgid should be declared final Declare this method to be final. Medium EventNotification.java 45
Getter/setter method getPhone should be declared final Declare this method to be final. Medium EventNotification.java 48
Getter/setter method setPhone should be declared final Declare this method to be final. Medium EventNotification.java 51
Getter/setter method getEvent should be declared final Declare this method to be final. Medium EventNotification.java 54
Getter/setter method setEvent should be declared final Declare this method to be final. Medium EventNotification.java 57
Getter/setter method getAlertTrip should be declared final Declare this method to be final. Medium EventNotification.java 60
Getter/setter method setAlertTrip should be declared final Declare this method to be final. Medium EventNotification.java 63
Getter/setter method getMode should be declared final Declare this method to be final. Medium EventNotification.java 67
Getter/setter method setMode should be declared final Declare this method to be final. Medium EventNotification.java 70
Getter/setter method getColumnId should be declared final Declare this method to be final. Medium Expandocolumn.java 46
Getter/setter method setColumnId should be declared final Declare this method to be final. Medium Expandocolumn.java 50
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Expandocolumn.java 54
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Expandocolumn.java 58
Getter/setter method getTableId should be declared final Declare this method to be final. Medium Expandocolumn.java 62
Getter/setter method setTableId should be declared final Declare this method to be final. Medium Expandocolumn.java 66
Getter/setter method getName should be declared final Declare this method to be final. Medium Expandocolumn.java 70
Getter/setter method setName should be declared final Declare this method to be final. Medium Expandocolumn.java 74
Getter/setter method getType should be declared final Declare this method to be final. Medium Expandocolumn.java 78
Getter/setter method setType should be declared final Declare this method to be final. Medium Expandocolumn.java 82
Getter/setter method getDefaultData should be declared final Declare this method to be final. Medium Expandocolumn.java 86
Getter/setter method setDefaultData should be declared final Declare this method to be final. Medium Expandocolumn.java 90
Getter/setter method getTypeSettings should be declared final Declare this method to be final. Medium Expandocolumn.java 94
Getter/setter method setTypeSettings should be declared final Declare this method to be final. Medium Expandocolumn.java 98
Getter/setter method getRowId should be declared final Declare this method to be final. Medium Expandorow.java 39
Getter/setter method setRowId should be declared final Declare this method to be final. Medium Expandorow.java 43
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Expandorow.java 47
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Expandorow.java 51
Getter/setter method getTableId should be declared final Declare this method to be final. Medium Expandorow.java 55
Getter/setter method setTableId should be declared final Declare this method to be final. Medium Expandorow.java 59
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Expandorow.java 63
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Expandorow.java 67
Getter/setter method getTableId should be declared final Declare this method to be final. Medium Expandotable.java 40
Getter/setter method setTableId should be declared final Declare this method to be final. Medium Expandotable.java 44
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Expandotable.java 48
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Expandotable.java 52
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Expandotable.java 56
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Expandotable.java 60
Getter/setter method getName should be declared final Declare this method to be final. Medium Expandotable.java 64
Getter/setter method setName should be declared final Declare this method to be final. Medium Expandotable.java 68
Getter/setter method getValueId should be declared final Declare this method to be final. Medium Expandovalue.java 49
Getter/setter method setValueId should be declared final Declare this method to be final. Medium Expandovalue.java 53
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Expandovalue.java 57
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Expandovalue.java 61
Getter/setter method getTableId should be declared final Declare this method to be final. Medium Expandovalue.java 65
Getter/setter method setTableId should be declared final Declare this method to be final. Medium Expandovalue.java 69
Getter/setter method getColumnId should be declared final Declare this method to be final. Medium Expandovalue.java 73
Getter/setter method setColumnId should be declared final Declare this method to be final. Medium Expandovalue.java 77
Getter/setter method getRowId should be declared final Declare this method to be final. Medium Expandovalue.java 81
Getter/setter method setRowId should be declared final Declare this method to be final. Medium Expandovalue.java 85
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Expandovalue.java 89
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Expandovalue.java 93
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Expandovalue.java 97
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Expandovalue.java 101
Getter/setter method getData should be declared final Declare this method to be final. Medium Expandovalue.java 105
Getter/setter method setData should be declared final Declare this method to be final. Medium Expandovalue.java 109
Getter/setter method getFeedbackid should be declared final Declare this method to be final. Medium Feedback.java 51
Getter/setter method setFeedbackid should be declared final Declare this method to be final. Medium Feedback.java 55
Getter/setter method getUserDetails should be declared final Declare this method to be final. Medium Feedback.java 59
Getter/setter method setUserDetails should be declared final Declare this method to be final. Medium Feedback.java 63
Getter/setter method getTripDetails should be declared final Declare this method to be final. Medium Feedback.java 67
Getter/setter method setTripDetails should be declared final Declare this method to be final. Medium Feedback.java 71
Getter/setter method getDate should be declared final Declare this method to be final. Medium Feedback.java 75
Getter/setter method setDate should be declared final Declare this method to be final. Medium Feedback.java 79
Getter/setter method getDriveRating should be declared final Declare this method to be final. Medium Feedback.java 83
Getter/setter method setDriveRating should be declared final Declare this method to be final. Medium Feedback.java 87
Getter/setter method getTripRating should be declared final Declare this method to be final. Medium Feedback.java 91
Getter/setter method setTripRating should be declared final Declare this method to be final. Medium Feedback.java 95
Getter/setter method getCarRating should be declared final Declare this method to be final. Medium Feedback.java 99
Getter/setter method setCarRating should be declared final Declare this method to be final. Medium Feedback.java 103
Getter/setter method getComment should be declared final Declare this method to be final. Medium Feedback.java 107
Getter/setter method setComment should be declared final Declare this method to be final. Medium Feedback.java 111
Getter/setter method getHistoryId should be declared final Declare this method to be final. Medium FenceHistory.java 28
Getter/setter method setHistoryId should be declared final Declare this method to be final. Medium FenceHistory.java 34
Getter/setter method getGeofence should be declared final Declare this method to be final. Medium FenceHistory.java 40
Getter/setter method setGeofence should be declared final Declare this method to be final. Medium FenceHistory.java 46
Getter/setter method getMonSms should be declared final Declare this method to be final. Medium FenceHistory.java 53
Getter/setter method setMonSms should be declared final Declare this method to be final. Medium FenceHistory.java 59
Getter/setter method getEvenSms should be declared final Declare this method to be final. Medium FenceHistory.java 65
Getter/setter method setEvenSms should be declared final Declare this method to be final. Medium FenceHistory.java 71
Getter/setter method getMonSpotOrder should be declared final Declare this method to be final. Medium FenceHistory.java 77
Getter/setter method setMonSpotOrder should be declared final Declare this method to be final. Medium FenceHistory.java 83
Getter/setter method getEvenSpotOrder should be declared final Declare this method to be final. Medium FenceHistory.java 89
Getter/setter method getSession should be declared final Declare this method to be final. Medium FenceHistory.java 95
Getter/setter method setSession should be declared final Declare this method to be final. Medium FenceHistory.java 101
Getter/setter method setEvenSpotOrder should be declared final Declare this method to be final. Medium FenceHistory.java 107
Getter/setter method getType should be declared final Declare this method to be final. Medium FenceHistory.java 110
Getter/setter method setType should be declared final Declare this method to be final. Medium FenceHistory.java 113
Getter/setter method getTripDetails should be declared final Declare this method to be final. Medium FenceReport.java 16
Getter/setter method setTripDetails should be declared final Declare this method to be final. Medium FenceReport.java 19
Getter/setter method getReportId should be declared final Declare this method to be final. Medium FenceReport.java 118
Getter/setter method setReportId should be declared final Declare this method to be final. Medium FenceReport.java 124
Getter/setter method getGeofence should be declared final Declare this method to be final. Medium FenceReport.java 130
Getter/setter method setGeofence should be declared final Declare this method to be final. Medium FenceReport.java 136
Getter/setter method getVehicle should be declared final Declare this method to be final. Medium FenceReport.java 142
Getter/setter method setVehicle should be declared final Declare this method to be final. Medium FenceReport.java 148
Getter/setter method getReportDate should be declared final Declare this method to be final. Medium FenceReport.java 154
Getter/setter method setReportDate should be declared final Declare this method to be final. Medium FenceReport.java 160
Getter/setter method getEntryTime should be declared final Declare this method to be final. Medium FenceReport.java 166
Getter/setter method setEntryTime should be declared final Declare this method to be final. Medium FenceReport.java 172
Getter/setter method getExitTime should be declared final Declare this method to be final. Medium FenceReport.java 178
Getter/setter method setExitTime should be declared final Declare this method to be final. Medium FenceReport.java 184
Getter/setter method getAvgSpeed should be declared final Declare this method to be final. Medium FenceReport.java 190
Getter/setter method setAvgSpeed should be declared final Declare this method to be final. Medium FenceReport.java 196
Getter/setter method getDistance should be declared final Declare this method to be final. Medium FenceReport.java 202
Getter/setter method setDistance should be declared final Declare this method to be final. Medium FenceReport.java 208
Getter/setter method getCreatedTime should be declared final Declare this method to be final. Medium FenceReport.java 214
Getter/setter method setCreatedTime should be declared final Declare this method to be final. Medium FenceReport.java 220
Getter/setter method getUpdatedTime should be declared final Declare this method to be final. Medium FenceReport.java 226
Getter/setter method setUpdatedTime should be declared final Declare this method to be final. Medium FenceReport.java 232
Getter/setter method getStopTime should be declared final Declare this method to be final. Medium FenceReport.java 238
Getter/setter method setStopTime should be declared final Declare this method to be final. Medium FenceReport.java 244
Getter/setter method getStopLat should be declared final Declare this method to be final. Medium FenceReport.java 250
Getter/setter method setStopLat should be declared final Declare this method to be final. Medium FenceReport.java 256
Getter/setter method getStopLong should be declared final Declare this method to be final. Medium FenceReport.java 262
Getter/setter method setStopLong should be declared final Declare this method to be final. Medium FenceReport.java 268
Getter/setter method getStopReading should be declared final Declare this method to be final. Medium FenceReport.java 274
Getter/setter method setStopReading should be declared final Declare this method to be final. Medium FenceReport.java 280
Getter/setter method getId should be declared final Declare this method to be final. Medium FrequentTravellerDetails.java 28
Getter/setter method setId should be declared final Declare this method to be final. Medium FrequentTravellerDetails.java 32
Getter/setter method getTripTravelerDetails should be declared final Declare this method to be final. Medium FrequentTravellerDetailsId.java 31
Getter/setter method setTripTravelerDetails should be declared final Declare this method to be final. Medium FrequentTravellerDetailsId.java 35
Getter/setter method getDay should be declared final Declare this method to be final. Medium FrequentTravellerDetailsId.java 39
Getter/setter method setDay should be declared final Declare this method to be final. Medium FrequentTravellerDetailsId.java 43
Getter/setter method getId should be declared final Declare this method to be final. Medium FrequentTripDetails.java 36
Getter/setter method setId should be declared final Declare this method to be final. Medium FrequentTripDetails.java 40
Getter/setter method getTime should be declared final Declare this method to be final. Medium FrequentTripDetails.java 44
Getter/setter method setTime should be declared final Declare this method to be final. Medium FrequentTripDetails.java 48
Getter/setter method getTripDetails should be declared final Declare this method to be final. Medium FrequentTripDetailsId.java 30
Getter/setter method setTripDetails should be declared final Declare this method to be final. Medium FrequentTripDetailsId.java 34
Getter/setter method getDay should be declared final Declare this method to be final. Medium FrequentTripDetailsId.java 38
Getter/setter method setDay should be declared final Declare this method to be final. Medium FrequentTripDetailsId.java 42
Getter/setter method getId should be declared final Declare this method to be final. Medium FuelCalibration.java 42
Getter/setter method setId should be declared final Declare this method to be final. Medium FuelCalibration.java 48
Getter/setter method getTypeId should be declared final Declare this method to be final. Medium FuelCalibration.java 54
Getter/setter method setTypeId should be declared final Declare this method to be final. Medium FuelCalibration.java 60
Getter/setter method getFuelValue should be declared final Declare this method to be final. Medium FuelCalibration.java 66
Getter/setter method setFuelValue should be declared final Declare this method to be final. Medium FuelCalibration.java 72
Getter/setter method getFuelVolt should be declared final Declare this method to be final. Medium FuelCalibration.java 78
Getter/setter method setFuelVolt should be declared final Declare this method to be final. Medium FuelCalibration.java 84
Getter/setter method getId should be declared final Declare this method to be final. Medium Geofence.java 70
Getter/setter method setId should be declared final Declare this method to be final. Medium Geofence.java 74
Getter/setter method getTripDetails should be declared final Declare this method to be final. Medium Geofence.java 78
Getter/setter method setTripDetails should be declared final Declare this method to be final. Medium Geofence.java 82
Getter/setter method getUserid should be declared final Declare this method to be final. Medium Geofence.java 86
Getter/setter method setUserid should be declared final Declare this method to be final. Medium Geofence.java 90
Getter/setter method getGeofenceId should be declared final Declare this method to be final. Medium Geofence.java 94
Getter/setter method setGeofenceId should be declared final Declare this method to be final. Medium Geofence.java 98
Getter/setter method getGeoName should be declared final Declare this method to be final. Medium Geofence.java 102
Getter/setter method setGeoName should be declared final Declare this method to be final. Medium Geofence.java 106
Getter/setter method getAddress should be declared final Declare this method to be final. Medium Geofence.java 110
Getter/setter method setAddress should be declared final Declare this method to be final. Medium Geofence.java 114
Getter/setter method getCountryCode should be declared final Declare this method to be final. Medium Geofence.java 118
Getter/setter method setCountryCode should be declared final Declare this method to be final. Medium Geofence.java 122
Getter/setter method getGeoLatitude should be declared final Declare this method to be final. Medium Geofence.java 126
Getter/setter method setGeoLatitude should be declared final Declare this method to be final. Medium Geofence.java 130
Getter/setter method getGeoLongitude should be declared final Declare this method to be final. Medium Geofence.java 134
Getter/setter method setGeoLongitude should be declared final Declare this method to be final. Medium Geofence.java 138
Getter/setter method getRadius should be declared final Declare this method to be final. Medium Geofence.java 142
Getter/setter method setRadius should be declared final Declare this method to be final. Medium Geofence.java 146
Getter/setter method getInsertOrder should be declared final Declare this method to be final. Medium Geofence.java 150
Getter/setter method setInsertOrder should be declared final Declare this method to be final. Medium Geofence.java 154
Getter/setter method getLandmark should be declared final Declare this method to be final. Medium Geofence.java 158
Getter/setter method setLandmark should be declared final Declare this method to be final. Medium Geofence.java 163
Getter/setter method getFenceHistories should be declared final Declare this method to be final. Medium Geofence.java 166
Getter/setter method setFenceHistories should be declared final Declare this method to be final. Medium Geofence.java 170
Getter/setter method getSeqFenceAM should be declared final Declare this method to be final. Medium Geofence.java 173
Getter/setter method setSeqFenceAM should be declared final Declare this method to be final. Medium Geofence.java 176
Getter/setter method getSeqFencePM should be declared final Declare this method to be final. Medium Geofence.java 179
Getter/setter method setSeqFencePM should be declared final Declare this method to be final. Medium Geofence.java 182
Getter/setter method getStopTimeAM should be declared final Declare this method to be final. Medium Geofence.java 185
Getter/setter method setStopTimeAM should be declared final Declare this method to be final. Medium Geofence.java 188
Getter/setter method getStopTimePM should be declared final Declare this method to be final. Medium Geofence.java 191
Getter/setter method setStopTimePM should be declared final Declare this method to be final. Medium Geofence.java 194
Getter/setter method getIsValid should be declared final Declare this method to be final. Medium Geofence.java 200
Getter/setter method setIsValid should be declared final Declare this method to be final. Medium Geofence.java 206
Getter/setter method getInFenceTime should be declared final Declare this method to be final. Medium GeovehicleMap.java 31
Getter/setter method setInFenceTime should be declared final Declare this method to be final. Medium GeovehicleMap.java 34
Getter/setter method getId should be declared final Declare this method to be final. Medium GeovehicleMap.java 64
Getter/setter method setId should be declared final Declare this method to be final. Medium GeovehicleMap.java 68
Getter/setter method getVehicleDetails should be declared final Declare this method to be final. Medium GeovehicleMap.java 72
Getter/setter method setVehicleDetails should be declared final Declare this method to be final. Medium GeovehicleMap.java 76
Getter/setter method getGeofenceId should be declared final Declare this method to be final. Medium GeovehicleMap.java 80
Getter/setter method setGeofenceId should be declared final Declare this method to be final. Medium GeovehicleMap.java 84
Getter/setter method getNotifications should be declared final Declare this method to be final. Medium GeovehicleMap.java 88
Getter/setter method setNotifications should be declared final Declare this method to be final. Medium GeovehicleMap.java 92
Getter/setter method getId should be declared final Declare this method to be final. Medium GoogleReqCount.java 27
Getter/setter method setId should be declared final Declare this method to be final. Medium GoogleReqCount.java 31
Getter/setter method getOrganization should be declared final Declare this method to be final. Medium GoogleReqCount.java 35
Getter/setter method setOrganization should be declared final Declare this method to be final. Medium GoogleReqCount.java 39
Getter/setter method getRequestTime should be declared final Declare this method to be final. Medium GoogleReqCount.java 43
Getter/setter method setRequestTime should be declared final Declare this method to be final. Medium GoogleReqCount.java 47
Getter/setter method getCount should be declared final Declare this method to be final. Medium GoogleReqCount.java 51
Getter/setter method setCount should be declared final Declare this method to be final. Medium GoogleReqCount.java 55
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Group.java 60
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Group.java 64
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Group.java 68
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Group.java 72
Getter/setter method getCreatorUserId should be declared final Declare this method to be final. Medium Group.java 76
Getter/setter method setCreatorUserId should be declared final Declare this method to be final. Medium Group.java 80
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Group.java 84
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Group.java 88
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Group.java 92
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Group.java 96
Getter/setter method getParentGroupId should be declared final Declare this method to be final. Medium Group.java 100
Getter/setter method setParentGroupId should be declared final Declare this method to be final. Medium Group.java 104
Getter/setter method getLiveGroupId should be declared final Declare this method to be final. Medium Group.java 108
Getter/setter method setLiveGroupId should be declared final Declare this method to be final. Medium Group.java 112
Getter/setter method getName should be declared final Declare this method to be final. Medium Group.java 116
Getter/setter method setName should be declared final Declare this method to be final. Medium Group.java 120
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Group.java 124
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Group.java 128
Getter/setter method getType should be declared final Declare this method to be final. Medium Group.java 132
Getter/setter method setType should be declared final Declare this method to be final. Medium Group.java 136
Getter/setter method getTypeSettings should be declared final Declare this method to be final. Medium Group.java 140
Getter/setter method setTypeSettings should be declared final Declare this method to be final. Medium Group.java 144
Getter/setter method getFriendlyUrl should be declared final Declare this method to be final. Medium Group.java 148
Getter/setter method setFriendlyUrl should be declared final Declare this method to be final. Medium Group.java 152
Getter/setter method getActive should be declared final Declare this method to be final. Medium Group.java 156
Getter/setter method setActive should be declared final Declare this method to be final. Medium Group.java 160
Getter/setter method getId should be declared final Declare this method to be final. Medium GroupsOrgs.java 28
Getter/setter method setId should be declared final Declare this method to be final. Medium GroupsOrgs.java 32
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium GroupsOrgsId.java 30
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium GroupsOrgsId.java 34
Getter/setter method getOrganizationId should be declared final Declare this method to be final. Medium GroupsOrgsId.java 38
Getter/setter method setOrganizationId should be declared final Declare this method to be final. Medium GroupsOrgsId.java 42
Getter/setter method getId should be declared final Declare this method to be final. Medium GroupsPermissions.java 28
Getter/setter method setId should be declared final Declare this method to be final. Medium GroupsPermissions.java 32
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium GroupsPermissionsId.java 30
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium GroupsPermissionsId.java 34
Getter/setter method getPermissionId should be declared final Declare this method to be final. Medium GroupsPermissionsId.java 38
Getter/setter method setPermissionId should be declared final Declare this method to be final. Medium GroupsPermissionsId.java 42
Getter/setter method getId should be declared final Declare this method to be final. Medium GroupsRoles.java 28
Getter/setter method setId should be declared final Declare this method to be final. Medium GroupsRoles.java 32
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium GroupsRolesId.java 30
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium GroupsRolesId.java 34
Getter/setter method getRoleId should be declared final Declare this method to be final. Medium GroupsRolesId.java 38
Getter/setter method setRoleId should be declared final Declare this method to be final. Medium GroupsRolesId.java 42
Getter/setter method getId should be declared final Declare this method to be final. Medium GroupsUsergroups.java 28
Getter/setter method setId should be declared final Declare this method to be final. Medium GroupsUsergroups.java 32
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium GroupsUsergroupsId.java 30
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium GroupsUsergroupsId.java 34
Getter/setter method getUserGroupId should be declared final Declare this method to be final. Medium GroupsUsergroupsId.java 38
Getter/setter method setUserGroupId should be declared final Declare this method to be final. Medium GroupsUsergroupsId.java 42
Getter/setter method getSessionFactory should be declared final Declare this method to be final. Medium HibernateSessionFactory.java 143
Getter/setter method setConfigFile should be declared final Declare this method to be final. Medium HibernateSessionFactory.java 152
Getter/setter method getConfiguration should be declared final Declare this method to be final. Medium HibernateSessionFactory.java 161
Getter/setter method getH_id should be declared final Declare this method to be final. Medium Holidays.java 31
Getter/setter method setH_id should be declared final Declare this method to be final. Medium Holidays.java 34
Getter/setter method getHoliday should be declared final Declare this method to be final. Medium Holidays.java 37
Getter/setter method setHoliday should be declared final Declare this method to be final. Medium Holidays.java 40
Getter/setter method getDay should be declared final Declare this method to be final. Medium Holidays.java 43
Getter/setter method setDay should be declared final Declare this method to be final. Medium Holidays.java 46
Getter/setter method getOrganization should be declared final Declare this method to be final. Medium Holidays.java 49
Getter/setter method setOrganization should be declared final Declare this method to be final. Medium Holidays.java 52
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Igfolder.java 55
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Igfolder.java 59
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Igfolder.java 63
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Igfolder.java 67
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Igfolder.java 71
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Igfolder.java 75
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Igfolder.java 79
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Igfolder.java 83
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Igfolder.java 87
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Igfolder.java 91
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Igfolder.java 95
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Igfolder.java 99
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Igfolder.java 103
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Igfolder.java 107
Getter/setter method getParentFolderId should be declared final Declare this method to be final. Medium Igfolder.java 111
Getter/setter method setParentFolderId should be declared final Declare this method to be final. Medium Igfolder.java 115
Getter/setter method getName should be declared final Declare this method to be final. Medium Igfolder.java 119
Getter/setter method setName should be declared final Declare this method to be final. Medium Igfolder.java 123
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Igfolder.java 127
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Igfolder.java 131
Getter/setter method getImageId should be declared final Declare this method to be final. Medium Igimage.java 64
Getter/setter method setImageId should be declared final Declare this method to be final. Medium Igimage.java 68
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Igimage.java 72
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Igimage.java 76
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Igimage.java 80
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Igimage.java 84
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Igimage.java 88
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Igimage.java 92
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Igimage.java 96
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Igimage.java 100
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Igimage.java 104
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Igimage.java 108
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Igimage.java 112
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Igimage.java 116
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Igimage.java 120
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Igimage.java 124
Getter/setter method getName should be declared final Declare this method to be final. Medium Igimage.java 128
Getter/setter method setName should be declared final Declare this method to be final. Medium Igimage.java 132
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Igimage.java 136
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Igimage.java 140
Getter/setter method getSmallImageId should be declared final Declare this method to be final. Medium Igimage.java 144
Getter/setter method setSmallImageId should be declared final Declare this method to be final. Medium Igimage.java 148
Getter/setter method getLargeImageId should be declared final Declare this method to be final. Medium Igimage.java 152
Getter/setter method setLargeImageId should be declared final Declare this method to be final. Medium Igimage.java 156
Getter/setter method getCustom1imageId should be declared final Declare this method to be final. Medium Igimage.java 160
Getter/setter method setCustom1imageId should be declared final Declare this method to be final. Medium Igimage.java 164
Getter/setter method getCustom2imageId should be declared final Declare this method to be final. Medium Igimage.java 168
Getter/setter method setCustom2imageId should be declared final Declare this method to be final. Medium Igimage.java 172
Getter/setter method getImageId should be declared final Declare this method to be final. Medium Image.java 48
Getter/setter method setImageId should be declared final Declare this method to be final. Medium Image.java 52
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Image.java 56
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Image.java 60
Getter/setter method getText should be declared final Declare this method to be final. Medium Image.java 64
Getter/setter method setText should be declared final Declare this method to be final. Medium Image.java 68
Getter/setter method getType should be declared final Declare this method to be final. Medium Image.java 72
Getter/setter method setType should be declared final Declare this method to be final. Medium Image.java 76
Getter/setter method getHeight should be declared final Declare this method to be final. Medium Image.java 80
Getter/setter method setHeight should be declared final Declare this method to be final. Medium Image.java 84
Getter/setter method getWidth should be declared final Declare this method to be final. Medium Image.java 88
Getter/setter method setWidth should be declared final Declare this method to be final. Medium Image.java 92
Getter/setter method getSize should be declared final Declare this method to be final. Medium Image.java 96
Getter/setter method setSize should be declared final Declare this method to be final. Medium Image.java 100
Getter/setter method getMessageId should be declared final Declare this method to be final. Medium Inbox.java 51
Getter/setter method setMessageId should be declared final Declare this method to be final. Medium Inbox.java 55
Getter/setter method getUserDetails should be declared final Declare this method to be final. Medium Inbox.java 59
Getter/setter method setUserDetails should be declared final Declare this method to be final. Medium Inbox.java 63
Getter/setter method getIsread should be declared final Declare this method to be final. Medium Inbox.java 67
Getter/setter method setIsread should be declared final Declare this method to be final. Medium Inbox.java 71
Getter/setter method getSubject should be declared final Declare this method to be final. Medium Inbox.java 75
Getter/setter method setSubject should be declared final Declare this method to be final. Medium Inbox.java 79
Getter/setter method getMessage should be declared final Declare this method to be final. Medium Inbox.java 83
Getter/setter method setMessage should be declared final Declare this method to be final. Medium Inbox.java 87
Getter/setter method getSendingDate should be declared final Declare this method to be final. Medium Inbox.java 91
Getter/setter method setSendingDate should be declared final Declare this method to be final. Medium Inbox.java 95
Getter/setter method getSenderUserid should be declared final Declare this method to be final. Medium Inbox.java 99
Getter/setter method setSenderUserid should be declared final Declare this method to be final. Medium Inbox.java 103
Getter/setter method getTripid should be declared final Declare this method to be final. Medium Inbox.java 107
Getter/setter method setTripid should be declared final Declare this method to be final. Medium Inbox.java 111
Getter/setter method getId should be declared final Declare this method to be final. Medium Journalarticle.java 101
Getter/setter method setId should be declared final Declare this method to be final. Medium Journalarticle.java 105
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Journalarticle.java 109
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Journalarticle.java 113
Getter/setter method getResourcePrimKey should be declared final Declare this method to be final. Medium Journalarticle.java 117
Getter/setter method setResourcePrimKey should be declared final Declare this method to be final. Medium Journalarticle.java 121
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Journalarticle.java 125
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Journalarticle.java 129
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Journalarticle.java 133
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Journalarticle.java 137
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Journalarticle.java 141
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Journalarticle.java 145
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Journalarticle.java 149
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Journalarticle.java 153
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Journalarticle.java 157
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Journalarticle.java 161
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Journalarticle.java 165
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Journalarticle.java 169
Getter/setter method getArticleId should be declared final Declare this method to be final. Medium Journalarticle.java 173
Getter/setter method setArticleId should be declared final Declare this method to be final. Medium Journalarticle.java 177
Getter/setter method getVersion should be declared final Declare this method to be final. Medium Journalarticle.java 181
Getter/setter method setVersion should be declared final Declare this method to be final. Medium Journalarticle.java 185
Getter/setter method getTitle should be declared final Declare this method to be final. Medium Journalarticle.java 189
Getter/setter method setTitle should be declared final Declare this method to be final. Medium Journalarticle.java 193
Getter/setter method getUrlTitle should be declared final Declare this method to be final. Medium Journalarticle.java 197
Getter/setter method setUrlTitle should be declared final Declare this method to be final. Medium Journalarticle.java 201
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Journalarticle.java 205
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Journalarticle.java 209
Getter/setter method getContent should be declared final Declare this method to be final. Medium Journalarticle.java 213
Getter/setter method setContent should be declared final Declare this method to be final. Medium Journalarticle.java 217
Getter/setter method getType should be declared final Declare this method to be final. Medium Journalarticle.java 221
Getter/setter method setType should be declared final Declare this method to be final. Medium Journalarticle.java 225
Getter/setter method getStructureId should be declared final Declare this method to be final. Medium Journalarticle.java 229
Getter/setter method setStructureId should be declared final Declare this method to be final. Medium Journalarticle.java 233
Getter/setter method getTemplateId should be declared final Declare this method to be final. Medium Journalarticle.java 237
Getter/setter method setTemplateId should be declared final Declare this method to be final. Medium Journalarticle.java 241
Getter/setter method getDisplayDate should be declared final Declare this method to be final. Medium Journalarticle.java 245
Getter/setter method setDisplayDate should be declared final Declare this method to be final. Medium Journalarticle.java 249
Getter/setter method getApproved should be declared final Declare this method to be final. Medium Journalarticle.java 253
Getter/setter method setApproved should be declared final Declare this method to be final. Medium Journalarticle.java 257
Getter/setter method getApprovedByUserId should be declared final Declare this method to be final. Medium Journalarticle.java 261
Getter/setter method setApprovedByUserId should be declared final Declare this method to be final. Medium Journalarticle.java 265
Getter/setter method getApprovedByUserName should be declared final Declare this method to be final. Medium Journalarticle.java 269
Getter/setter method setApprovedByUserName should be declared final Declare this method to be final. Medium Journalarticle.java 273
Getter/setter method getApprovedDate should be declared final Declare this method to be final. Medium Journalarticle.java 277
Getter/setter method setApprovedDate should be declared final Declare this method to be final. Medium Journalarticle.java 281
Getter/setter method getExpired should be declared final Declare this method to be final. Medium Journalarticle.java 285
Getter/setter method setExpired should be declared final Declare this method to be final. Medium Journalarticle.java 289
Getter/setter method getExpirationDate should be declared final Declare this method to be final. Medium Journalarticle.java 293
Getter/setter method setExpirationDate should be declared final Declare this method to be final. Medium Journalarticle.java 297
Getter/setter method getArticleImageId should be declared final Declare this method to be final. Medium Journalarticleimage.java 49
Getter/setter method setArticleImageId should be declared final Declare this method to be final. Medium Journalarticleimage.java 53
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Journalarticleimage.java 57
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Journalarticleimage.java 61
Getter/setter method getArticleId should be declared final Declare this method to be final. Medium Journalarticleimage.java 65
Getter/setter method setArticleId should be declared final Declare this method to be final. Medium Journalarticleimage.java 69
Getter/setter method getVersion should be declared final Declare this method to be final. Medium Journalarticleimage.java 73
Getter/setter method setVersion should be declared final Declare this method to be final. Medium Journalarticleimage.java 77
Getter/setter method getElInstanceId should be declared final Declare this method to be final. Medium Journalarticleimage.java 81
Getter/setter method setElInstanceId should be declared final Declare this method to be final. Medium Journalarticleimage.java 85
Getter/setter method getElName should be declared final Declare this method to be final. Medium Journalarticleimage.java 89
Getter/setter method setElName should be declared final Declare this method to be final. Medium Journalarticleimage.java 93
Getter/setter method getLanguageId should be declared final Declare this method to be final. Medium Journalarticleimage.java 97
Getter/setter method setLanguageId should be declared final Declare this method to be final. Medium Journalarticleimage.java 101
Getter/setter method getTempImage should be declared final Declare this method to be final. Medium Journalarticleimage.java 105
Getter/setter method setTempImage should be declared final Declare this method to be final. Medium Journalarticleimage.java 109
Getter/setter method getResourcePrimKey should be declared final Declare this method to be final. Medium Journalarticleresource.java 38
Getter/setter method setResourcePrimKey should be declared final Declare this method to be final. Medium Journalarticleresource.java 42
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Journalarticleresource.java 46
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Journalarticleresource.java 50
Getter/setter method getArticleId should be declared final Declare this method to be final. Medium Journalarticleresource.java 54
Getter/setter method setArticleId should be declared final Declare this method to be final. Medium Journalarticleresource.java 58
Getter/setter method getContentSearchId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 47
Getter/setter method setContentSearchId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 51
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 55
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 59
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 63
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 67
Getter/setter method getPrivateLayout should be declared final Declare this method to be final. Medium Journalcontentsearch.java 71
Getter/setter method setPrivateLayout should be declared final Declare this method to be final. Medium Journalcontentsearch.java 75
Getter/setter method getLayoutId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 79
Getter/setter method setLayoutId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 83
Getter/setter method getPortletId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 87
Getter/setter method setPortletId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 91
Getter/setter method getArticleId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 95
Getter/setter method setArticleId should be declared final Declare this method to be final. Medium Journalcontentsearch.java 99
Getter/setter method getId should be declared final Declare this method to be final. Medium Journalfeed.java 85
Getter/setter method setId should be declared final Declare this method to be final. Medium Journalfeed.java 89
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Journalfeed.java 93
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Journalfeed.java 97
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Journalfeed.java 101
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Journalfeed.java 105
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Journalfeed.java 109
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Journalfeed.java 113
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Journalfeed.java 117
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Journalfeed.java 121
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Journalfeed.java 125
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Journalfeed.java 129
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Journalfeed.java 133
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Journalfeed.java 137
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Journalfeed.java 141
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Journalfeed.java 145
Getter/setter method getFeedId should be declared final Declare this method to be final. Medium Journalfeed.java 149
Getter/setter method setFeedId should be declared final Declare this method to be final. Medium Journalfeed.java 153
Getter/setter method getName should be declared final Declare this method to be final. Medium Journalfeed.java 157
Getter/setter method setName should be declared final Declare this method to be final. Medium Journalfeed.java 161
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Journalfeed.java 165
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Journalfeed.java 169
Getter/setter method getType should be declared final Declare this method to be final. Medium Journalfeed.java 173
Getter/setter method setType should be declared final Declare this method to be final. Medium Journalfeed.java 177
Getter/setter method getStructureId should be declared final Declare this method to be final. Medium Journalfeed.java 181
Getter/setter method setStructureId should be declared final Declare this method to be final. Medium Journalfeed.java 185
Getter/setter method getTemplateId should be declared final Declare this method to be final. Medium Journalfeed.java 189
Getter/setter method setTemplateId should be declared final Declare this method to be final. Medium Journalfeed.java 193
Getter/setter method getRendererTemplateId should be declared final Declare this method to be final. Medium Journalfeed.java 197
Getter/setter method setRendererTemplateId should be declared final Declare this method to be final. Medium Journalfeed.java 201
Getter/setter method getDelta should be declared final Declare this method to be final. Medium Journalfeed.java 205
Getter/setter method setDelta should be declared final Declare this method to be final. Medium Journalfeed.java 209
Getter/setter method getOrderByCol should be declared final Declare this method to be final. Medium Journalfeed.java 213
Getter/setter method setOrderByCol should be declared final Declare this method to be final. Medium Journalfeed.java 217
Getter/setter method getOrderByType should be declared final Declare this method to be final. Medium Journalfeed.java 221
Getter/setter method setOrderByType should be declared final Declare this method to be final. Medium Journalfeed.java 225
Getter/setter method getTargetLayoutFriendlyUrl should be declared final Declare this method to be final. Medium Journalfeed.java 229
Getter/setter method setTargetLayoutFriendlyUrl should be declared final Declare this method to be final. Medium Journalfeed.java 233
Getter/setter method getTargetPortletId should be declared final Declare this method to be final. Medium Journalfeed.java 237
Getter/setter method setTargetPortletId should be declared final Declare this method to be final. Medium Journalfeed.java 241
Getter/setter method getContentField should be declared final Declare this method to be final. Medium Journalfeed.java 245
Getter/setter method setContentField should be declared final Declare this method to be final. Medium Journalfeed.java 249
Getter/setter method getFeedType should be declared final Declare this method to be final. Medium Journalfeed.java 253
Getter/setter method setFeedType should be declared final Declare this method to be final. Medium Journalfeed.java 257
Getter/setter method getFeedVersion should be declared final Declare this method to be final. Medium Journalfeed.java 261
Getter/setter method setFeedVersion should be declared final Declare this method to be final. Medium Journalfeed.java 265
Getter/setter method getId should be declared final Declare this method to be final. Medium Journalstructure.java 62
Getter/setter method setId should be declared final Declare this method to be final. Medium Journalstructure.java 66
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Journalstructure.java 70
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Journalstructure.java 74
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Journalstructure.java 78
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Journalstructure.java 82
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Journalstructure.java 86
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Journalstructure.java 90
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Journalstructure.java 94
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Journalstructure.java 98
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Journalstructure.java 102
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Journalstructure.java 106
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Journalstructure.java 110
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Journalstructure.java 114
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Journalstructure.java 118
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Journalstructure.java 122
Getter/setter method getStructureId should be declared final Declare this method to be final. Medium Journalstructure.java 126
Getter/setter method setStructureId should be declared final Declare this method to be final. Medium Journalstructure.java 130
Getter/setter method getParentStructureId should be declared final Declare this method to be final. Medium Journalstructure.java 134
Getter/setter method setParentStructureId should be declared final Declare this method to be final. Medium Journalstructure.java 138
Getter/setter method getName should be declared final Declare this method to be final. Medium Journalstructure.java 142
Getter/setter method setName should be declared final Declare this method to be final. Medium Journalstructure.java 146
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Journalstructure.java 150
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Journalstructure.java 154
Getter/setter method getXsd should be declared final Declare this method to be final. Medium Journalstructure.java 158
Getter/setter method setXsd should be declared final Declare this method to be final. Medium Journalstructure.java 162
Getter/setter method getId should be declared final Declare this method to be final. Medium Journaltemplate.java 73
Getter/setter method setId should be declared final Declare this method to be final. Medium Journaltemplate.java 77
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Journaltemplate.java 81
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Journaltemplate.java 85
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Journaltemplate.java 89
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Journaltemplate.java 93
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Journaltemplate.java 97
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Journaltemplate.java 101
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Journaltemplate.java 105
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Journaltemplate.java 109
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Journaltemplate.java 113
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Journaltemplate.java 117
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Journaltemplate.java 121
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Journaltemplate.java 125
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Journaltemplate.java 129
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Journaltemplate.java 133
Getter/setter method getTemplateId should be declared final Declare this method to be final. Medium Journaltemplate.java 137
Getter/setter method setTemplateId should be declared final Declare this method to be final. Medium Journaltemplate.java 141
Getter/setter method getStructureId should be declared final Declare this method to be final. Medium Journaltemplate.java 145
Getter/setter method setStructureId should be declared final Declare this method to be final. Medium Journaltemplate.java 149
Getter/setter method getName should be declared final Declare this method to be final. Medium Journaltemplate.java 153
Getter/setter method setName should be declared final Declare this method to be final. Medium Journaltemplate.java 157
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Journaltemplate.java 161
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Journaltemplate.java 165
Getter/setter method getXsl should be declared final Declare this method to be final. Medium Journaltemplate.java 169
Getter/setter method setXsl should be declared final Declare this method to be final. Medium Journaltemplate.java 173
Getter/setter method getLangType should be declared final Declare this method to be final. Medium Journaltemplate.java 177
Getter/setter method setLangType should be declared final Declare this method to be final. Medium Journaltemplate.java 181
Getter/setter method getCacheable should be declared final Declare this method to be final. Medium Journaltemplate.java 185
Getter/setter method setCacheable should be declared final Declare this method to be final. Medium Journaltemplate.java 189
Getter/setter method getSmallImage should be declared final Declare this method to be final. Medium Journaltemplate.java 193
Getter/setter method setSmallImage should be declared final Declare this method to be final. Medium Journaltemplate.java 197
Getter/setter method getSmallImageId should be declared final Declare this method to be final. Medium Journaltemplate.java 201
Getter/setter method setSmallImageId should be declared final Declare this method to be final. Medium Journaltemplate.java 205
Getter/setter method getSmallImageUrl should be declared final Declare this method to be final. Medium Journaltemplate.java 209
Getter/setter method setSmallImageUrl should be declared final Declare this method to be final. Medium Journaltemplate.java 213
Getter/setter method getPlid should be declared final Declare this method to be final. Medium Layout.java 81
Getter/setter method setPlid should be declared final Declare this method to be final. Medium Layout.java 85
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Layout.java 89
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Layout.java 93
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Layout.java 97
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Layout.java 101
Getter/setter method getPrivateLayout should be declared final Declare this method to be final. Medium Layout.java 105
Getter/setter method setPrivateLayout should be declared final Declare this method to be final. Medium Layout.java 109
Getter/setter method getLayoutId should be declared final Declare this method to be final. Medium Layout.java 113
Getter/setter method setLayoutId should be declared final Declare this method to be final. Medium Layout.java 117
Getter/setter method getParentLayoutId should be declared final Declare this method to be final. Medium Layout.java 121
Getter/setter method setParentLayoutId should be declared final Declare this method to be final. Medium Layout.java 125
Getter/setter method getName should be declared final Declare this method to be final. Medium Layout.java 129
Getter/setter method setName should be declared final Declare this method to be final. Medium Layout.java 133
Getter/setter method getTitle should be declared final Declare this method to be final. Medium Layout.java 137
Getter/setter method setTitle should be declared final Declare this method to be final. Medium Layout.java 141
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Layout.java 145
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Layout.java 149
Getter/setter method getType should be declared final Declare this method to be final. Medium Layout.java 153
Getter/setter method setType should be declared final Declare this method to be final. Medium Layout.java 157
Getter/setter method getTypeSettings should be declared final Declare this method to be final. Medium Layout.java 161
Getter/setter method setTypeSettings should be declared final Declare this method to be final. Medium Layout.java 165
Getter/setter method getHidden should be declared final Declare this method to be final. Medium Layout.java 169
Getter/setter method setHidden should be declared final Declare this method to be final. Medium Layout.java 173
Getter/setter method getFriendlyUrl should be declared final Declare this method to be final. Medium Layout.java 177
Getter/setter method setFriendlyUrl should be declared final Declare this method to be final. Medium Layout.java 181
Getter/setter method getIconImage should be declared final Declare this method to be final. Medium Layout.java 185
Getter/setter method setIconImage should be declared final Declare this method to be final. Medium Layout.java 189
Getter/setter method getIconImageId should be declared final Declare this method to be final. Medium Layout.java 193
Getter/setter method setIconImageId should be declared final Declare this method to be final. Medium Layout.java 197
Getter/setter method getThemeId should be declared final Declare this method to be final. Medium Layout.java 201
Getter/setter method setThemeId should be declared final Declare this method to be final. Medium Layout.java 205
Getter/setter method getColorSchemeId should be declared final Declare this method to be final. Medium Layout.java 209
Getter/setter method setColorSchemeId should be declared final Declare this method to be final. Medium Layout.java 213
Getter/setter method getWapThemeId should be declared final Declare this method to be final. Medium Layout.java 217
Getter/setter method setWapThemeId should be declared final Declare this method to be final. Medium Layout.java 221
Getter/setter method getWapColorSchemeId should be declared final Declare this method to be final. Medium Layout.java 225
Getter/setter method setWapColorSchemeId should be declared final Declare this method to be final. Medium Layout.java 229
Getter/setter method getCss should be declared final Declare this method to be final. Medium Layout.java 233
Getter/setter method setCss should be declared final Declare this method to be final. Medium Layout.java 237
Getter/setter method getPriority should be declared final Declare this method to be final. Medium Layout.java 241
Getter/setter method setPriority should be declared final Declare this method to be final. Medium Layout.java 245
Getter/setter method getDlFolderId should be declared final Declare this method to be final. Medium Layout.java 249
Getter/setter method setDlFolderId should be declared final Declare this method to be final. Medium Layout.java 253
Getter/setter method getLayoutSetId should be declared final Declare this method to be final. Medium Layoutset.java 60
Getter/setter method setLayoutSetId should be declared final Declare this method to be final. Medium Layoutset.java 64
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Layoutset.java 68
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Layoutset.java 72
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Layoutset.java 76
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Layoutset.java 80
Getter/setter method getPrivateLayout should be declared final Declare this method to be final. Medium Layoutset.java 84
Getter/setter method setPrivateLayout should be declared final Declare this method to be final. Medium Layoutset.java 88
Getter/setter method getLogo should be declared final Declare this method to be final. Medium Layoutset.java 92
Getter/setter method setLogo should be declared final Declare this method to be final. Medium Layoutset.java 96
Getter/setter method getLogoId should be declared final Declare this method to be final. Medium Layoutset.java 100
Getter/setter method setLogoId should be declared final Declare this method to be final. Medium Layoutset.java 104
Getter/setter method getThemeId should be declared final Declare this method to be final. Medium Layoutset.java 108
Getter/setter method setThemeId should be declared final Declare this method to be final. Medium Layoutset.java 112
Getter/setter method getColorSchemeId should be declared final Declare this method to be final. Medium Layoutset.java 116
Getter/setter method setColorSchemeId should be declared final Declare this method to be final. Medium Layoutset.java 120
Getter/setter method getWapThemeId should be declared final Declare this method to be final. Medium Layoutset.java 124
Getter/setter method setWapThemeId should be declared final Declare this method to be final. Medium Layoutset.java 128
Getter/setter method getWapColorSchemeId should be declared final Declare this method to be final. Medium Layoutset.java 132
Getter/setter method setWapColorSchemeId should be declared final Declare this method to be final. Medium Layoutset.java 136
Getter/setter method getCss should be declared final Declare this method to be final. Medium Layoutset.java 140
Getter/setter method setCss should be declared final Declare this method to be final. Medium Layoutset.java 144
Getter/setter method getPageCount should be declared final Declare this method to be final. Medium Layoutset.java 148
Getter/setter method setPageCount should be declared final Declare this method to be final. Medium Layoutset.java 152
Getter/setter method getVirtualHost should be declared final Declare this method to be final. Medium Layoutset.java 156
Getter/setter method setVirtualHost should be declared final Declare this method to be final. Medium Layoutset.java 160
Getter/setter method getListTypeId should be declared final Declare this method to be final. Medium Listtype.java 37
Getter/setter method setListTypeId should be declared final Declare this method to be final. Medium Listtype.java 41
Getter/setter method getName should be declared final Declare this method to be final. Medium Listtype.java 45
Getter/setter method setName should be declared final Declare this method to be final. Medium Listtype.java 49
Getter/setter method getType should be declared final Declare this method to be final. Medium Listtype.java 53
Getter/setter method setType should be declared final Declare this method to be final. Medium Listtype.java 57
Getter/setter method getId should be declared final Declare this method to be final. Medium LmuSenderMapping.java 16
Getter/setter method setId should be declared final Declare this method to be final. Medium LmuSenderMapping.java 22
Getter/setter method getSenderId should be declared final Declare this method to be final. Medium LmuSenderMapping.java 28
Getter/setter method setSenderId should be declared final Declare this method to be final. Medium LmuSenderMapping.java 34
Getter/setter method getReceiverId should be declared final Declare this method to be final. Medium LmuSenderMapping.java 40
Getter/setter method setReceiverId should be declared final Declare this method to be final. Medium LmuSenderMapping.java 46
Getter/setter method getLastTripParamId should be declared final Declare this method to be final. Medium LmuSenderMapping.java 52
Getter/setter method setLastTripParamId should be declared final Declare this method to be final. Medium LmuSenderMapping.java 58
Getter/setter method getSentTime should be declared final Declare this method to be final. Medium LmuSenderMapping.java 64
Getter/setter method setSentTime should be declared final Declare this method to be final. Medium LmuSenderMapping.java 70
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium Location.java 19
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium Location.java 25
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium Location.java 31
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium Location.java 37
Getter/setter method getBanId should be declared final Declare this method to be final. Medium Mbban.java 50
Getter/setter method setBanId should be declared final Declare this method to be final. Medium Mbban.java 54
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Mbban.java 58
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Mbban.java 62
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Mbban.java 66
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Mbban.java 70
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Mbban.java 74
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Mbban.java 78
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Mbban.java 82
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Mbban.java 86
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Mbban.java 90
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Mbban.java 94
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Mbban.java 98
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Mbban.java 102
Getter/setter method getBanUserId should be declared final Declare this method to be final. Medium Mbban.java 106
Getter/setter method setBanUserId should be declared final Declare this method to be final. Medium Mbban.java 110
Getter/setter method getCategoryId should be declared final Declare this method to be final. Medium Mbcategory.java 65
Getter/setter method setCategoryId should be declared final Declare this method to be final. Medium Mbcategory.java 69
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Mbcategory.java 73
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Mbcategory.java 77
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Mbcategory.java 81
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Mbcategory.java 85
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Mbcategory.java 89
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Mbcategory.java 93
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Mbcategory.java 97
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Mbcategory.java 101
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Mbcategory.java 105
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Mbcategory.java 109
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Mbcategory.java 113
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Mbcategory.java 117
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Mbcategory.java 121
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Mbcategory.java 125
Getter/setter method getParentCategoryId should be declared final Declare this method to be final. Medium Mbcategory.java 129
Getter/setter method setParentCategoryId should be declared final Declare this method to be final. Medium Mbcategory.java 133
Getter/setter method getName should be declared final Declare this method to be final. Medium Mbcategory.java 137
Getter/setter method setName should be declared final Declare this method to be final. Medium Mbcategory.java 141
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Mbcategory.java 145
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Mbcategory.java 149
Getter/setter method getThreadCount should be declared final Declare this method to be final. Medium Mbcategory.java 153
Getter/setter method setThreadCount should be declared final Declare this method to be final. Medium Mbcategory.java 157
Getter/setter method getMessageCount should be declared final Declare this method to be final. Medium Mbcategory.java 161
Getter/setter method setMessageCount should be declared final Declare this method to be final. Medium Mbcategory.java 165
Getter/setter method getLastPostDate should be declared final Declare this method to be final. Medium Mbcategory.java 169
Getter/setter method setLastPostDate should be declared final Declare this method to be final. Medium Mbcategory.java 173
Getter/setter method getDiscussionId should be declared final Declare this method to be final. Medium Mbdiscussion.java 40
Getter/setter method setDiscussionId should be declared final Declare this method to be final. Medium Mbdiscussion.java 44
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Mbdiscussion.java 48
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Mbdiscussion.java 52
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Mbdiscussion.java 56
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Mbdiscussion.java 60
Getter/setter method getThreadId should be declared final Declare this method to be final. Medium Mbdiscussion.java 64
Getter/setter method setThreadId should be declared final Declare this method to be final. Medium Mbdiscussion.java 68
Getter/setter method getMailingListId should be declared final Declare this method to be final. Medium Mbmailinglist.java 90
Getter/setter method setMailingListId should be declared final Declare this method to be final. Medium Mbmailinglist.java 94
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Mbmailinglist.java 98
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Mbmailinglist.java 102
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Mbmailinglist.java 106
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Mbmailinglist.java 110
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Mbmailinglist.java 114
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Mbmailinglist.java 118
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Mbmailinglist.java 122
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Mbmailinglist.java 126
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Mbmailinglist.java 130
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Mbmailinglist.java 134
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Mbmailinglist.java 138
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Mbmailinglist.java 142
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Mbmailinglist.java 146
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Mbmailinglist.java 150
Getter/setter method getCategoryId should be declared final Declare this method to be final. Medium Mbmailinglist.java 154
Getter/setter method setCategoryId should be declared final Declare this method to be final. Medium Mbmailinglist.java 158
Getter/setter method getEmailAddress should be declared final Declare this method to be final. Medium Mbmailinglist.java 162
Getter/setter method setEmailAddress should be declared final Declare this method to be final. Medium Mbmailinglist.java 166
Getter/setter method getInProtocol should be declared final Declare this method to be final. Medium Mbmailinglist.java 170
Getter/setter method setInProtocol should be declared final Declare this method to be final. Medium Mbmailinglist.java 174
Getter/setter method getInServerName should be declared final Declare this method to be final. Medium Mbmailinglist.java 178
Getter/setter method setInServerName should be declared final Declare this method to be final. Medium Mbmailinglist.java 182
Getter/setter method getInServerPort should be declared final Declare this method to be final. Medium Mbmailinglist.java 186
Getter/setter method setInServerPort should be declared final Declare this method to be final. Medium Mbmailinglist.java 190
Getter/setter method getInUseSsl should be declared final Declare this method to be final. Medium Mbmailinglist.java 194
Getter/setter method setInUseSsl should be declared final Declare this method to be final. Medium Mbmailinglist.java 198
Getter/setter method getInUserName should be declared final Declare this method to be final. Medium Mbmailinglist.java 202
Getter/setter method setInUserName should be declared final Declare this method to be final. Medium Mbmailinglist.java 206
Getter/setter method getInPassword should be declared final Declare this method to be final. Medium Mbmailinglist.java 210
Getter/setter method setInPassword should be declared final Declare this method to be final. Medium Mbmailinglist.java 214
Getter/setter method getInReadInterval should be declared final Declare this method to be final. Medium Mbmailinglist.java 218
Getter/setter method setInReadInterval should be declared final Declare this method to be final. Medium Mbmailinglist.java 222
Getter/setter method getOutEmailAddress should be declared final Declare this method to be final. Medium Mbmailinglist.java 226
Getter/setter method setOutEmailAddress should be declared final Declare this method to be final. Medium Mbmailinglist.java 230
Getter/setter method getOutCustom should be declared final Declare this method to be final. Medium Mbmailinglist.java 234
Getter/setter method setOutCustom should be declared final Declare this method to be final. Medium Mbmailinglist.java 238
Getter/setter method getOutServerName should be declared final Declare this method to be final. Medium Mbmailinglist.java 242
Getter/setter method setOutServerName should be declared final Declare this method to be final. Medium Mbmailinglist.java 246
Getter/setter method getOutServerPort should be declared final Declare this method to be final. Medium Mbmailinglist.java 250
Getter/setter method setOutServerPort should be declared final Declare this method to be final. Medium Mbmailinglist.java 254
Getter/setter method getOutUseSsl should be declared final Declare this method to be final. Medium Mbmailinglist.java 258
Getter/setter method setOutUseSsl should be declared final Declare this method to be final. Medium Mbmailinglist.java 262
Getter/setter method getOutUserName should be declared final Declare this method to be final. Medium Mbmailinglist.java 266
Getter/setter method setOutUserName should be declared final Declare this method to be final. Medium Mbmailinglist.java 270
Getter/setter method getOutPassword should be declared final Declare this method to be final. Medium Mbmailinglist.java 274
Getter/setter method setOutPassword should be declared final Declare this method to be final. Medium Mbmailinglist.java 278
Getter/setter method getActive should be declared final Declare this method to be final. Medium Mbmailinglist.java 282
Getter/setter method setActive should be declared final Declare this method to be final. Medium Mbmailinglist.java 286
Getter/setter method getMessageId should be declared final Declare this method to be final. Medium Mbmessage.java 73
Getter/setter method setMessageId should be declared final Declare this method to be final. Medium Mbmessage.java 77
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Mbmessage.java 81
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Mbmessage.java 85
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Mbmessage.java 89
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Mbmessage.java 93
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Mbmessage.java 97
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Mbmessage.java 101
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Mbmessage.java 105
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Mbmessage.java 109
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Mbmessage.java 113
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Mbmessage.java 117
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Mbmessage.java 121
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Mbmessage.java 125
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Mbmessage.java 129
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Mbmessage.java 133
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Mbmessage.java 137
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Mbmessage.java 141
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Mbmessage.java 145
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Mbmessage.java 149
Getter/setter method getCategoryId should be declared final Declare this method to be final. Medium Mbmessage.java 153
Getter/setter method setCategoryId should be declared final Declare this method to be final. Medium Mbmessage.java 157
Getter/setter method getThreadId should be declared final Declare this method to be final. Medium Mbmessage.java 161
Getter/setter method setThreadId should be declared final Declare this method to be final. Medium Mbmessage.java 165
Getter/setter method getParentMessageId should be declared final Declare this method to be final. Medium Mbmessage.java 169
Getter/setter method setParentMessageId should be declared final Declare this method to be final. Medium Mbmessage.java 173
Getter/setter method getSubject should be declared final Declare this method to be final. Medium Mbmessage.java 177
Getter/setter method setSubject should be declared final Declare this method to be final. Medium Mbmessage.java 181
Getter/setter method getBody should be declared final Declare this method to be final. Medium Mbmessage.java 185
Getter/setter method setBody should be declared final Declare this method to be final. Medium Mbmessage.java 189
Getter/setter method getAttachments should be declared final Declare this method to be final. Medium Mbmessage.java 193
Getter/setter method setAttachments should be declared final Declare this method to be final. Medium Mbmessage.java 197
Getter/setter method getAnonymous should be declared final Declare this method to be final. Medium Mbmessage.java 201
Getter/setter method setAnonymous should be declared final Declare this method to be final. Medium Mbmessage.java 205
Getter/setter method getPriority should be declared final Declare this method to be final. Medium Mbmessage.java 209
Getter/setter method setPriority should be declared final Declare this method to be final. Medium Mbmessage.java 213
Getter/setter method getMessageFlagId should be declared final Declare this method to be final. Medium Mbmessageflag.java 46
Getter/setter method setMessageFlagId should be declared final Declare this method to be final. Medium Mbmessageflag.java 50
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Mbmessageflag.java 54
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Mbmessageflag.java 58
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Mbmessageflag.java 62
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Mbmessageflag.java 66
Getter/setter method getThreadId should be declared final Declare this method to be final. Medium Mbmessageflag.java 70
Getter/setter method setThreadId should be declared final Declare this method to be final. Medium Mbmessageflag.java 74
Getter/setter method getMessageId should be declared final Declare this method to be final. Medium Mbmessageflag.java 78
Getter/setter method setMessageId should be declared final Declare this method to be final. Medium Mbmessageflag.java 82
Getter/setter method getFlag should be declared final Declare this method to be final. Medium Mbmessageflag.java 86
Getter/setter method setFlag should be declared final Declare this method to be final. Medium Mbmessageflag.java 90
Getter/setter method getStatsUserId should be declared final Declare this method to be final. Medium Mbstatsuser.java 44
Getter/setter method setStatsUserId should be declared final Declare this method to be final. Medium Mbstatsuser.java 48
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Mbstatsuser.java 52
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Mbstatsuser.java 56
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Mbstatsuser.java 60
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Mbstatsuser.java 64
Getter/setter method getMessageCount should be declared final Declare this method to be final. Medium Mbstatsuser.java 68
Getter/setter method setMessageCount should be declared final Declare this method to be final. Medium Mbstatsuser.java 72
Getter/setter method getLastPostDate should be declared final Declare this method to be final. Medium Mbstatsuser.java 76
Getter/setter method setLastPostDate should be declared final Declare this method to be final. Medium Mbstatsuser.java 80
Getter/setter method getThreadId should be declared final Declare this method to be final. Medium Mbthread.java 53
Getter/setter method setThreadId should be declared final Declare this method to be final. Medium Mbthread.java 57
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Mbthread.java 61
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Mbthread.java 65
Getter/setter method getCategoryId should be declared final Declare this method to be final. Medium Mbthread.java 69
Getter/setter method setCategoryId should be declared final Declare this method to be final. Medium Mbthread.java 73
Getter/setter method getRootMessageId should be declared final Declare this method to be final. Medium Mbthread.java 77
Getter/setter method setRootMessageId should be declared final Declare this method to be final. Medium Mbthread.java 81
Getter/setter method getMessageCount should be declared final Declare this method to be final. Medium Mbthread.java 85
Getter/setter method setMessageCount should be declared final Declare this method to be final. Medium Mbthread.java 89
Getter/setter method getViewCount should be declared final Declare this method to be final. Medium Mbthread.java 93
Getter/setter method setViewCount should be declared final Declare this method to be final. Medium Mbthread.java 97
Getter/setter method getLastPostByUserId should be declared final Declare this method to be final. Medium Mbthread.java 101
Getter/setter method setLastPostByUserId should be declared final Declare this method to be final. Medium Mbthread.java 105
Getter/setter method getLastPostDate should be declared final Declare this method to be final. Medium Mbthread.java 109
Getter/setter method setLastPostDate should be declared final Declare this method to be final. Medium Mbthread.java 113
Getter/setter method getPriority should be declared final Declare this method to be final. Medium Mbthread.java 117
Getter/setter method setPriority should be declared final Declare this method to be final. Medium Mbthread.java 121
 
Violation Recommendation Severity Resource Line
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FuelDataHelp.java 27
Variable or parameter count is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FuelDataHelp.java 121
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 22
Variable or parameter dao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 23
Variable or parameter formatter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 24
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 25
Variable or parameter mySql is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 37
Variable or parameter select is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 42
Variable or parameter select is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 63
Variable or parameter condition is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 70
Variable or parameter fenceId is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 71
Variable or parameter condition is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 116
Variable or parameter sqAM is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 117
Variable or parameter stopAM is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 122
Variable or parameter select is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceSequencing.java 143
Variable or parameter session is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 18
Variable or parameter userList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 41
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FencingDAO.java 81
Variable or parameter gd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FencingDAO.java 82
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FencingDAO.java 84
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FencingDAO.java 108
Variable or parameter gd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FencingDAO.java 109
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FencingDAO.java 111
Variable or parameter del is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FencingDAO.java 150
Variable or parameter hddao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 42
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 44
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 45
Variable or parameter hddao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 72
Variable or parameter holidayList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 73
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 74
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 75
Variable or parameter vdao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 103
Variable or parameter currentDate is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 128
Variable or parameter sdf is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 129
Variable or parameter dao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 148
Variable or parameter hdDao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 149
Variable or parameter locationDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LocationProcessDAO.java 33
Variable or parameter location is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LocationProcessDAO.java 34
Variable or parameter locationDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LocationProcessDAO.java 49
Variable or parameter location is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LocationProcessDAO.java 50
Variable or parameter loginDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LoginProcessDAO.java 36
Variable or parameter loginDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LoginProcessDAO.java 50
Variable or parameter organization is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LoginProcessDAO.java 53
Variable or parameter orgDao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium OrganizationMessageDAO.java 25
Variable or parameter msgList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium OrganizationMessageDAO.java 27
Variable or parameter orgMsgVo is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium OrganizationMessageDAO.java 28
Variable or parameter lstReferenceRoute is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ReferenceDAO.java 42
Variable or parameter lastTraversedPoint is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ReferenceDAO.java 69
Variable or parameter lstTripTraversal is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 69
Variable or parameter iHasTraversed is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 73
Variable or parameter tTraversal is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 80
Variable or parameter iHasTraversed is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 90
Variable or parameter counter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 148
Variable or parameter lstTrpTraversal is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 150
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 212
Variable or parameter tripPointId is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 213
Variable or parameter trpReference is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 214
Variable or parameter timeDeltaInSecs is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TraversalDAO.java 248
Variable or parameter geoVehicleMap is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceMapDAO.java 26
Variable or parameter vehDao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceMapDAO.java 27
Variable or parameter vehicleData is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceMapDAO.java 28
Variable or parameter geoList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceMapDAO.java 53
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceMapDAO.java 55
Variable or parameter trip is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleProcessDAO.java 117
Variable or parameter tripInfo is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium VehicleProcessDAO.java 131
Variable or parameter userGeofence is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleUserGeofenceDAO.java 32
Variable or parameter geoDao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleUserGeofenceDAO.java 33
Variable or parameter userGeofence is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleUserGeofenceDAO.java 90
Variable or parameter userDao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleUserGeofenceDAO.java 130
Variable or parameter attrQuery is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleUserGeofenceDAO.java 132
Variable or parameter attrList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleUserGeofenceDAO.java 133
Variable or parameter customVo is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleUserGeofenceDAO.java 135
Variable or parameter dbf is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ConnectionHelper.java 127
Variable or parameter trpParams is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium DeviationHelper.java 80
Variable or parameter orgType is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium EventNotificationDAO.java 30
Variable or parameter eventNotification is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium EventNotificationDAO.java 31
Variable or parameter rsVeh is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceReportDAO.java 170
Variable or parameter geoList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceReportDAO.java 271
Variable or parameter fenceList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceReportDAO.java 272
Variable or parameter condition is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceReportDAO.java 273
Variable or parameter condition is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceReportDAO.java 287
Variable or parameter session is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceReportDAO.java 328
Variable or parameter tx is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium GeovehicleMapDAO.java 48
Variable or parameter results is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeovehicleMapDAO.java 162
Variable or parameter session is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HibernateSessionFactory.java 113
Variable or parameter trip is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LocationDAO.java 75
Variable or parameter tripReq is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LocationDAO.java 76
Variable or parameter dataOrg is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LocationDAO.java 77
Variable or parameter location is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LocationDAO.java 91
Variable or parameter userlist is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LoginDAO.java 32
Variable or parameter userlist is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LoginDAO.java 61
 
Violation Recommendation Severity Resource Line
Uncommented local variable: fuelinfo Comment the local variable. Medium FuelDataHelp.java 25
Uncommented local variable: isPresent Comment the local variable. Medium FuelDataHelp.java 26
Uncommented local variable: query Comment the local variable. Medium FuelDataHelp.java 27
Uncommented local variable: statement Comment the local variable. Medium FuelDataHelp.java 64
Uncommented local variable: rs Comment the local variable. Medium FuelDataHelp.java 65
Uncommented local variable: count Comment the local variable. Medium FuelDataHelp.java 121
Uncommented local variable: mapper Comment the local variable. Medium JSONConverter.java 18
Uncommented local variable: mapper Comment the local variable. Medium JSONConverter.java 41
Uncommented local variable: sess Comment the local variable. Medium FenceSequencing.java 22
Uncommented local variable: dao Comment the local variable. Medium FenceSequencing.java 23
Uncommented local variable: formatter Comment the local variable. Medium FenceSequencing.java 24
Uncommented local variable: tx Comment the local variable. Medium FenceSequencing.java 25
Uncommented local variable: mySql Comment the local variable. Medium FenceSequencing.java 31
Uncommented local variable: select Comment the local variable. Medium FenceSequencing.java 32
Uncommented local variable: condition Comment the local variable. Medium FenceSequencing.java 49
Uncommented local variable: tripid Comment the local variable. Medium FenceSequencing.java 52
Uncommented local variable: fenceId Comment the local variable. Medium FenceSequencing.java 66
Uncommented local variable: sqAM Comment the local variable. Medium FenceSequencing.java 67
Uncommented local variable: amTime Comment the local variable. Medium FenceSequencing.java 74
Uncommented local variable: pmTime Comment the local variable. Medium FenceSequencing.java 75
Uncommented local variable: stopAM Comment the local variable. Medium FenceSequencing.java 84
Uncommented local variable: stopPM Comment the local variable. Medium FenceSequencing.java 92
Uncommented local variable: stopAM Comment the local variable. Medium FenceSequencing.java 118
Uncommented local variable: stopMap Comment the local variable. Medium FenceSequencing.java 127
Uncommented local variable: Index Comment the local variable. Medium FenceSequencing.java 165
Uncommented local variable: incr Comment the local variable. Medium FenceSequencing.java 166
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 18
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 42
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 64
Uncommented local variable: dao Comment the local variable. Medium FenceUsersDAO.java 81
Uncommented local variable: sess Comment the local variable. Medium FencingDAO.java 81
Uncommented local variable: gd Comment the local variable. Medium FencingDAO.java 82
Uncommented local variable: query Comment the local variable. Medium FencingDAO.java 84
Uncommented local variable: sess Comment the local variable. Medium FencingDAO.java 108
Uncommented local variable: gd Comment the local variable. Medium FencingDAO.java 109
Uncommented local variable: query Comment the local variable. Medium FencingDAO.java 111
Uncommented local variable: sess Comment the local variable. Medium FencingDAO.java 136
Uncommented local variable: gd Comment the local variable. Medium FencingDAO.java 137
Uncommented local variable: del Comment the local variable. Medium FencingDAO.java 138
Uncommented local variable: tx Comment the local variable. Medium FencingDAO.java 139
Uncommented local variable: sess Comment the local variable. Medium GeofencingDAO.java 58
Uncommented local variable: date Comment the local variable. Medium GoogleReqCountDAO.java 19
Uncommented local variable: stamp Comment the local variable. Medium GoogleReqCountDAO.java 21
Uncommented local variable: tr Comment the local variable. Medium GoogleReqCountDAO.java 24
Uncommented local variable: count_obj Comment the local variable. Medium GoogleReqCountDAO.java 26
Uncommented local variable: google Comment the local variable. Medium GoogleReqCountDAO.java 36
Uncommented local variable: hddao Comment the local variable. Medium HolidayProcessDAO.java 42
Uncommented local variable: sess Comment the local variable. Medium HolidayProcessDAO.java 44
Uncommented local variable: tx Comment the local variable. Medium HolidayProcessDAO.java 45
Uncommented local variable: hddao Comment the local variable. Medium HolidayProcessDAO.java 72
Uncommented local variable: sess Comment the local variable. Medium HolidayProcessDAO.java 74
Uncommented local variable: tx Comment the local variable. Medium HolidayProcessDAO.java 75
Uncommented local variable: vdao Comment the local variable. Medium HolidayProcessDAO.java 103
Uncommented local variable: currentDate Comment the local variable. Medium HolidayProcessDAO.java 128
Uncommented local variable: sdf Comment the local variable. Medium HolidayProcessDAO.java 129
Uncommented local variable: dateNow Comment the local variable. Medium HolidayProcessDAO.java 133
Uncommented local variable: dao Comment the local variable. Medium HolidayProcessDAO.java 148
Uncommented local variable: hdDao Comment the local variable. Medium HolidayProcessDAO.java 149
Uncommented local variable: locationDAO Comment the local variable. Medium LocationProcessDAO.java 33
Uncommented local variable: location Comment the local variable. Medium LocationProcessDAO.java 34
Uncommented local variable: stat Comment the local variable. Medium LocationProcessDAO.java 36
Uncommented local variable: locationDAO Comment the local variable. Medium LocationProcessDAO.java 49
Uncommented local variable: location Comment the local variable. Medium LocationProcessDAO.java 50
Uncommented local variable: stat Comment the local variable. Medium LocationProcessDAO.java 52
Uncommented local variable: loginDAO Comment the local variable. Medium LoginProcessDAO.java 36
Uncommented local variable: stat Comment the local variable. Medium LoginProcessDAO.java 38
Uncommented local variable: loginDAO Comment the local variable. Medium LoginProcessDAO.java 50
Uncommented local variable: orgDao Comment the local variable. Medium OrganizationMessageDAO.java 25
Uncommented local variable: sess Comment the local variable. Medium OrganizationMessageDAO.java 26
Uncommented local variable: orgMsgVo Comment the local variable. Medium OrganizationMessageDAO.java 28
Uncommented local variable: msgQry Comment the local variable. Medium OrganizationMessageDAO.java 34
Uncommented local variable: msgIter Comment the local variable. Medium OrganizationMessageDAO.java 40
Uncommented local variable: queryObject Comment the local variable. Medium ReferenceDAO.java 41
Uncommented local variable: lastTraversedPoint Comment the local variable. Medium ReferenceDAO.java 64
Uncommented local variable: tripDetails Comment the local variable. Medium ReferenceDAO.java 83
Uncommented local variable: org Comment the local variable. Medium ReferenceDAO.java 84
Uncommented local variable: orgName Comment the local variable. Medium ReferenceDAO.java 85
Uncommented local variable: tripDetails Comment the local variable. Medium ReferenceDAO.java 98
Uncommented local variable: tripName Comment the local variable. Medium ReferenceDAO.java 99
Uncommented local variable: bTraversed Comment the local variable. Medium TraversalDAO.java 45
Uncommented local variable: sdf Comment the local variable. Medium TraversalDAO.java 47
Uncommented local variable: sTripSession Comment the local variable. Medium TraversalDAO.java 49
Uncommented local variable: queryString Comment the local variable. Medium TraversalDAO.java 59
Uncommented local variable: queryObject Comment the local variable. Medium TraversalDAO.java 68
Uncommented local variable: iHasTraversed Comment the local variable. Medium TraversalDAO.java 73
Uncommented local variable: tTraversal Comment the local variable. Medium TraversalDAO.java 76
Uncommented local variable: bHasTraversed Comment the local variable. Medium TraversalDAO.java 82
Uncommented local variable: timeFormat Comment the local variable. Medium TraversalDAO.java 117
Uncommented local variable: trpTraversalDAO Comment the local variable. Medium TraversalDAO.java 118
Uncommented local variable: sess Comment the local variable. Medium TraversalDAO.java 119
Uncommented local variable: query Comment the local variable. Medium TraversalDAO.java 121
Uncommented local variable: trpTraversal Comment the local variable. Medium TraversalDAO.java 124
Uncommented local variable: tx Comment the local variable. Medium TraversalDAO.java 129
Uncommented local variable: queryString Comment the local variable. Medium TraversalDAO.java 134
Uncommented local variable: counter Comment the local variable. Medium TraversalDAO.java 148
Uncommented local variable: objTripDeviation Comment the local variable. Medium TraversalDAO.java 161
Uncommented local variable: tripDetails Comment the local variable. Medium TraversalDAO.java 162
Uncommented local variable: timeDeltaInSecs Comment the local variable. Medium TraversalDAO.java 182
Uncommented local variable: sdf Comment the local variable. Medium TraversalDAO.java 185
Uncommented local variable: tripid Comment the local variable. Medium TraversalDAO.java 187
Uncommented local variable: tripSession Comment the local variable. Medium TraversalDAO.java 188
Uncommented local variable: cal1 Comment the local variable. Medium TraversalDAO.java 190
Uncommented local variable: sTripSession Comment the local variable. Medium TraversalDAO.java 192
Uncommented local variable: trpTraversalDAO Comment the local variable. Medium TraversalDAO.java 199
Uncommented local variable: sess Comment the local variable. Medium TraversalDAO.java 200
Uncommented local variable: query Comment the local variable. Medium TraversalDAO.java 202
Uncommented local variable: trpTraversal Comment the local variable. Medium TraversalDAO.java 204
Uncommented local variable: trpReferenceDAO Comment the local variable. Medium TraversalDAO.java 211
Uncommented local variable: tripPointId Comment the local variable. Medium TraversalDAO.java 213
Uncommented local variable: trpReference Comment the local variable. Medium TraversalDAO.java 214
Uncommented local variable: lastTraversedPtTimeInSecs Comment the local variable. Medium TraversalDAO.java 225
Uncommented local variable: refPtTimeInSecs Comment the local variable. Medium TraversalDAO.java 228
Uncommented local variable: lastTraversedPtTimeInSecs Comment the local variable. Medium TraversalDAO.java 242
Uncommented local variable: refPtTimeInSecs Comment the local variable. Medium TraversalDAO.java 245
Uncommented local variable: vehicleid Comment the local variable. Medium TripProcessDAO.java 68
Uncommented local variable: startdate Comment the local variable. Medium TripProcessDAO.java 69
Uncommented local variable: enddate Comment the local variable. Medium TripProcessDAO.java 69
Uncommented local variable: r Comment the local variable. Medium TripProcessDAO.java 73
Uncommented local variable: ParamStart Comment the local variable. Medium TripProcessDAO.java 74
Uncommented local variable: ParamEnd Comment the local variable. Medium TripProcessDAO.java 74
Uncommented local variable: y Comment the local variable. Medium TripProcessDAO.java 83
Uncommented local variable: i Comment the local variable. Medium TripProcessDAO.java 83
Uncommented local variable: h Comment the local variable. Medium TripProcessDAO.java 83
Uncommented local variable: f Comment the local variable. Medium TripProcessDAO.java 84
Uncommented local variable: d Comment the local variable. Medium TripProcessDAO.java 84
Uncommented local variable: sess Comment the local variable. Medium TripProcessDAO.java 87
Uncommented local variable: geoVehicleMap Comment the local variable. Medium VehicleFenceMapDAO.java 26
Uncommented local variable: vehDao Comment the local variable. Medium VehicleFenceMapDAO.java 27
Uncommented local variable: createStatus Comment the local variable. Medium VehicleFenceMapDAO.java 29
Uncommented local variable: sess Comment the local variable. Medium VehicleFenceMapDAO.java 54
Uncommented local variable: tx Comment the local variable. Medium VehicleFenceMapDAO.java 55
Uncommented local variable: delStatus Comment the local variable. Medium VehicleFenceMapDAO.java 56
Uncommented local variable: geoQry Comment the local variable. Medium VehicleFenceMapDAO.java 61
Uncommented local variable: typeDAO Comment the local variable. Medium VehicleProcessDAO.java 67
Uncommented local variable: tripInfo Comment the local variable. Medium VehicleProcessDAO.java 118
Uncommented local variable: vehicle Comment the local variable. Medium VehicleProcessDAO.java 147
Uncommented local variable: paramIdList Comment the local variable. Medium VehicleProcessDAO.java 165
Uncommented local variable: tripInfo Comment the local variable. Medium VehicleProcessDAO.java 166
Uncommented local variable: userGeofence Comment the local variable. Medium VehicleUserGeofenceDAO.java 32
Uncommented local variable: geoDao Comment the local variable. Medium VehicleUserGeofenceDAO.java 33
Uncommented local variable: createStatus Comment the local variable. Medium VehicleUserGeofenceDAO.java 36
Uncommented local variable: updateStatus Comment the local variable. Medium VehicleUserGeofenceDAO.java 63
Uncommented local variable: delStatus Comment the local variable. Medium VehicleUserGeofenceDAO.java 92
Uncommented local variable: sess Comment the local variable. Medium VehicleUserGeofenceDAO.java 114
Uncommented local variable: userGeoQry Comment the local variable. Medium VehicleUserGeofenceDAO.java 118
Uncommented local variable: userDao Comment the local variable. Medium VehicleUserGeofenceDAO.java 130
Uncommented local variable: sess Comment the local variable. Medium VehicleUserGeofenceDAO.java 131
Uncommented local variable: attrQuery Comment the local variable. Medium VehicleUserGeofenceDAO.java 132
Uncommented local variable: customVo Comment the local variable. Medium VehicleUserGeofenceDAO.java 135
Uncommented local variable: document Comment the local variable. Medium ConnectionHelper.java 28
Uncommented local variable: nodeList Comment the local variable. Medium ConnectionHelper.java 36
Uncommented local variable: firstNode Comment the local variable. Medium ConnectionHelper.java 43
Uncommented local variable: firstElmnt Comment the local variable. Medium ConnectionHelper.java 44
Uncommented local variable: fstNmElmntLst Comment the local variable. Medium ConnectionHelper.java 46
Uncommented local variable: conNode Comment the local variable. Medium ConnectionHelper.java 49
Uncommented local variable: list Comment the local variable. Medium ConnectionHelper.java 52
Uncommented local variable: className Comment the local variable. Medium ConnectionHelper.java 86
Uncommented local variable: doc Comment the local variable. Medium ConnectionHelper.java 90
Uncommented local variable: nodeType Comment the local variable. Medium ConnectionHelper.java 96
Uncommented local variable: list Comment the local variable. Medium ConnectionHelper.java 100
Uncommented local variable: firstElmnt Comment the local variable. Medium ConnectionHelper.java 101
Uncommented local variable: innerNode Comment the local variable. Medium ConnectionHelper.java 104
Uncommented local variable: dbf Comment the local variable. Medium ConnectionHelper.java 127
Uncommented local variable: db Comment the local variable. Medium ConnectionHelper.java 128
Uncommented local variable: document Comment the local variable. Medium ConnectionHelper.java 129
Uncommented local variable: is Comment the local variable. Medium ConnectionHelper.java 130
Uncommented local variable: document Comment the local variable. Medium ConnectionHelper.java 159
Uncommented local variable: nodeList Comment the local variable. Medium ConnectionHelper.java 168
Uncommented local variable: firstNode Comment the local variable. Medium ConnectionHelper.java 173
Uncommented local variable: firstElmnt Comment the local variable. Medium ConnectionHelper.java 174
Uncommented local variable: fstNmElmntLst Comment the local variable. Medium ConnectionHelper.java 177
Uncommented local variable: grpNode Comment the local variable. Medium ConnectionHelper.java 178
Uncommented local variable: grpElt Comment the local variable. Medium ConnectionHelper.java 179
Uncommented local variable: grpList Comment the local variable. Medium ConnectionHelper.java 182
Uncommented local variable: value Comment the local variable. Medium ConnectionHelper.java 183
Uncommented local variable: bVehNotMoving Comment the local variable. Medium DeviationHelper.java 58
Uncommented local variable: trpParamDao Comment the local variable. Medium DeviationHelper.java 59
Uncommented local variable: sess Comment the local variable. Medium DeviationHelper.java 60
Uncommented local variable: timeFormat Comment the local variable. Medium DeviationHelper.java 62
Uncommented local variable: queryString Comment the local variable. Medium DeviationHelper.java 65
Uncommented local variable: query Comment the local variable. Medium DeviationHelper.java 78
Uncommented local variable: listSize Comment the local variable. Medium DeviationHelper.java 82
Uncommented local variable: lastPointLon Comment the local variable. Medium DeviationHelper.java 86
Uncommented local variable: lastPointLat Comment the local variable. Medium DeviationHelper.java 87
Uncommented local variable: fourthLastPointLon Comment the local variable. Medium DeviationHelper.java 88
Uncommented local variable: fourthLastPointLat Comment the local variable. Medium DeviationHelper.java 89
Uncommented local variable: distance Comment the local variable. Medium DeviationHelper.java 91
Uncommented local variable: lastPointDate Comment the local variable. Medium DeviationHelper.java 97
Uncommented local variable: fourthLastPointDate Comment the local variable. Medium DeviationHelper.java 98
Uncommented local variable: diff Comment the local variable. Medium DeviationHelper.java 102
Uncommented local variable: allowedTimeInterval Comment the local variable. Medium DeviationHelper.java 109
Uncommented local variable: organizationName Comment the local variable. Medium DeviationHelper.java 118
Uncommented local variable: tripName Comment the local variable. Medium DeviationHelper.java 121
Uncommented local variable: group Comment the local variable. Medium DeviationHelper.java 124
Uncommented local variable: subject Comment the local variable. Medium DeviationHelper.java 134
Uncommented local variable: message Comment the local variable. Medium DeviationHelper.java 141
Uncommented local variable: objSmsRegister Comment the local variable. Medium DeviationHelper.java 158
Uncommented local variable: tx Comment the local variable. Medium DeviationHelper.java 164
Uncommented local variable: earthRadius Comment the local variable. Medium DistanceHelper.java 8
Uncommented local variable: dLat Comment the local variable. Medium DistanceHelper.java 9
Uncommented local variable: dLng Comment the local variable. Medium DistanceHelper.java 10
Uncommented local variable: a Comment the local variable. Medium DistanceHelper.java 11
Uncommented local variable: c Comment the local variable. Medium DistanceHelper.java 14
Uncommented local variable: dist Comment the local variable. Medium DistanceHelper.java 15
Uncommented local variable: distance Comment the local variable. Medium DistanceHelper.java 17
Uncommented local variable: instance Comment the local variable. Medium AccountDAO.java 65
Uncommented local variable: queryString Comment the local variable. Medium AccountDAO.java 93
Uncommented local variable: queryObject Comment the local variable. Medium AccountDAO.java 95
Uncommented local variable: queryString Comment the local variable. Medium AccountDAO.java 159
Uncommented local variable: queryObject Comment the local variable. Medium AccountDAO.java 160
Uncommented local variable: result Comment the local variable. Medium AccountDAO.java 171
Uncommented local variable: instance Comment the local variable. Medium AccountsDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium AccountsDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium AccountsDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium AccountsDAO.java 94
Uncommented local variable: queryObject Comment the local variable. Medium AccountsDAO.java 95
Uncommented local variable: result Comment the local variable. Medium AccountsDAO.java 106
Uncommented local variable: castOther Comment the local variable. Medium AccountsId.java 53
Uncommented local variable: result Comment the local variable. Medium AccountsId.java 66
Uncommented local variable: instance Comment the local variable. Medium AddressDAO.java 67
Uncommented local variable: queryString Comment the local variable. Medium AddressDAO.java 95
Uncommented local variable: queryObject Comment the local variable. Medium AddressDAO.java 97
Uncommented local variable: queryString Comment the local variable. Medium AddressDAO.java 169
Uncommented local variable: queryObject Comment the local variable. Medium AddressDAO.java 170
Uncommented local variable: result Comment the local variable. Medium AddressDAO.java 181
Uncommented local variable: instance Comment the local variable. Medium AnnouncementsdeliveryDAO.java 58
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsdeliveryDAO.java 86
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsdeliveryDAO.java 88
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsdeliveryDAO.java 124
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsdeliveryDAO.java 125
Uncommented local variable: result Comment the local variable. Medium AnnouncementsdeliveryDAO.java 136
Uncommented local variable: instance Comment the local variable. Medium AnnouncementsentryDAO.java 65
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsentryDAO.java 93
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsentryDAO.java 95
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsentryDAO.java 155
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsentryDAO.java 156
Uncommented local variable: result Comment the local variable. Medium AnnouncementsentryDAO.java 167
Uncommented local variable: instance Comment the local variable. Medium AnnouncementsflagDAO.java 56
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsflagDAO.java 84
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsflagDAO.java 86
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsflagDAO.java 110
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsflagDAO.java 111
Uncommented local variable: result Comment the local variable. Medium AnnouncementsflagDAO.java 122
Uncommented local variable: instance Comment the local variable. Medium AutoPkSupportDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium AutoPkSupportDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium AutoPkSupportDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium AutoPkSupportDAO.java 94
Uncommented local variable: queryObject Comment the local variable. Medium AutoPkSupportDAO.java 95
Uncommented local variable: result Comment the local variable. Medium AutoPkSupportDAO.java 106
Uncommented local variable: castOther Comment the local variable. Medium AutoPkSupportId.java 53
Uncommented local variable: result Comment the local variable. Medium AutoPkSupportId.java 66
Uncommented local variable: session Comment the local variable. Medium BaseHibernateDAO.java 26
Uncommented local variable: connectionIterator Comment the local variable. Medium BaseHibernateDAO.java 35
Uncommented local variable: instance Comment the local variable. Medium BlogsentryDAO.java 63
Uncommented local variable: queryString Comment the local variable. Medium BlogsentryDAO.java 91
Uncommented local variable: queryObject Comment the local variable. Medium BlogsentryDAO.java 93
Uncommented local variable: queryString Comment the local variable. Medium BlogsentryDAO.java 149
Uncommented local variable: queryObject Comment the local variable. Medium BlogsentryDAO.java 150
Uncommented local variable: result Comment the local variable. Medium BlogsentryDAO.java 161
Uncommented local variable: instance Comment the local variable. Medium BlogsstatsuserDAO.java 59
Uncommented local variable: queryString Comment the local variable. Medium BlogsstatsuserDAO.java 87
Uncommented local variable: queryObject Comment the local variable. Medium BlogsstatsuserDAO.java 89
Uncommented local variable: queryString Comment the local variable. Medium BlogsstatsuserDAO.java 129
Uncommented local variable: queryObject Comment the local variable. Medium BlogsstatsuserDAO.java 130
Uncommented local variable: result Comment the local variable. Medium BlogsstatsuserDAO.java 141
Uncommented local variable: instance Comment the local variable. Medium BookmarksentryDAO.java 62
Uncommented local variable: queryString Comment the local variable. Medium BookmarksentryDAO.java 90
Uncommented local variable: queryObject Comment the local variable. Medium BookmarksentryDAO.java 92
Uncommented local variable: queryString Comment the local variable. Medium BookmarksentryDAO.java 144
Uncommented local variable: queryObject Comment the local variable. Medium BookmarksentryDAO.java 145
Uncommented local variable: result Comment the local variable. Medium BookmarksentryDAO.java 156
Uncommented local variable: instance Comment the local variable. Medium BookmarksfolderDAO.java 59
Uncommented local variable: queryString Comment the local variable. Medium BookmarksfolderDAO.java 87
Uncommented local variable: queryObject Comment the local variable. Medium BookmarksfolderDAO.java 89
Uncommented local variable: queryString Comment the local variable. Medium BookmarksfolderDAO.java 129
Uncommented local variable: queryObject Comment the local variable. Medium BookmarksfolderDAO.java 130
Uncommented local variable: result Comment the local variable. Medium BookmarksfolderDAO.java 141
Uncommented local variable: instance Comment the local variable. Medium BrowsertrackerDAO.java 53
Uncommented local variable: queryString Comment the local variable. Medium BrowsertrackerDAO.java 81
Uncommented local variable: queryObject Comment the local variable. Medium BrowsertrackerDAO.java 83
Uncommented local variable: queryString Comment the local variable. Medium BrowsertrackerDAO.java 103
Uncommented local variable: queryObject Comment the local variable. Medium BrowsertrackerDAO.java 104
Uncommented local variable: result Comment the local variable. Medium BrowsertrackerDAO.java 115
Uncommented local variable: instance Comment the local variable. Medium CaleventDAO.java 69
Uncommented local variable: queryString Comment the local variable. Medium CaleventDAO.java 97
Uncommented local variable: queryObject Comment the local variable. Medium CaleventDAO.java 99
Uncommented local variable: queryString Comment the local variable. Medium CaleventDAO.java 179
Uncommented local variable: queryObject Comment the local variable. Medium CaleventDAO.java 180
Uncommented local variable: result Comment the local variable. Medium CaleventDAO.java 191
Uncommented local variable: instance Comment the local variable. Medium CharityBarometerDAO.java 53
Uncommented local variable: queryString Comment the local variable. Medium CharityBarometerDAO.java 81
Uncommented local variable: queryObject Comment the local variable. Medium CharityBarometerDAO.java 83
Uncommented local variable: queryString Comment the local variable. Medium CharityBarometerDAO.java 103
Uncommented local variable: queryObject Comment the local variable. Medium CharityBarometerDAO.java 104
Uncommented local variable: result Comment the local variable. Medium CharityBarometerDAO.java 115
Uncommented local variable: instance Comment the local variable. Medium ChatEntryDAO.java 55
Uncommented local variable: queryString Comment the local variable. Medium ChatEntryDAO.java 83
Uncommented local variable: queryObject Comment the local variable. Medium ChatEntryDAO.java 85
Uncommented local variable: queryString Comment the local variable. Medium ChatEntryDAO.java 113
Uncommented local variable: queryObject Comment the local variable. Medium ChatEntryDAO.java 114
Uncommented local variable: result Comment the local variable. Medium ChatEntryDAO.java 125
Uncommented local variable: instance Comment the local variable. Medium ChatStatusDAO.java 58
Uncommented local variable: queryString Comment the local variable. Medium ChatStatusDAO.java 86
Uncommented local variable: queryObject Comment the local variable. Medium ChatStatusDAO.java 88
Uncommented local variable: queryString Comment the local variable. Medium ChatStatusDAO.java 128
Uncommented local variable: queryObject Comment the local variable. Medium ChatStatusDAO.java 129
Uncommented local variable: result Comment the local variable. Medium ChatStatusDAO.java 140
Uncommented local variable: instance Comment the local variable. Medium ClassnameDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium ClassnameDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium ClassnameDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium ClassnameDAO.java 98
Uncommented local variable: queryObject Comment the local variable. Medium ClassnameDAO.java 99
Uncommented local variable: result Comment the local variable. Medium ClassnameDAO.java 110
Uncommented local variable: instance Comment the local variable. Medium CompanyDAO.java 59
Uncommented local variable: queryString Comment the local variable. Medium CompanyDAO.java 87
Uncommented local variable: queryObject Comment the local variable. Medium CompanyDAO.java 89
Uncommented local variable: queryString Comment the local variable. Medium CompanyDAO.java 133
Uncommented local variable: queryObject Comment the local variable. Medium CompanyDAO.java 134
Uncommented local variable: result Comment the local variable. Medium CompanyDAO.java 145
Uncommented local variable: instance Comment the local variable. Medium ContactDAO.java 78
Uncommented local variable: queryString Comment the local variable. Medium ContactDAO.java 106
Uncommented local variable: queryObject Comment the local variable. Medium ContactDAO.java 108
Uncommented local variable: queryString Comment the local variable. Medium ContactDAO.java 224
Uncommented local variable: queryObject Comment the local variable. Medium ContactDAO.java 225
Uncommented local variable: result Comment the local variable. Medium ContactDAO.java 236
Uncommented local variable: instance Comment the local variable. Medium CounterDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium CounterDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium CounterDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium CounterDAO.java 98
Uncommented local variable: queryObject Comment the local variable. Medium CounterDAO.java 99
Uncommented local variable: result Comment the local variable. Medium CounterDAO.java 110
Uncommented local variable: instance Comment the local variable. Medium CountryDAO.java 57
Uncommented local variable: queryString Comment the local variable. Medium CountryDAO.java 85
Uncommented local variable: queryObject Comment the local variable. Medium CountryDAO.java 87
Uncommented local variable: queryString Comment the local variable. Medium CountryDAO.java 123
Uncommented local variable: queryObject Comment the local variable. Medium CountryDAO.java 124
Uncommented local variable: result Comment the local variable. Medium CountryDAO.java 135
Uncommented local variable: instance Comment the local variable. Medium CyrususerDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium CyrususerDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium CyrususerDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium CyrususerDAO.java 98
Uncommented local variable: queryObject Comment the local variable. Medium CyrususerDAO.java 99
Uncommented local variable: result Comment the local variable. Medium CyrususerDAO.java 110
Uncommented local variable: instance Comment the local variable. Medium CyrusvirtualDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium CyrusvirtualDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium CyrusvirtualDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium CyrusvirtualDAO.java 98
Uncommented local variable: queryObject Comment the local variable. Medium CyrusvirtualDAO.java 99
Uncommented local variable: result Comment the local variable. Medium CyrusvirtualDAO.java 110
Uncommented local variable: instance Comment the local variable. Medium DeviceDAO.java 58
Uncommented local variable: queryString Comment the local variable. Medium DeviceDAO.java 86
Uncommented local variable: queryObject Comment the local variable. Medium DeviceDAO.java 88
Uncommented local variable: queryString Comment the local variable. Medium DeviceDAO.java 116
Uncommented local variable: queryObject Comment the local variable. Medium DeviceDAO.java 117
Uncommented local variable: result Comment the local variable. Medium DeviceDAO.java 128
Uncommented local variable: instance Comment the local variable. Medium DlfileentryDAO.java 67
Uncommented local variable: queryString Comment the local variable. Medium DlfileentryDAO.java 95
Uncommented local variable: queryObject Comment the local variable. Medium DlfileentryDAO.java 97
Uncommented local variable: queryString Comment the local variable. Medium DlfileentryDAO.java 169
Uncommented local variable: queryObject Comment the local variable. Medium DlfileentryDAO.java 170
Uncommented local variable: result Comment the local variable. Medium DlfileentryDAO.java 181
Uncommented local variable: instance Comment the local variable. Medium DlfilerankDAO.java 57
Uncommented local variable: queryString Comment the local variable. Medium DlfilerankDAO.java 85
Uncommented local variable: queryObject Comment the local variable. Medium DlfilerankDAO.java 87
Uncommented local variable: queryString Comment the local variable. Medium DlfilerankDAO.java 119
Uncommented local variable: queryObject Comment the local variable. Medium DlfilerankDAO.java 120
Uncommented local variable: result Comment the local variable. Medium DlfilerankDAO.java 131
Uncommented local variable: instance Comment the local variable. Medium DlfileshortcutDAO.java 60
Uncommented local variable: queryString Comment the local variable. Medium DlfileshortcutDAO.java 88
Uncommented local variable: queryObject Comment the local variable. Medium DlfileshortcutDAO.java 90
Uncommented local variable: queryString Comment the local variable. Medium DlfileshortcutDAO.java 134
Uncommented local variable: queryObject Comment the local variable. Medium DlfileshortcutDAO.java 135
Uncommented local variable: result Comment the local variable. Medium DlfileshortcutDAO.java 146
Uncommented local variable: instance Comment the local variable. Medium DlfileversionDAO.java 60
Uncommented local variable: queryString Comment the local variable. Medium DlfileversionDAO.java 88
Uncommented local variable: queryObject Comment the local variable. Medium DlfileversionDAO.java 90
Uncommented local variable: queryString Comment the local variable. Medium DlfileversionDAO.java 134
Uncommented local variable: queryObject Comment the local variable. Medium DlfileversionDAO.java 135
Uncommented local variable: result Comment the local variable. Medium DlfileversionDAO.java 146
Uncommented local variable: instance Comment the local variable. Medium DlfolderDAO.java 60
Uncommented local variable: queryString Comment the local variable. Medium DlfolderDAO.java 88
Uncommented local variable: queryObject Comment the local variable. Medium DlfolderDAO.java 90
Uncommented local variable: queryString Comment the local variable. Medium DlfolderDAO.java 134
Uncommented local variable: queryObject Comment the local variable. Medium DlfolderDAO.java 135
Uncommented local variable: result Comment the local variable. Medium DlfolderDAO.java 146
Uncommented local variable: instance Comment the local variable. Medium EmailaddressDAO.java 60
Uncommented local variable: queryString Comment the local variable. Medium EmailaddressDAO.java 88
Uncommented local variable: queryObject Comment the local variable. Medium EmailaddressDAO.java 90
Uncommented local variable: queryString Comment the local variable. Medium EmailaddressDAO.java 134
Uncommented local variable: queryObject Comment the local variable. Medium EmailaddressDAO.java 135
Uncommented local variable: result Comment the local variable. Medium EmailaddressDAO.java 146
Uncommented local variable: eventNotification Comment the local variable. Medium EventNotificationDAO.java 31
Uncommented local variable: eventNotifyQry Comment the local variable. Medium EventNotificationDAO.java 36
Uncommented local variable: schedulerIter Comment the local variable. Medium EventNotificationDAO.java 42
Uncommented local variable: instance Comment the local variable. Medium ExpandocolumnDAO.java 57
Uncommented local variable: queryString Comment the local variable. Medium ExpandocolumnDAO.java 85
Uncommented local variable: queryObject Comment the local variable. Medium ExpandocolumnDAO.java 87
Uncommented local variable: queryString Comment the local variable. Medium ExpandocolumnDAO.java 123
Uncommented local variable: queryObject Comment the local variable. Medium ExpandocolumnDAO.java 124
Uncommented local variable: result Comment the local variable. Medium ExpandocolumnDAO.java 135
Uncommented local variable: instance Comment the local variable. Medium ExpandorowDAO.java 54
Uncommented local variable: queryString Comment the local variable. Medium ExpandorowDAO.java 82
Uncommented local variable: queryObject Comment the local variable. Medium ExpandorowDAO.java 84
Uncommented local variable: queryString Comment the local variable. Medium ExpandorowDAO.java 108
Uncommented local variable: queryObject Comment the local variable. Medium ExpandorowDAO.java 109
Uncommented local variable: result Comment the local variable. Medium ExpandorowDAO.java 120
Uncommented local variable: instance Comment the local variable. Medium ExpandotableDAO.java 54
Uncommented local variable: queryString Comment the local variable. Medium ExpandotableDAO.java 82
Uncommented local variable: queryObject Comment the local variable. Medium ExpandotableDAO.java 84
Uncommented local variable: queryString Comment the local variable. Medium ExpandotableDAO.java 108
Uncommented local variable: queryObject Comment the local variable. Medium ExpandotableDAO.java 109
Uncommented local variable: result Comment the local variable. Medium ExpandotableDAO.java 120
Uncommented local variable: instance Comment the local variable. Medium ExpandovalueDAO.java 58
Uncommented local variable: queryString Comment the local variable. Medium ExpandovalueDAO.java 86
Uncommented local variable: queryObject Comment the local variable. Medium ExpandovalueDAO.java 88
Uncommented local variable: queryString Comment the local variable. Medium ExpandovalueDAO.java 128
Uncommented local variable: queryObject Comment the local variable. Medium ExpandovalueDAO.java 129
Uncommented local variable: result Comment the local variable. Medium ExpandovalueDAO.java 140
Uncommented local variable: instance Comment the local variable. Medium FeedbackDAO.java 56
Uncommented local variable: queryString Comment the local variable. Medium FeedbackDAO.java 84
Uncommented local variable: queryObject Comment the local variable. Medium FeedbackDAO.java 86
Uncommented local variable: queryString Comment the local variable. Medium FeedbackDAO.java 114
Uncommented local variable: queryObject Comment the local variable. Medium FeedbackDAO.java 115
Uncommented local variable: result Comment the local variable. Medium FeedbackDAO.java 126
Uncommented local variable: instance Comment the local variable. Medium FenceHistoryDAO.java 55
Uncommented local variable: queryString Comment the local variable. Medium FenceHistoryDAO.java 83
Uncommented local variable: queryObject Comment the local variable. Medium FenceHistoryDAO.java 85
Uncommented local variable: queryString Comment the local variable. Medium FenceHistoryDAO.java 109
Uncommented local variable: queryObject Comment the local variable. Medium FenceHistoryDAO.java 110
Uncommented local variable: result Comment the local variable. Medium FenceHistoryDAO.java 121
Uncommented local variable: instance Comment the local variable. Medium FenceReportDAO.java 68
Uncommented local variable: queryString Comment the local variable. Medium FenceReportDAO.java 96
Uncommented local variable: queryObject Comment the local variable. Medium FenceReportDAO.java 98
Uncommented local variable: queryString Comment the local variable. Medium FenceReportDAO.java 122
Uncommented local variable: queryObject Comment the local variable. Medium FenceReportDAO.java 123
Uncommented local variable: result Comment the local variable. Medium FenceReportDAO.java 134
Uncommented local variable: organizer Comment the local variable. Medium FenceReportDAO.java 169
Uncommented local variable: reportObj Comment the local variable. Medium FenceReportDAO.java 175
Uncommented local variable: context Comment the local variable. Medium FenceReportDAO.java 186
Uncommented local variable: qry Comment the local variable. Medium FenceReportDAO.java 203
Uncommented local variable: twoDForm Comment the local variable. Medium FenceReportDAO.java 207
Uncommented local variable: format Comment the local variable. Medium FenceReportDAO.java 210
Uncommented local variable: newTime Comment the local variable. Medium FenceReportDAO.java 211
Uncommented local variable: reportObj Comment the local variable. Medium FenceReportDAO.java 213
Uncommented local variable: context Comment the local variable. Medium FenceReportDAO.java 254
Uncommented local variable: fence Comment the local variable. Medium FenceReportDAO.java 269
Uncommented local variable: condition Comment the local variable. Medium FenceReportDAO.java 273
Uncommented local variable: geoQry Comment the local variable. Medium FenceReportDAO.java 276
Uncommented local variable: session Comment the local variable. Medium FenceReportDAO.java 319
Uncommented local variable: qry Comment the local variable. Medium FenceReportDAO.java 322
Uncommented local variable: instance Comment the local variable. Medium FrequentTravellerDetailsDAO.java 55
Uncommented local variable: queryString Comment the local variable. Medium FrequentTravellerDetailsDAO.java 83
Uncommented local variable: queryObject Comment the local variable. Medium FrequentTravellerDetailsDAO.java 85
Uncommented local variable: queryString Comment the local variable. Medium FrequentTravellerDetailsDAO.java 97
Uncommented local variable: queryObject Comment the local variable. Medium FrequentTravellerDetailsDAO.java 98
Uncommented local variable: result Comment the local variable. Medium FrequentTravellerDetailsDAO.java 110
Uncommented local variable: castOther Comment the local variable. Medium FrequentTravellerDetailsId.java 54
Uncommented local variable: result Comment the local variable. Medium FrequentTravellerDetailsId.java 67
Uncommented local variable: instance Comment the local variable. Medium FrequentTripDetailsDAO.java 54
Uncommented local variable: queryString Comment the local variable. Medium FrequentTripDetailsDAO.java 82
Uncommented local variable: queryObject Comment the local variable. Medium FrequentTripDetailsDAO.java 84
Uncommented local variable: queryString Comment the local variable. Medium FrequentTripDetailsDAO.java 100
Uncommented local variable: queryObject Comment the local variable. Medium FrequentTripDetailsDAO.java 101
Uncommented local variable: result Comment the local variable. Medium FrequentTripDetailsDAO.java 112
Uncommented local variable: castOther Comment the local variable. Medium FrequentTripDetailsId.java 53
Uncommented local variable: result Comment the local variable. Medium FrequentTripDetailsId.java 65
Uncommented local variable: instance Comment the local variable. Medium FuelCalibrationDAO.java 51
Uncommented local variable: queryString Comment the local variable. Medium FuelCalibrationDAO.java 85
Uncommented local variable: queryObject Comment the local variable. Medium FuelCalibrationDAO.java 87
Uncommented local variable: queryString Comment the local variable. Medium FuelCalibrationDAO.java 99
Uncommented local variable: queryObject Comment the local variable. Medium FuelCalibrationDAO.java 100
Uncommented local variable: result Comment the local variable. Medium FuelCalibrationDAO.java 111
Uncommented local variable: instance Comment the local variable. Medium GeofenceDAO.java 70
Uncommented local variable: queryString Comment the local variable. Medium GeofenceDAO.java 102
Uncommented local variable: queryObject Comment the local variable. Medium GeofenceDAO.java 104
Uncommented local variable: queryString Comment the local variable. Medium GeofenceDAO.java 152
Uncommented local variable: queryObject Comment the local variable. Medium GeofenceDAO.java 153
Uncommented local variable: result Comment the local variable. Medium GeofenceDAO.java 164
Uncommented local variable: tx Comment the local variable. Medium GeovehicleMapDAO.java 47
Uncommented local variable: instance Comment the local variable. Medium GeovehicleMapDAO.java 78
Uncommented local variable: queryString Comment the local variable. Medium GeovehicleMapDAO.java 106
Uncommented local variable: queryObject Comment the local variable. Medium GeovehicleMapDAO.java 108
Uncommented local variable: queryString Comment the local variable. Medium GeovehicleMapDAO.java 138
Uncommented local variable: queryObject Comment the local variable. Medium GeovehicleMapDAO.java 139
Uncommented local variable: result Comment the local variable. Medium GeovehicleMapDAO.java 150
Uncommented local variable: vehMap Comment the local variable. Medium GeovehicleMapDAO.java 163
Uncommented local variable: instance Comment the local variable. Medium GroupDAO.java 63
Uncommented local variable: queryString Comment the local variable. Medium GroupDAO.java 91
Uncommented local variable: queryObject Comment the local variable. Medium GroupDAO.java 93
Uncommented local variable: queryString Comment the local variable. Medium GroupDAO.java 153
Uncommented local variable: queryObject Comment the local variable. Medium GroupDAO.java 154
Uncommented local variable: result Comment the local variable. Medium GroupDAO.java 165
Uncommented local variable: instance Comment the local variable. Medium GroupsOrgsDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium GroupsOrgsDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium GroupsOrgsDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium GroupsOrgsDAO.java 94
Uncommented local variable: queryObject Comment the local variable. Medium GroupsOrgsDAO.java 95
Uncommented local variable: result Comment the local variable. Medium GroupsOrgsDAO.java 106
Uncommented local variable: castOther Comment the local variable. Medium GroupsOrgsId.java 53
Uncommented local variable: result Comment the local variable. Medium GroupsOrgsId.java 67
Uncommented local variable: instance Comment the local variable. Medium GroupsPermissionsDAO.java 53
Uncommented local variable: queryString Comment the local variable. Medium GroupsPermissionsDAO.java 81
Uncommented local variable: queryObject Comment the local variable. Medium GroupsPermissionsDAO.java 83
Uncommented local variable: queryString Comment the local variable. Medium GroupsPermissionsDAO.java 95
Uncommented local variable: queryObject Comment the local variable. Medium GroupsPermissionsDAO.java 96
Uncommented local variable: result Comment the local variable. Medium GroupsPermissionsDAO.java 107
Uncommented local variable: castOther Comment the local variable. Medium GroupsPermissionsId.java 53
Uncommented local variable: result Comment the local variable. Medium GroupsPermissionsId.java 66
Uncommented local variable: instance Comment the local variable. Medium GroupsRolesDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium GroupsRolesDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium GroupsRolesDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium GroupsRolesDAO.java 94
Uncommented local variable: queryObject Comment the local variable. Medium GroupsRolesDAO.java 95
Uncommented local variable: result Comment the local variable. Medium GroupsRolesDAO.java 106
Uncommented local variable: castOther Comment the local variable. Medium GroupsRolesId.java 53
Uncommented local variable: result Comment the local variable. Medium GroupsRolesId.java 66
Uncommented local variable: instance Comment the local variable. Medium GroupsUsergroupsDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium GroupsUsergroupsDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium GroupsUsergroupsDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium GroupsUsergroupsDAO.java 94
Uncommented local variable: queryObject Comment the local variable. Medium GroupsUsergroupsDAO.java 95
Uncommented local variable: result Comment the local variable. Medium GroupsUsergroupsDAO.java 106
Uncommented local variable: castOther Comment the local variable. Medium GroupsUsergroupsId.java 53
Uncommented local variable: result Comment the local variable. Medium GroupsUsergroupsId.java 66
Uncommented local variable: session Comment the local variable. Medium HibernateSessionFactory.java 68
Uncommented local variable: session Comment the local variable. Medium HibernateSessionFactory.java 113
Uncommented local variable: instance Comment the local variable. Medium HolidaysDAO.java 47
Uncommented local variable: queryString Comment the local variable. Medium HolidaysDAO.java 61
Uncommented local variable: queryObject Comment the local variable. Medium HolidaysDAO.java 63
Uncommented local variable: hdao Comment the local variable. Medium HolidaysDAO.java 83
Uncommented local variable: sess Comment the local variable. Medium HolidaysDAO.java 84
Uncommented local variable: queryString Comment the local variable. Medium HolidaysDAO.java 99
Uncommented local variable: queryObject Comment the local variable. Medium HolidaysDAO.java 100
Uncommented local variable: instance Comment the local variable. Medium IgfolderDAO.java 59
Uncommented local variable: queryString Comment the local variable. Medium IgfolderDAO.java 87
Uncommented local variable: queryObject Comment the local variable. Medium IgfolderDAO.java 89
Uncommented local variable: queryString Comment the local variable. Medium IgfolderDAO.java 129
Uncommented local variable: queryObject Comment the local variable. Medium IgfolderDAO.java 130
Uncommented local variable: result Comment the local variable. Medium IgfolderDAO.java 141
Uncommented local variable: instance Comment the local variable. Medium IgimageDAO.java 63
Uncommented local variable: queryString Comment the local variable. Medium IgimageDAO.java 91
Uncommented local variable: queryObject Comment the local variable. Medium IgimageDAO.java 93
Uncommented local variable: queryString Comment the local variable. Medium IgimageDAO.java 149
Uncommented local variable: queryObject Comment the local variable. Medium IgimageDAO.java 150
Uncommented local variable: result Comment the local variable. Medium IgimageDAO.java 161
Uncommented local variable: instance Comment the local variable. Medium ImageDAO.java 57
Uncommented local variable: queryString Comment the local variable. Medium ImageDAO.java 85
Uncommented local variable: queryObject Comment the local variable. Medium ImageDAO.java 87
Uncommented local variable: queryString Comment the local variable. Medium ImageDAO.java 119
Uncommented local variable: queryObject Comment the local variable. Medium ImageDAO.java 120
Uncommented local variable: result Comment the local variable. Medium ImageDAO.java 131
Uncommented local variable: instance Comment the local variable. Medium InboxDAO.java 57
Uncommented local variable: queryString Comment the local variable. Medium InboxDAO.java 85
Uncommented local variable: queryObject Comment the local variable. Medium InboxDAO.java 87
Uncommented local variable: queryString Comment the local variable. Medium InboxDAO.java 119
Uncommented local variable: queryObject Comment the local variable. Medium InboxDAO.java 120
Uncommented local variable: result Comment the local variable. Medium InboxDAO.java 131
Uncommented local variable: instance Comment the local variable. Medium JournalarticleDAO.java 75
Uncommented local variable: queryString Comment the local variable. Medium JournalarticleDAO.java 103
Uncommented local variable: queryObject Comment the local variable. Medium JournalarticleDAO.java 105
Uncommented local variable: queryString Comment the local variable. Medium JournalarticleDAO.java 209
Uncommented local variable: queryObject Comment the local variable. Medium JournalarticleDAO.java 210
Uncommented local variable: result Comment the local variable. Medium JournalarticleDAO.java 221
Uncommented local variable: instance Comment the local variable. Medium JournalarticleimageDAO.java 59
Uncommented local variable: queryString Comment the local variable. Medium JournalarticleimageDAO.java 87
Uncommented local variable: queryObject Comment the local variable. Medium JournalarticleimageDAO.java 89
Uncommented local variable: queryString Comment the local variable. Medium JournalarticleimageDAO.java 129
Uncommented local variable: queryObject Comment the local variable. Medium JournalarticleimageDAO.java 130
Uncommented local variable: result Comment the local variable. Medium JournalarticleimageDAO.java 141
Uncommented local variable: instance Comment the local variable. Medium JournalarticleresourceDAO.java 54
Uncommented local variable: queryString Comment the local variable. Medium JournalarticleresourceDAO.java 82
Uncommented local variable: queryObject Comment the local variable. Medium JournalarticleresourceDAO.java 84
Uncommented local variable: queryString Comment the local variable. Medium JournalarticleresourceDAO.java 104
Uncommented local variable: queryObject Comment the local variable. Medium JournalarticleresourceDAO.java 105
Uncommented local variable: result Comment the local variable. Medium JournalarticleresourceDAO.java 116
Uncommented local variable: instance Comment the local variable. Medium JournalcontentsearchDAO.java 58
Uncommented local variable: queryString Comment the local variable. Medium JournalcontentsearchDAO.java 86
Uncommented local variable: queryObject Comment the local variable. Medium JournalcontentsearchDAO.java 88
Uncommented local variable: queryString Comment the local variable. Medium JournalcontentsearchDAO.java 124
Uncommented local variable: queryObject Comment the local variable. Medium JournalcontentsearchDAO.java 125
Uncommented local variable: result Comment the local variable. Medium JournalcontentsearchDAO.java 136
Uncommented local variable: instance Comment the local variable. Medium JournalfeedDAO.java 72
Uncommented local variable: queryString Comment the local variable. Medium JournalfeedDAO.java 100
Uncommented local variable: queryObject Comment the local variable. Medium JournalfeedDAO.java 102
Uncommented local variable: queryString Comment the local variable. Medium JournalfeedDAO.java 195
Uncommented local variable: queryObject Comment the local variable. Medium JournalfeedDAO.java 196
Uncommented local variable: result Comment the local variable. Medium JournalfeedDAO.java 207
Uncommented local variable: instance Comment the local variable. Medium JournalstructureDAO.java 62
Uncommented local variable: queryString Comment the local variable. Medium JournalstructureDAO.java 90
Uncommented local variable: queryObject Comment the local variable. Medium JournalstructureDAO.java 92
Uncommented local variable: queryString Comment the local variable. Medium JournalstructureDAO.java 144
Uncommented local variable: queryObject Comment the local variable. Medium JournalstructureDAO.java 145
Uncommented local variable: result Comment the local variable. Medium JournalstructureDAO.java 156
Uncommented local variable: instance Comment the local variable. Medium JournaltemplateDAO.java 67
Uncommented local variable: queryString Comment the local variable. Medium JournaltemplateDAO.java 95
Uncommented local variable: queryObject Comment the local variable. Medium JournaltemplateDAO.java 97
Uncommented local variable: queryString Comment the local variable. Medium JournaltemplateDAO.java 169
Uncommented local variable: queryObject Comment the local variable. Medium JournaltemplateDAO.java 170
Uncommented local variable: result Comment the local variable. Medium JournaltemplateDAO.java 181
Uncommented local variable: instance Comment the local variable. Medium LayoutDAO.java 72
Uncommented local variable: queryString Comment the local variable. Medium LayoutDAO.java 100
Uncommented local variable: queryObject Comment the local variable. Medium LayoutDAO.java 102
Uncommented local variable: queryString Comment the local variable. Medium LayoutDAO.java 198
Uncommented local variable: queryObject Comment the local variable. Medium LayoutDAO.java 199
Uncommented local variable: result Comment the local variable. Medium LayoutDAO.java 210
Uncommented local variable: instance Comment the local variable. Medium LayoutsetDAO.java 63
Uncommented local variable: queryString Comment the local variable. Medium LayoutsetDAO.java 91
Uncommented local variable: queryObject Comment the local variable. Medium LayoutsetDAO.java 93
Uncommented local variable: queryString Comment the local variable. Medium LayoutsetDAO.java 153
Uncommented local variable: queryObject Comment the local variable. Medium LayoutsetDAO.java 154
Uncommented local variable: result Comment the local variable. Medium LayoutsetDAO.java 165
Uncommented local variable: instance Comment the local variable. Medium ListtypeDAO.java 53
Uncommented local variable: queryString Comment the local variable. Medium ListtypeDAO.java 81
Uncommented local variable: queryObject Comment the local variable. Medium ListtypeDAO.java 83
Uncommented local variable: queryString Comment the local variable. Medium ListtypeDAO.java 103
Uncommented local variable: queryObject Comment the local variable. Medium ListtypeDAO.java 104
Uncommented local variable: result Comment the local variable. Medium ListtypeDAO.java 115
Uncommented local variable: esn Comment the local variable. Medium LocationDAO.java 43
Uncommented local variable: queryString Comment the local variable. Medium LocationDAO.java 44
Uncommented local variable: queryObject Comment the local variable. Medium LocationDAO.java 45
Uncommented local variable: size Comment the local variable. Medium LocationDAO.java 46
Uncommented local variable: esn Comment the local variable. Medium LocationDAO.java 59
Uncommented local variable: queryString Comment the local variable. Medium LocationDAO.java 60
Uncommented local variable: queryObject Comment the local variable. Medium LocationDAO.java 61
Uncommented local variable: size Comment the local variable. Medium LocationDAO.java 62
Uncommented local variable: trip Comment the local variable. Medium LocationDAO.java 75
Uncommented local variable: tripReq Comment the local variable. Medium LocationDAO.java 76
Uncommented local variable: dataOrg Comment the local variable. Medium LocationDAO.java 77
Uncommented local variable: sess Comment the local variable. Medium LocationDAO.java 83
Uncommented local variable: esnNo Comment the local variable. Medium LocationDAO.java 88
Uncommented local variable: location Comment the local variable. Medium LocationDAO.java 90
Uncommented local variable: query Comment the local variable. Medium LocationDAO.java 98
Uncommented local variable: q Comment the local variable. Medium LocationDAO.java 100
Uncommented local variable: itr Comment the local variable. Medium LocationDAO.java 104
Uncommented local variable: query Comment the local variable. Medium LocationDAO.java 126
Uncommented local variable: q Comment the local variable. Medium LocationDAO.java 128
Uncommented local variable: stat Comment the local variable. Medium LoginDAO.java 28
Uncommented local variable: queryString Comment the local variable. Medium LoginDAO.java 29
Uncommented local variable: queryObject Comment the local variable. Medium LoginDAO.java 31
Uncommented local variable: size Comment the local variable. Medium LoginDAO.java 35
Uncommented local variable: userid Comment the local variable. Medium LoginDAO.java 58
Uncommented local variable: orgid Comment the local variable. Medium LoginDAO.java 58
Uncommented local variable: queryString Comment the local variable. Medium LoginDAO.java 59
Uncommented local variable: queryObject Comment the local variable. Medium LoginDAO.java 60
Uncommented local variable: size Comment the local variable. Medium LoginDAO.java 62
Uncommented local variable: md Comment the local variable. Medium LoginDAO.java 80
Uncommented local variable: instance Comment the local variable. Medium MbbanDAO.java 57
Uncommented local variable: queryString Comment the local variable. Medium MbbanDAO.java 85
Uncommented local variable: queryObject Comment the local variable. Medium MbbanDAO.java 87
Uncommented local variable: queryString Comment the local variable. Medium MbbanDAO.java 119
Uncommented local variable: queryObject Comment the local variable. Medium MbbanDAO.java 120
Uncommented local variable: result Comment the local variable. Medium MbbanDAO.java 131
Uncommented local variable: instance Comment the local variable. Medium MbcategoryDAO.java 62
Uncommented local variable: queryString Comment the local variable. Medium MbcategoryDAO.java 90
Uncommented local variable: queryObject Comment the local variable. Medium MbcategoryDAO.java 92
Uncommented local variable: queryString Comment the local variable. Medium MbcategoryDAO.java 144
Uncommented local variable: queryObject Comment the local variable. Medium MbcategoryDAO.java 145
Uncommented local variable: result Comment the local variable. Medium MbcategoryDAO.java 156
Uncommented local variable: instance Comment the local variable. Medium MbdiscussionDAO.java 54
Uncommented local variable: queryString Comment the local variable. Medium MbdiscussionDAO.java 82
Uncommented local variable: queryObject Comment the local variable. Medium MbdiscussionDAO.java 84
Uncommented local variable: queryString Comment the local variable. Medium MbdiscussionDAO.java 108
Uncommented local variable: queryObject Comment the local variable. Medium MbdiscussionDAO.java 109
Uncommented local variable: result Comment the local variable. Medium MbdiscussionDAO.java 120
Uncommented local variable: instance Comment the local variable. Medium MbmailinglistDAO.java 74
Uncommented local variable: queryString Comment the local variable. Medium MbmailinglistDAO.java 102
Uncommented local variable: queryObject Comment the local variable. Medium MbmailinglistDAO.java 104
Uncommented local variable: queryString Comment the local variable. Medium MbmailinglistDAO.java 204
Uncommented local variable: queryObject Comment the local variable. Medium MbmailinglistDAO.java 205
Uncommented local variable: result Comment the local variable. Medium MbmailinglistDAO.java 216
Uncommented local variable: instance Comment the local variable. Medium MbmessageDAO.java 67
Uncommented local variable: queryString Comment the local variable. Medium MbmessageDAO.java 95
Uncommented local variable: queryObject Comment the local variable. Medium MbmessageDAO.java 97
Uncommented local variable: queryString Comment the local variable. Medium MbmessageDAO.java 169
Uncommented local variable: queryObject Comment the local variable. Medium MbmessageDAO.java 170
Uncommented local variable: result Comment the local variable. Medium MbmessageDAO.java 181
Uncommented local variable: instance Comment the local variable. Medium MbmessageflagDAO.java 56
Uncommented local variable: queryString Comment the local variable. Medium MbmessageflagDAO.java 84
Uncommented local variable: queryObject Comment the local variable. Medium MbmessageflagDAO.java 86
Uncommented local variable: queryString Comment the local variable. Medium MbmessageflagDAO.java 114
Uncommented local variable: queryObject Comment the local variable. Medium MbmessageflagDAO.java 115
Uncommented local variable: result Comment the local variable. Medium MbmessageflagDAO.java 126
Uncommented local variable: instance Comment the local variable. Medium MbstatsuserDAO.java 55
Uncommented local variable: queryString Comment the local variable. Medium MbstatsuserDAO.java 83
Uncommented local variable: queryObject Comment the local variable. Medium MbstatsuserDAO.java 85
Uncommented local variable: queryString Comment the local variable. Medium MbstatsuserDAO.java 109
Uncommented local variable: queryObject Comment the local variable. Medium MbstatsuserDAO.java 110
Uncommented local variable: result Comment the local variable. Medium MbstatsuserDAO.java 121
Uncommented local variable: instance Comment the local variable. Medium MbthreadDAO.java 59
Uncommented local variable: queryString Comment the local variable. Medium MbthreadDAO.java 87
Uncommented local variable: queryObject Comment the local variable. Medium MbthreadDAO.java 89
Uncommented local variable: queryString Comment the local variable. Medium MbthreadDAO.java 129
Uncommented local variable: queryObject Comment the local variable. Medium MbthreadDAO.java 130
Uncommented local variable: result Comment the local variable. Medium MbthreadDAO.java 141
 
Violation Recommendation Severity Resource Line
Caught exception not logged Use one of the logging methods to log the exception. Medium LoginDAO.java 85
 
Violation Recommendation Severity Resource Line
Logger not declared static final Declare the logger to be both static and final. Medium FuelDataHelp.java 20
Logger not declared static final Declare the logger to be both static and final. Medium JSONConverter.java 12
Logger not declared static final Declare the logger to be both static and final. Medium FenceSequencing.java 18
Logger not declared static final Declare the logger to be both static and final. Medium FenceUsersDAO.java 14
Logger not declared static final Declare the logger to be both static and final. Medium FencingDAO.java 60
Logger not declared static final Declare the logger to be both static and final. Medium GeofencingDAO.java 50
Logger not declared static final Declare the logger to be both static and final. Medium HolidayProcessDAO.java 34
Logger not declared static final Declare the logger to be both static and final. Medium LocationProcessDAO.java 28
Logger not declared static final Declare the logger to be both static and final. Medium LoginProcessDAO.java 31
Logger not declared static final Declare the logger to be both static and final. Medium OrganizationMessageDAO.java 22
Logger not declared static final Declare the logger to be both static and final. Medium ReferenceDAO.java 24
Logger not declared static final Declare the logger to be both static and final. Medium ReportSummaryDAO.java 11
Logger not declared static final Declare the logger to be both static and final. Medium TraversalDAO.java 30
Logger not declared static final Declare the logger to be both static and final. Medium TripProcessDAO.java 64
Logger not declared static final Declare the logger to be both static and final. Medium VehicleFenceMapDAO.java 23
Logger not declared static final Declare the logger to be both static and final. Medium VehicleProcessDAO.java 51
Logger not declared static final Declare the logger to be both static and final. Medium VehicleUserGeofenceDAO.java 29
Logger not declared static final Declare the logger to be both static and final. Medium ConnectionHelper.java 20
Logger not declared static final Declare the logger to be both static and final. Medium DBManager.java 19
Logger not declared static final Declare the logger to be both static and final. Medium DeviationHelper.java 43
Logger not declared static final Declare the logger to be both static and final. Medium FuelAlertManager.java 12
Logger not declared static final Declare the logger to be both static and final. Medium BaseHibernateDAO.java 22
Logger not declared static final Declare the logger to be both static and final. Medium HibernateSessionFactory.java 39
 
Violation Recommendation Severity Resource Line
Serializable class Account does not define a serialVersionUID field Define a serialVersionUID field. Medium Account.java 11
Serializable class Accounts does not define a serialVersionUID field Define a serialVersionUID field. Medium Accounts.java 9
Serializable class AccountsId does not define a serialVersionUID field Define a serialVersionUID field. Medium AccountsId.java 9
Serializable class Address does not define a serialVersionUID field Define a serialVersionUID field. Medium Address.java 11
Serializable class Announcementsdelivery does not define a serialVersionUID field Define a serialVersionUID field. Medium Announcementsdelivery.java 9
Serializable class Announcementsentry does not define a serialVersionUID field Define a serialVersionUID field. Medium Announcementsentry.java 11
Serializable class Announcementsflag does not define a serialVersionUID field Define a serialVersionUID field. Medium Announcementsflag.java 11
Serializable class AutoPkSupport does not define a serialVersionUID field Define a serialVersionUID field. Medium AutoPkSupport.java 9
Serializable class AutoPkSupportId does not define a serialVersionUID field Define a serialVersionUID field. Medium AutoPkSupportId.java 9
Serializable class Blogsentry does not define a serialVersionUID field Define a serialVersionUID field. Medium Blogsentry.java 11
Serializable class Blogsstatsuser does not define a serialVersionUID field Define a serialVersionUID field. Medium Blogsstatsuser.java 11
Serializable class Bookmarksentry does not define a serialVersionUID field Define a serialVersionUID field. Medium Bookmarksentry.java 11
Serializable class Bookmarksfolder does not define a serialVersionUID field Define a serialVersionUID field. Medium Bookmarksfolder.java 11
Serializable class Browsertracker does not define a serialVersionUID field Define a serialVersionUID field. Medium Browsertracker.java 9
Serializable class Calevent does not define a serialVersionUID field Define a serialVersionUID field. Medium Calevent.java 11
Serializable class CharityBarometer does not define a serialVersionUID field Define a serialVersionUID field. Medium CharityBarometer.java 9
Serializable class ChatEntry does not define a serialVersionUID field Define a serialVersionUID field. Medium ChatEntry.java 9
Serializable class ChatStatus does not define a serialVersionUID field Define a serialVersionUID field. Medium ChatStatus.java 9
Serializable class Classname does not define a serialVersionUID field Define a serialVersionUID field. Medium Classname.java 9
Serializable class Company does not define a serialVersionUID field Define a serialVersionUID field. Medium Company.java 9
Serializable class Contact does not define a serialVersionUID field Define a serialVersionUID field. Medium Contact.java 11
Serializable class Counter does not define a serialVersionUID field Define a serialVersionUID field. Medium Counter.java 9
Serializable class Country does not define a serialVersionUID field Define a serialVersionUID field. Medium Country.java 9
Serializable class Cyrususer does not define a serialVersionUID field Define a serialVersionUID field. Medium Cyrususer.java 9
Serializable class Cyrusvirtual does not define a serialVersionUID field Define a serialVersionUID field. Medium Cyrusvirtual.java 9
Serializable class Device does not define a serialVersionUID field Define a serialVersionUID field. Medium Device.java 14
Serializable class Dlfileentry does not define a serialVersionUID field Define a serialVersionUID field. Medium Dlfileentry.java 11
Serializable class Dlfilerank does not define a serialVersionUID field Define a serialVersionUID field. Medium Dlfilerank.java 11
Serializable class Dlfileshortcut does not define a serialVersionUID field Define a serialVersionUID field. Medium Dlfileshortcut.java 11
Serializable class Dlfileversion does not define a serialVersionUID field Define a serialVersionUID field. Medium Dlfileversion.java 11
Serializable class Dlfolder does not define a serialVersionUID field Define a serialVersionUID field. Medium Dlfolder.java 11
Serializable class Emailaddress does not define a serialVersionUID field Define a serialVersionUID field. Medium Emailaddress.java 11
Serializable class Expandocolumn does not define a serialVersionUID field Define a serialVersionUID field. Medium Expandocolumn.java 9
Serializable class Expandorow does not define a serialVersionUID field Define a serialVersionUID field. Medium Expandorow.java 9
Serializable class Expandotable does not define a serialVersionUID field Define a serialVersionUID field. Medium Expandotable.java 9
Serializable class Expandovalue does not define a serialVersionUID field Define a serialVersionUID field. Medium Expandovalue.java 9
Serializable class Feedback does not define a serialVersionUID field Define a serialVersionUID field. Medium Feedback.java 11
Serializable class FenceHistory does not define a serialVersionUID field Define a serialVersionUID field. Medium FenceHistory.java 11
Serializable class FenceReport does not define a serialVersionUID field Define a serialVersionUID field. Medium FenceReport.java 11
Serializable class FrequentTravellerDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium FrequentTravellerDetails.java 9
Serializable class FrequentTravellerDetailsId does not define a serialVersionUID field Define a serialVersionUID field. Medium FrequentTravellerDetailsId.java 9
Serializable class FrequentTripDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium FrequentTripDetails.java 9
Serializable class FrequentTripDetailsId does not define a serialVersionUID field Define a serialVersionUID field. Medium FrequentTripDetailsId.java 9
Serializable class FuelCalibration does not define a serialVersionUID field Define a serialVersionUID field. Medium FuelCalibration.java 13
Serializable class Geofence does not define a serialVersionUID field Define a serialVersionUID field. Medium Geofence.java 14
Serializable class GeovehicleMap does not define a serialVersionUID field Define a serialVersionUID field. Medium GeovehicleMap.java 20
Serializable class GoogleReqCount does not define a serialVersionUID field Define a serialVersionUID field. Medium GoogleReqCount.java 10
Serializable class Group does not define a serialVersionUID field Define a serialVersionUID field. Medium Group.java 9
Serializable class GroupsOrgs does not define a serialVersionUID field Define a serialVersionUID field. Medium GroupsOrgs.java 9
Serializable class GroupsOrgsId does not define a serialVersionUID field Define a serialVersionUID field. Medium GroupsOrgsId.java 9
Serializable class GroupsPermissions does not define a serialVersionUID field Define a serialVersionUID field. Medium GroupsPermissions.java 9
Serializable class GroupsPermissionsId does not define a serialVersionUID field Define a serialVersionUID field. Medium GroupsPermissionsId.java 9
Serializable class GroupsRoles does not define a serialVersionUID field Define a serialVersionUID field. Medium GroupsRoles.java 9
Serializable class GroupsRolesId does not define a serialVersionUID field Define a serialVersionUID field. Medium GroupsRolesId.java 9
Serializable class GroupsUsergroups does not define a serialVersionUID field Define a serialVersionUID field. Medium GroupsUsergroups.java 9
Serializable class GroupsUsergroupsId does not define a serialVersionUID field Define a serialVersionUID field. Medium GroupsUsergroupsId.java 9
Serializable class Holidays does not define a serialVersionUID field Define a serialVersionUID field. Medium Holidays.java 9
Serializable class Igfolder does not define a serialVersionUID field Define a serialVersionUID field. Medium Igfolder.java 11
Serializable class Igimage does not define a serialVersionUID field Define a serialVersionUID field. Medium Igimage.java 11
Serializable class Image does not define a serialVersionUID field Define a serialVersionUID field. Medium Image.java 11
Serializable class Inbox does not define a serialVersionUID field Define a serialVersionUID field. Medium Inbox.java 11
Serializable class Journalarticle does not define a serialVersionUID field Define a serialVersionUID field. Medium Journalarticle.java 11
Serializable class Journalarticleimage does not define a serialVersionUID field Define a serialVersionUID field. Medium Journalarticleimage.java 9
Serializable class Journalarticleresource does not define a serialVersionUID field Define a serialVersionUID field. Medium Journalarticleresource.java 9
Serializable class Journalcontentsearch does not define a serialVersionUID field Define a serialVersionUID field. Medium Journalcontentsearch.java 9
Serializable class Journalfeed does not define a serialVersionUID field Define a serialVersionUID field. Medium Journalfeed.java 11
Serializable class Journalstructure does not define a serialVersionUID field Define a serialVersionUID field. Medium Journalstructure.java 11
Serializable class Journaltemplate does not define a serialVersionUID field Define a serialVersionUID field. Medium Journaltemplate.java 11
Serializable class Layout does not define a serialVersionUID field Define a serialVersionUID field. Medium Layout.java 9
Serializable class Layoutset does not define a serialVersionUID field Define a serialVersionUID field. Medium Layoutset.java 9
Serializable class Listtype does not define a serialVersionUID field Define a serialVersionUID field. Medium Listtype.java 9
Serializable class Location does not define a serialVersionUID field Define a serialVersionUID field. Medium Location.java 11
Serializable class Mbban does not define a serialVersionUID field Define a serialVersionUID field. Medium Mbban.java 11
Serializable class Mbcategory does not define a serialVersionUID field Define a serialVersionUID field. Medium Mbcategory.java 11
Serializable class Mbdiscussion does not define a serialVersionUID field Define a serialVersionUID field. Medium Mbdiscussion.java 9
Serializable class Mbmailinglist does not define a serialVersionUID field Define a serialVersionUID field. Medium Mbmailinglist.java 11
Serializable class Mbmessage does not define a serialVersionUID field Define a serialVersionUID field. Medium Mbmessage.java 11
Serializable class Mbmessageflag does not define a serialVersionUID field Define a serialVersionUID field. Medium Mbmessageflag.java 11
Serializable class Mbstatsuser does not define a serialVersionUID field Define a serialVersionUID field. Medium Mbstatsuser.java 11
Serializable class Mbthread does not define a serialVersionUID field Define a serialVersionUID field. Medium Mbthread.java 11
 
Violation Recommendation Severity Resource Line
Method should be static Add the keyword "static" to the method declaration. Medium FuelDataHelp.java 57
Method should be static Add the keyword "static" to the method declaration. Medium FuelDataHelp.java 62
Method should be static Add the keyword "static" to the method declaration. Medium FuelDataHelp.java 105
Method should be static Add the keyword "static" to the method declaration. Medium FuelDataHelp.java 119
Method should be static Add the keyword "static" to the method declaration. Medium FenceUsersDAO.java 16
Method should be static Add the keyword "static" to the method declaration. Medium FenceUsersDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium FenceUsersDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium FencingDAO.java 65
Method should be static Add the keyword "static" to the method declaration. Medium FencingDAO.java 79
Method should be static Add the keyword "static" to the method declaration. Medium FencingDAO.java 106
Method should be static Add the keyword "static" to the method declaration. Medium HolidayProcessDAO.java 39
Method should be static Add the keyword "static" to the method declaration. Medium HolidayProcessDAO.java 70
Method should be static Add the keyword "static" to the method declaration. Medium LocationProcessDAO.java 30
Method should be static Add the keyword "static" to the method declaration. Medium LocationProcessDAO.java 46
Method should be static Add the keyword "static" to the method declaration. Medium LoginProcessDAO.java 33
Method should be static Add the keyword "static" to the method declaration. Medium LoginProcessDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium OrganizationMessageDAO.java 24
Method should be static Add the keyword "static" to the method declaration. Medium ReferenceDAO.java 35
Method should be static Add the keyword "static" to the method declaration. Medium ReferenceDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium ReferenceDAO.java 96
Method should be static Add the keyword "static" to the method declaration. Medium ReportSummaryDAO.java 14
Method should be static Add the keyword "static" to the method declaration. Medium ReportSummaryDAO.java 29
Method should be static Add the keyword "static" to the method declaration. Medium TraversalDAO.java 113
Method should be static Add the keyword "static" to the method declaration. Medium TraversalDAO.java 180
Method should be static Add the keyword "static" to the method declaration. Medium VehicleFenceMapDAO.java 25
Method should be static Add the keyword "static" to the method declaration. Medium VehicleFenceMapDAO.java 52
Method should be static Add the keyword "static" to the method declaration. Medium VehicleProcessDAO.java 98
Method should be static Add the keyword "static" to the method declaration. Medium VehicleProcessDAO.java 115
Method should be static Add the keyword "static" to the method declaration. Medium VehicleProcessDAO.java 144
Method should be static Add the keyword "static" to the method declaration. Medium VehicleUserGeofenceDAO.java 31
Method should be static Add the keyword "static" to the method declaration. Medium VehicleUserGeofenceDAO.java 113
Method should be static Add the keyword "static" to the method declaration. Medium VehicleUserGeofenceDAO.java 129
Method should be static Add the keyword "static" to the method declaration. Medium DBManager.java 37
Method should be static Add the keyword "static" to the method declaration. Medium DBManager.java 73
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 62
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 74
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 89
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 156
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 168
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 180
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 191
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 103
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 115
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 178
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 190
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 201
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 33
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 67
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 82
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 121
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 133
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 146
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 157
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 62
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 74
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 89
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 152
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 164
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 177
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 188
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 31
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 65
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 80
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 107
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 119
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 132
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 143
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 103
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 116
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 127
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 60
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 72
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 87
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 146
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 158
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 171
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 182
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 34
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 45
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 56
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 68
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 138
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 151
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 162
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 37
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 48
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 59
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 71
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 86
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 141
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 153
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 177
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 34
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 45
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 56
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 68
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 138
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 151
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 162
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 28
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 39
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 50
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 62
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 77
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 100
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 112
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 125
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 136
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 78
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 93
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 176
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 188
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 200
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 211
Method should be static Add the keyword "static" to the method declaration. Medium CharityBarometerDAO.java 28
Method should be static Add the keyword "static" to the method declaration. Medium CharityBarometerDAO.java 39
Method should be static Add the keyword "static" to the method declaration. Medium CharityBarometerDAO.java 50
Method should be static Add the keyword "static" to the method declaration. Medium CharityBarometerDAO.java 62
Method should be static Add the keyword "static" to the method declaration. Medium CharityBarometerDAO.java 77
Method should be static Add the keyword "static" to the method declaration. Medium CharityBarometerDAO.java 100
Method should be static Add the keyword "static" to the method declaration. Medium CharityBarometerDAO.java 112
Method should be static Add the keyword "static" to the method declaration. Medium CharityBarometerDAO.java 125
Method should be static Add the keyword "static" to the method declaration. Medium CharityBarometerDAO.java 136
Method should be static Add the keyword "static" to the method declaration. Medium ChatEntryDAO.java 30
Method should be static Add the keyword "static" to the method declaration. Medium ChatEntryDAO.java 41
Method should be static Add the keyword "static" to the method declaration. Medium ChatEntryDAO.java 52
Method should be static Add the keyword "static" to the method declaration. Medium ChatEntryDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium ChatEntryDAO.java 79
Method should be static Add the keyword "static" to the method declaration. Medium ChatEntryDAO.java 110
Method should be static Add the keyword "static" to the method declaration. Medium ChatEntryDAO.java 122
Method should be static Add the keyword "static" to the method declaration. Medium ChatEntryDAO.java 134
Method should be static Add the keyword "static" to the method declaration. Medium ChatEntryDAO.java 145
Method should be static Add the keyword "static" to the method declaration. Medium ChatStatusDAO.java 33
Method should be static Add the keyword "static" to the method declaration. Medium ChatStatusDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium ChatStatusDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium ChatStatusDAO.java 67
Method should be static Add the keyword "static" to the method declaration. Medium ChatStatusDAO.java 82
Method should be static Add the keyword "static" to the method declaration. Medium ChatStatusDAO.java 125
Method should be static Add the keyword "static" to the method declaration. Medium ChatStatusDAO.java 137
Method should be static Add the keyword "static" to the method declaration. Medium ChatStatusDAO.java 150
Method should be static Add the keyword "static" to the method declaration. Medium ChatStatusDAO.java 161
Method should be static Add the keyword "static" to the method declaration. Medium ClassnameDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium ClassnameDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium ClassnameDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium ClassnameDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium ClassnameDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium ClassnameDAO.java 95
Method should be static Add the keyword "static" to the method declaration. Medium ClassnameDAO.java 107
Method should be static Add the keyword "static" to the method declaration. Medium ClassnameDAO.java 119
Method should be static Add the keyword "static" to the method declaration. Medium ClassnameDAO.java 130
Method should be static Add the keyword "static" to the method declaration. Medium CompanyDAO.java 34
Method should be static Add the keyword "static" to the method declaration. Medium CompanyDAO.java 45
Method should be static Add the keyword "static" to the method declaration. Medium CompanyDAO.java 56
Method should be static Add the keyword "static" to the method declaration. Medium CompanyDAO.java 68
Method should be static Add the keyword "static" to the method declaration. Medium CompanyDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium CompanyDAO.java 130
Method should be static Add the keyword "static" to the method declaration. Medium CompanyDAO.java 142
Method should be static Add the keyword "static" to the method declaration. Medium CompanyDAO.java 154
Method should be static Add the keyword "static" to the method declaration. Medium CompanyDAO.java 165
Method should be static Add the keyword "static" to the method declaration. Medium ContactDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium ContactDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium ContactDAO.java 75
Method should be static Add the keyword "static" to the method declaration. Medium ContactDAO.java 87
Method should be static Add the keyword "static" to the method declaration. Medium ContactDAO.java 102
Method should be static Add the keyword "static" to the method declaration. Medium ContactDAO.java 221
Method should be static Add the keyword "static" to the method declaration. Medium ContactDAO.java 233
Method should be static Add the keyword "static" to the method declaration. Medium ContactDAO.java 245
Method should be static Add the keyword "static" to the method declaration. Medium ContactDAO.java 256
Method should be static Add the keyword "static" to the method declaration. Medium CounterDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium CounterDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium CounterDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium CounterDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium CounterDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium CounterDAO.java 95
Method should be static Add the keyword "static" to the method declaration. Medium CounterDAO.java 107
Method should be static Add the keyword "static" to the method declaration. Medium CounterDAO.java 119
Method should be static Add the keyword "static" to the method declaration. Medium CounterDAO.java 130
Method should be static Add the keyword "static" to the method declaration. Medium CountryDAO.java 32
Method should be static Add the keyword "static" to the method declaration. Medium CountryDAO.java 43
Method should be static Add the keyword "static" to the method declaration. Medium CountryDAO.java 54
Method should be static Add the keyword "static" to the method declaration. Medium CountryDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium CountryDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium CountryDAO.java 120
Method should be static Add the keyword "static" to the method declaration. Medium CountryDAO.java 132
Method should be static Add the keyword "static" to the method declaration. Medium CountryDAO.java 144
Method should be static Add the keyword "static" to the method declaration. Medium CountryDAO.java 155
Method should be static Add the keyword "static" to the method declaration. Medium CyrususerDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium CyrususerDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium CyrususerDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium CyrususerDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium CyrususerDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium CyrususerDAO.java 95
Method should be static Add the keyword "static" to the method declaration. Medium CyrususerDAO.java 107
Method should be static Add the keyword "static" to the method declaration. Medium CyrususerDAO.java 119
Method should be static Add the keyword "static" to the method declaration. Medium CyrususerDAO.java 130
Method should be static Add the keyword "static" to the method declaration. Medium CyrusvirtualDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium CyrusvirtualDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium CyrusvirtualDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium CyrusvirtualDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium CyrusvirtualDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium CyrusvirtualDAO.java 95
Method should be static Add the keyword "static" to the method declaration. Medium CyrusvirtualDAO.java 107
Method should be static Add the keyword "static" to the method declaration. Medium CyrusvirtualDAO.java 120
Method should be static Add the keyword "static" to the method declaration. Medium CyrusvirtualDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium DeviceDAO.java 33
Method should be static Add the keyword "static" to the method declaration. Medium DeviceDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium DeviceDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium DeviceDAO.java 67
Method should be static Add the keyword "static" to the method declaration. Medium DeviceDAO.java 82
Method should be static Add the keyword "static" to the method declaration. Medium DeviceDAO.java 113
Method should be static Add the keyword "static" to the method declaration. Medium DeviceDAO.java 125
Method should be static Add the keyword "static" to the method declaration. Medium DeviceDAO.java 137
Method should be static Add the keyword "static" to the method declaration. Medium DeviceDAO.java 148
Method should be static Add the keyword "static" to the method declaration. Medium DlfileentryDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium DlfileentryDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium DlfileentryDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium DlfileentryDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium DlfileentryDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium DlfileentryDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium DlfileentryDAO.java 178
Method should be static Add the keyword "static" to the method declaration. Medium DlfileentryDAO.java 191
Method should be static Add the keyword "static" to the method declaration. Medium DlfileentryDAO.java 202
Method should be static Add the keyword "static" to the method declaration. Medium DlfilerankDAO.java 32
Method should be static Add the keyword "static" to the method declaration. Medium DlfilerankDAO.java 43
Method should be static Add the keyword "static" to the method declaration. Medium DlfilerankDAO.java 54
Method should be static Add the keyword "static" to the method declaration. Medium DlfilerankDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium DlfilerankDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium DlfilerankDAO.java 116
Method should be static Add the keyword "static" to the method declaration. Medium DlfilerankDAO.java 128
Method should be static Add the keyword "static" to the method declaration. Medium DlfilerankDAO.java 141
Method should be static Add the keyword "static" to the method declaration. Medium DlfilerankDAO.java 152
Method should be static Add the keyword "static" to the method declaration. Medium DlfileshortcutDAO.java 35
Method should be static Add the keyword "static" to the method declaration. Medium DlfileshortcutDAO.java 46
Method should be static Add the keyword "static" to the method declaration. Medium DlfileshortcutDAO.java 57
Method should be static Add the keyword "static" to the method declaration. Medium DlfileshortcutDAO.java 69
Method should be static Add the keyword "static" to the method declaration. Medium DlfileshortcutDAO.java 84
Method should be static Add the keyword "static" to the method declaration. Medium DlfileshortcutDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium DlfileshortcutDAO.java 143
Method should be static Add the keyword "static" to the method declaration. Medium DlfileshortcutDAO.java 156
Method should be static Add the keyword "static" to the method declaration. Medium DlfileshortcutDAO.java 167
Method should be static Add the keyword "static" to the method declaration. Medium DlfileversionDAO.java 35
Method should be static Add the keyword "static" to the method declaration. Medium DlfileversionDAO.java 46
Method should be static Add the keyword "static" to the method declaration. Medium DlfileversionDAO.java 57
Method should be static Add the keyword "static" to the method declaration. Medium DlfileversionDAO.java 69
Method should be static Add the keyword "static" to the method declaration. Medium DlfileversionDAO.java 84
Method should be static Add the keyword "static" to the method declaration. Medium DlfileversionDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium DlfileversionDAO.java 143
Method should be static Add the keyword "static" to the method declaration. Medium DlfileversionDAO.java 156
Method should be static Add the keyword "static" to the method declaration. Medium DlfileversionDAO.java 167
Method should be static Add the keyword "static" to the method declaration. Medium DlfolderDAO.java 35
Method should be static Add the keyword "static" to the method declaration. Medium DlfolderDAO.java 46
Method should be static Add the keyword "static" to the method declaration. Medium DlfolderDAO.java 57
Method should be static Add the keyword "static" to the method declaration. Medium DlfolderDAO.java 69
Method should be static Add the keyword "static" to the method declaration. Medium DlfolderDAO.java 84
Method should be static Add the keyword "static" to the method declaration. Medium DlfolderDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium DlfolderDAO.java 143
Method should be static Add the keyword "static" to the method declaration. Medium DlfolderDAO.java 155
Method should be static Add the keyword "static" to the method declaration. Medium DlfolderDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium EmailaddressDAO.java 35
Method should be static Add the keyword "static" to the method declaration. Medium EmailaddressDAO.java 46
Method should be static Add the keyword "static" to the method declaration. Medium EmailaddressDAO.java 57
Method should be static Add the keyword "static" to the method declaration. Medium EmailaddressDAO.java 69
Method should be static Add the keyword "static" to the method declaration. Medium EmailaddressDAO.java 84
Method should be static Add the keyword "static" to the method declaration. Medium EmailaddressDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium EmailaddressDAO.java 143
Method should be static Add the keyword "static" to the method declaration. Medium EmailaddressDAO.java 156
Method should be static Add the keyword "static" to the method declaration. Medium EmailaddressDAO.java 167
Method should be static Add the keyword "static" to the method declaration. Medium EventNotificationDAO.java 26
Method should be static Add the keyword "static" to the method declaration. Medium ExpandocolumnDAO.java 32
Method should be static Add the keyword "static" to the method declaration. Medium ExpandocolumnDAO.java 43
Method should be static Add the keyword "static" to the method declaration. Medium ExpandocolumnDAO.java 54
Method should be static Add the keyword "static" to the method declaration. Medium ExpandocolumnDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium ExpandocolumnDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium ExpandocolumnDAO.java 120
Method should be static Add the keyword "static" to the method declaration. Medium ExpandocolumnDAO.java 132
Method should be static Add the keyword "static" to the method declaration. Medium ExpandocolumnDAO.java 145
Method should be static Add the keyword "static" to the method declaration. Medium ExpandocolumnDAO.java 156
Method should be static Add the keyword "static" to the method declaration. Medium ExpandorowDAO.java 29
Method should be static Add the keyword "static" to the method declaration. Medium ExpandorowDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium ExpandorowDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium ExpandorowDAO.java 63
Method should be static Add the keyword "static" to the method declaration. Medium ExpandorowDAO.java 78
Method should be static Add the keyword "static" to the method declaration. Medium ExpandorowDAO.java 105
Method should be static Add the keyword "static" to the method declaration. Medium ExpandorowDAO.java 117
Method should be static Add the keyword "static" to the method declaration. Medium ExpandorowDAO.java 130
Method should be static Add the keyword "static" to the method declaration. Medium ExpandorowDAO.java 141
Method should be static Add the keyword "static" to the method declaration. Medium ExpandotableDAO.java 29
Method should be static Add the keyword "static" to the method declaration. Medium ExpandotableDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium ExpandotableDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium ExpandotableDAO.java 63
Method should be static Add the keyword "static" to the method declaration. Medium ExpandotableDAO.java 78
Method should be static Add the keyword "static" to the method declaration. Medium ExpandotableDAO.java 105
Method should be static Add the keyword "static" to the method declaration. Medium ExpandotableDAO.java 117
Method should be static Add the keyword "static" to the method declaration. Medium ExpandotableDAO.java 130
Method should be static Add the keyword "static" to the method declaration. Medium ExpandotableDAO.java 141
Method should be static Add the keyword "static" to the method declaration. Medium ExpandovalueDAO.java 33
Method should be static Add the keyword "static" to the method declaration. Medium ExpandovalueDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium ExpandovalueDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium ExpandovalueDAO.java 67
Method should be static Add the keyword "static" to the method declaration. Medium ExpandovalueDAO.java 82
Method should be static Add the keyword "static" to the method declaration. Medium ExpandovalueDAO.java 125
Method should be static Add the keyword "static" to the method declaration. Medium ExpandovalueDAO.java 137
Method should be static Add the keyword "static" to the method declaration. Medium ExpandovalueDAO.java 150
Method should be static Add the keyword "static" to the method declaration. Medium ExpandovalueDAO.java 161
Method should be static Add the keyword "static" to the method declaration. Medium FeedbackDAO.java 31
Method should be static Add the keyword "static" to the method declaration. Medium FeedbackDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium FeedbackDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium FeedbackDAO.java 65
Method should be static Add the keyword "static" to the method declaration. Medium FeedbackDAO.java 80
Method should be static Add the keyword "static" to the method declaration. Medium FeedbackDAO.java 111
Method should be static Add the keyword "static" to the method declaration. Medium FeedbackDAO.java 123
Method should be static Add the keyword "static" to the method declaration. Medium FeedbackDAO.java 135
Method should be static Add the keyword "static" to the method declaration. Medium FeedbackDAO.java 146
Method should be static Add the keyword "static" to the method declaration. Medium FenceHistoryDAO.java 30
Method should be static Add the keyword "static" to the method declaration. Medium FenceHistoryDAO.java 41
Method should be static Add the keyword "static" to the method declaration. Medium FenceHistoryDAO.java 52
Method should be static Add the keyword "static" to the method declaration. Medium FenceHistoryDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium FenceHistoryDAO.java 79
Method should be static Add the keyword "static" to the method declaration. Medium FenceHistoryDAO.java 106
Method should be static Add the keyword "static" to the method declaration. Medium FenceHistoryDAO.java 118
Method should be static Add the keyword "static" to the method declaration. Medium FenceHistoryDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium FenceHistoryDAO.java 142
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 43
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 54
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 65
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 77
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 92
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 119
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 144
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 155
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 167
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 199
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 267
Method should be static Add the keyword "static" to the method declaration. Medium FenceReportDAO.java 302
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTravellerDetailsDAO.java 29
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTravellerDetailsDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTravellerDetailsDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTravellerDetailsDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTravellerDetailsDAO.java 79
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTravellerDetailsDAO.java 94
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTravellerDetailsDAO.java 106
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTravellerDetailsDAO.java 120
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTravellerDetailsDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTripDetailsDAO.java 28
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTripDetailsDAO.java 39
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTripDetailsDAO.java 50
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTripDetailsDAO.java 63
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTripDetailsDAO.java 78
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTripDetailsDAO.java 97
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTripDetailsDAO.java 109
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTripDetailsDAO.java 122
Method should be static Add the keyword "static" to the method declaration. Medium FrequentTripDetailsDAO.java 133
Method should be static Add the keyword "static" to the method declaration. Medium FuelCalibrationDAO.java 26
Method should be static Add the keyword "static" to the method declaration. Medium FuelCalibrationDAO.java 37
Method should be static Add the keyword "static" to the method declaration. Medium FuelCalibrationDAO.java 48
Method should be static Add the keyword "static" to the method declaration. Medium FuelCalibrationDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium FuelCalibrationDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium FuelCalibrationDAO.java 96
Method should be static Add the keyword "static" to the method declaration. Medium FuelCalibrationDAO.java 108
Method should be static Add the keyword "static" to the method declaration. Medium FuelCalibrationDAO.java 121
Method should be static Add the keyword "static" to the method declaration. Medium FuelCalibrationDAO.java 132
Method should be static Add the keyword "static" to the method declaration. Medium GeofenceDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium GeofenceDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium GeofenceDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium GeofenceDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium GeofenceDAO.java 98
Method should be static Add the keyword "static" to the method declaration. Medium GeofenceDAO.java 149
Method should be static Add the keyword "static" to the method declaration. Medium GeofenceDAO.java 161
Method should be static Add the keyword "static" to the method declaration. Medium GeofenceDAO.java 173
Method should be static Add the keyword "static" to the method declaration. Medium GeofenceDAO.java 184
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 45
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 75
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 87
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 102
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 117
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 135
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 147
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 160
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 182
Method should be static Add the keyword "static" to the method declaration. Medium GeovehicleMapDAO.java 193
Method should be static Add the keyword "static" to the method declaration. Medium GroupDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium GroupDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium GroupDAO.java 60
Method should be static Add the keyword "static" to the method declaration. Medium GroupDAO.java 72
Method should be static Add the keyword "static" to the method declaration. Medium GroupDAO.java 87
Method should be static Add the keyword "static" to the method declaration. Medium GroupDAO.java 150
Method should be static Add the keyword "static" to the method declaration. Medium GroupDAO.java 162
Method should be static Add the keyword "static" to the method declaration. Medium GroupDAO.java 174
Method should be static Add the keyword "static" to the method declaration. Medium GroupDAO.java 185
Method should be static Add the keyword "static" to the method declaration. Medium GroupsOrgsDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium GroupsOrgsDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium GroupsOrgsDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium GroupsOrgsDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium GroupsOrgsDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium GroupsOrgsDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium GroupsOrgsDAO.java 103
Method should be static Add the keyword "static" to the method declaration. Medium GroupsOrgsDAO.java 116
Method should be static Add the keyword "static" to the method declaration. Medium GroupsOrgsDAO.java 127
Method should be static Add the keyword "static" to the method declaration. Medium GroupsPermissionsDAO.java 28
Method should be static Add the keyword "static" to the method declaration. Medium GroupsPermissionsDAO.java 39
Method should be static Add the keyword "static" to the method declaration. Medium GroupsPermissionsDAO.java 50
Method should be static Add the keyword "static" to the method declaration. Medium GroupsPermissionsDAO.java 62
Method should be static Add the keyword "static" to the method declaration. Medium GroupsPermissionsDAO.java 77
Method should be static Add the keyword "static" to the method declaration. Medium GroupsPermissionsDAO.java 92
Method should be static Add the keyword "static" to the method declaration. Medium GroupsPermissionsDAO.java 104
Method should be static Add the keyword "static" to the method declaration. Medium GroupsPermissionsDAO.java 117
Method should be static Add the keyword "static" to the method declaration. Medium GroupsPermissionsDAO.java 128
Method should be static Add the keyword "static" to the method declaration. Medium GroupsRolesDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium GroupsRolesDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium GroupsRolesDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium GroupsRolesDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium GroupsRolesDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium GroupsRolesDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium GroupsRolesDAO.java 103
Method should be static Add the keyword "static" to the method declaration. Medium GroupsRolesDAO.java 116
Method should be static Add the keyword "static" to the method declaration. Medium GroupsRolesDAO.java 127
Method should be static Add the keyword "static" to the method declaration. Medium GroupsUsergroupsDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium GroupsUsergroupsDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium GroupsUsergroupsDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium GroupsUsergroupsDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium GroupsUsergroupsDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium GroupsUsergroupsDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium GroupsUsergroupsDAO.java 103
Method should be static Add the keyword "static" to the method declaration. Medium GroupsUsergroupsDAO.java 116
Method should be static Add the keyword "static" to the method declaration. Medium GroupsUsergroupsDAO.java 127
Method should be static Add the keyword "static" to the method declaration. Medium HolidaysDAO.java 22
Method should be static Add the keyword "static" to the method declaration. Medium HolidaysDAO.java 33
Method should be static Add the keyword "static" to the method declaration. Medium HolidaysDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium HolidaysDAO.java 57
Method should be static Add the keyword "static" to the method declaration. Medium HolidaysDAO.java 80
Method should be static Add the keyword "static" to the method declaration. Medium HolidaysDAO.java 94
Method should be static Add the keyword "static" to the method declaration. Medium IgfolderDAO.java 34
Method should be static Add the keyword "static" to the method declaration. Medium IgfolderDAO.java 45
Method should be static Add the keyword "static" to the method declaration. Medium IgfolderDAO.java 56
Method should be static Add the keyword "static" to the method declaration. Medium IgfolderDAO.java 68
Method should be static Add the keyword "static" to the method declaration. Medium IgfolderDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium IgfolderDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium IgfolderDAO.java 138
Method should be static Add the keyword "static" to the method declaration. Medium IgfolderDAO.java 150
Method should be static Add the keyword "static" to the method declaration. Medium IgfolderDAO.java 161
Method should be static Add the keyword "static" to the method declaration. Medium IgimageDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium IgimageDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium IgimageDAO.java 60
Method should be static Add the keyword "static" to the method declaration. Medium IgimageDAO.java 72
Method should be static Add the keyword "static" to the method declaration. Medium IgimageDAO.java 87
Method should be static Add the keyword "static" to the method declaration. Medium IgimageDAO.java 146
Method should be static Add the keyword "static" to the method declaration. Medium IgimageDAO.java 158
Method should be static Add the keyword "static" to the method declaration. Medium IgimageDAO.java 170
Method should be static Add the keyword "static" to the method declaration. Medium IgimageDAO.java 181
Method should be static Add the keyword "static" to the method declaration. Medium ImageDAO.java 32
Method should be static Add the keyword "static" to the method declaration. Medium ImageDAO.java 43
Method should be static Add the keyword "static" to the method declaration. Medium ImageDAO.java 54
Method should be static Add the keyword "static" to the method declaration. Medium ImageDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium ImageDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium ImageDAO.java 116
Method should be static Add the keyword "static" to the method declaration. Medium ImageDAO.java 128
Method should be static Add the keyword "static" to the method declaration. Medium ImageDAO.java 140
Method should be static Add the keyword "static" to the method declaration. Medium ImageDAO.java 151
Method should be static Add the keyword "static" to the method declaration. Medium InboxDAO.java 32
Method should be static Add the keyword "static" to the method declaration. Medium InboxDAO.java 43
Method should be static Add the keyword "static" to the method declaration. Medium InboxDAO.java 54
Method should be static Add the keyword "static" to the method declaration. Medium InboxDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium InboxDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium InboxDAO.java 116
Method should be static Add the keyword "static" to the method declaration. Medium InboxDAO.java 128
Method should be static Add the keyword "static" to the method declaration. Medium InboxDAO.java 140
Method should be static Add the keyword "static" to the method declaration. Medium InboxDAO.java 151
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleDAO.java 50
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleDAO.java 72
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleDAO.java 84
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleDAO.java 99
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleDAO.java 206
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleDAO.java 218
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleDAO.java 231
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleDAO.java 242
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleimageDAO.java 34
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleimageDAO.java 45
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleimageDAO.java 56
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleimageDAO.java 68
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleimageDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleimageDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleimageDAO.java 138
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleimageDAO.java 151
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleimageDAO.java 162
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleresourceDAO.java 29
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleresourceDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleresourceDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleresourceDAO.java 63
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleresourceDAO.java 78
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleresourceDAO.java 101
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleresourceDAO.java 113
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleresourceDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium JournalarticleresourceDAO.java 137
Method should be static Add the keyword "static" to the method declaration. Medium JournalcontentsearchDAO.java 33
Method should be static Add the keyword "static" to the method declaration. Medium JournalcontentsearchDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium JournalcontentsearchDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium JournalcontentsearchDAO.java 67
Method should be static Add the keyword "static" to the method declaration. Medium JournalcontentsearchDAO.java 82
Method should be static Add the keyword "static" to the method declaration. Medium JournalcontentsearchDAO.java 121
Method should be static Add the keyword "static" to the method declaration. Medium JournalcontentsearchDAO.java 133
Method should be static Add the keyword "static" to the method declaration. Medium JournalcontentsearchDAO.java 146
Method should be static Add the keyword "static" to the method declaration. Medium JournalcontentsearchDAO.java 157
Method should be static Add the keyword "static" to the method declaration. Medium JournalfeedDAO.java 47
Method should be static Add the keyword "static" to the method declaration. Medium JournalfeedDAO.java 58
Method should be static Add the keyword "static" to the method declaration. Medium JournalfeedDAO.java 69
Method should be static Add the keyword "static" to the method declaration. Medium JournalfeedDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium JournalfeedDAO.java 96
Method should be static Add the keyword "static" to the method declaration. Medium JournalfeedDAO.java 192
Method should be static Add the keyword "static" to the method declaration. Medium JournalfeedDAO.java 204
Method should be static Add the keyword "static" to the method declaration. Medium JournalfeedDAO.java 217
Method should be static Add the keyword "static" to the method declaration. Medium JournalfeedDAO.java 228
Method should be static Add the keyword "static" to the method declaration. Medium JournalstructureDAO.java 37
Method should be static Add the keyword "static" to the method declaration. Medium JournalstructureDAO.java 48
Method should be static Add the keyword "static" to the method declaration. Medium JournalstructureDAO.java 59
Method should be static Add the keyword "static" to the method declaration. Medium JournalstructureDAO.java 71
Method should be static Add the keyword "static" to the method declaration. Medium JournalstructureDAO.java 86
Method should be static Add the keyword "static" to the method declaration. Medium JournalstructureDAO.java 141
Method should be static Add the keyword "static" to the method declaration. Medium JournalstructureDAO.java 153
Method should be static Add the keyword "static" to the method declaration. Medium JournalstructureDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium JournalstructureDAO.java 177
Method should be static Add the keyword "static" to the method declaration. Medium JournaltemplateDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium JournaltemplateDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium JournaltemplateDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium JournaltemplateDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium JournaltemplateDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium JournaltemplateDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium JournaltemplateDAO.java 178
Method should be static Add the keyword "static" to the method declaration. Medium JournaltemplateDAO.java 191
Method should be static Add the keyword "static" to the method declaration. Medium JournaltemplateDAO.java 202
Method should be static Add the keyword "static" to the method declaration. Medium LayoutDAO.java 47
Method should be static Add the keyword "static" to the method declaration. Medium LayoutDAO.java 58
Method should be static Add the keyword "static" to the method declaration. Medium LayoutDAO.java 69
Method should be static Add the keyword "static" to the method declaration. Medium LayoutDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium LayoutDAO.java 96
Method should be static Add the keyword "static" to the method declaration. Medium LayoutDAO.java 195
Method should be static Add the keyword "static" to the method declaration. Medium LayoutDAO.java 207
Method should be static Add the keyword "static" to the method declaration. Medium LayoutDAO.java 219
Method should be static Add the keyword "static" to the method declaration. Medium LayoutDAO.java 230
Method should be static Add the keyword "static" to the method declaration. Medium LayoutsetDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium LayoutsetDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium LayoutsetDAO.java 60
Method should be static Add the keyword "static" to the method declaration. Medium LayoutsetDAO.java 72
Method should be static Add the keyword "static" to the method declaration. Medium LayoutsetDAO.java 87
Method should be static Add the keyword "static" to the method declaration. Medium LayoutsetDAO.java 150
Method should be static Add the keyword "static" to the method declaration. Medium LayoutsetDAO.java 162
Method should be static Add the keyword "static" to the method declaration. Medium LayoutsetDAO.java 174
Method should be static Add the keyword "static" to the method declaration. Medium LayoutsetDAO.java 185
Method should be static Add the keyword "static" to the method declaration. Medium ListtypeDAO.java 28
Method should be static Add the keyword "static" to the method declaration. Medium ListtypeDAO.java 39
Method should be static Add the keyword "static" to the method declaration. Medium ListtypeDAO.java 50
Method should be static Add the keyword "static" to the method declaration. Medium ListtypeDAO.java 62
Method should be static Add the keyword "static" to the method declaration. Medium ListtypeDAO.java 77
Method should be static Add the keyword "static" to the method declaration. Medium ListtypeDAO.java 100
Method should be static Add the keyword "static" to the method declaration. Medium ListtypeDAO.java 112
Method should be static Add the keyword "static" to the method declaration. Medium ListtypeDAO.java 124
Method should be static Add the keyword "static" to the method declaration. Medium ListtypeDAO.java 135
Method should be static Add the keyword "static" to the method declaration. Medium LmuSenderMappingDAO.java 13
Method should be static Add the keyword "static" to the method declaration. Medium LocationDAO.java 39
Method should be static Add the keyword "static" to the method declaration. Medium LocationDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium LocationDAO.java 123
Method should be static Add the keyword "static" to the method declaration. Medium LoginDAO.java 23
Method should be static Add the keyword "static" to the method declaration. Medium LoginDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium MbbanDAO.java 32
Method should be static Add the keyword "static" to the method declaration. Medium MbbanDAO.java 43
Method should be static Add the keyword "static" to the method declaration. Medium MbbanDAO.java 54
Method should be static Add the keyword "static" to the method declaration. Medium MbbanDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium MbbanDAO.java 81
Method should be static Add the keyword "static" to the method declaration. Medium MbbanDAO.java 116
Method should be static Add the keyword "static" to the method declaration. Medium MbbanDAO.java 128
Method should be static Add the keyword "static" to the method declaration. Medium MbbanDAO.java 140
Method should be static Add the keyword "static" to the method declaration. Medium MbbanDAO.java 151
Method should be static Add the keyword "static" to the method declaration. Medium MbcategoryDAO.java 37
Method should be static Add the keyword "static" to the method declaration. Medium MbcategoryDAO.java 48
Method should be static Add the keyword "static" to the method declaration. Medium MbcategoryDAO.java 59
Method should be static Add the keyword "static" to the method declaration. Medium MbcategoryDAO.java 71
Method should be static Add the keyword "static" to the method declaration. Medium MbcategoryDAO.java 86
Method should be static Add the keyword "static" to the method declaration. Medium MbcategoryDAO.java 141
Method should be static Add the keyword "static" to the method declaration. Medium MbcategoryDAO.java 153
Method should be static Add the keyword "static" to the method declaration. Medium MbcategoryDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium MbcategoryDAO.java 177
Method should be static Add the keyword "static" to the method declaration. Medium MbdiscussionDAO.java 29
Method should be static Add the keyword "static" to the method declaration. Medium MbdiscussionDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium MbdiscussionDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium MbdiscussionDAO.java 63
Method should be static Add the keyword "static" to the method declaration. Medium MbdiscussionDAO.java 78
Method should be static Add the keyword "static" to the method declaration. Medium MbdiscussionDAO.java 105
Method should be static Add the keyword "static" to the method declaration. Medium MbdiscussionDAO.java 117
Method should be static Add the keyword "static" to the method declaration. Medium MbdiscussionDAO.java 130
Method should be static Add the keyword "static" to the method declaration. Medium MbdiscussionDAO.java 141
Method should be static Add the keyword "static" to the method declaration. Medium MbmailinglistDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium MbmailinglistDAO.java 60
Method should be static Add the keyword "static" to the method declaration. Medium MbmailinglistDAO.java 71
Method should be static Add the keyword "static" to the method declaration. Medium MbmailinglistDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium MbmailinglistDAO.java 98
Method should be static Add the keyword "static" to the method declaration. Medium MbmailinglistDAO.java 201
Method should be static Add the keyword "static" to the method declaration. Medium MbmailinglistDAO.java 213
Method should be static Add the keyword "static" to the method declaration. Medium MbmailinglistDAO.java 226
Method should be static Add the keyword "static" to the method declaration. Medium MbmailinglistDAO.java 237
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageDAO.java 178
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageDAO.java 190
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageDAO.java 201
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageflagDAO.java 31
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageflagDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageflagDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageflagDAO.java 65
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageflagDAO.java 80
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageflagDAO.java 111
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageflagDAO.java 123
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageflagDAO.java 136
Method should be static Add the keyword "static" to the method declaration. Medium MbmessageflagDAO.java 147
Method should be static Add the keyword "static" to the method declaration. Medium MbstatsuserDAO.java 30
Method should be static Add the keyword "static" to the method declaration. Medium MbstatsuserDAO.java 41
Method should be static Add the keyword "static" to the method declaration. Medium MbstatsuserDAO.java 52
Method should be static Add the keyword "static" to the method declaration. Medium MbstatsuserDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium MbstatsuserDAO.java 79
Method should be static Add the keyword "static" to the method declaration. Medium MbstatsuserDAO.java 106
Method should be static Add the keyword "static" to the method declaration. Medium MbstatsuserDAO.java 118
Method should be static Add the keyword "static" to the method declaration. Medium MbstatsuserDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium MbstatsuserDAO.java 142
Method should be static Add the keyword "static" to the method declaration. Medium MbthreadDAO.java 34
Method should be static Add the keyword "static" to the method declaration. Medium MbthreadDAO.java 45
Method should be static Add the keyword "static" to the method declaration. Medium MbthreadDAO.java 56
Method should be static Add the keyword "static" to the method declaration. Medium MbthreadDAO.java 68
Method should be static Add the keyword "static" to the method declaration. Medium MbthreadDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium MbthreadDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium MbthreadDAO.java 138
Method should be static Add the keyword "static" to the method declaration. Medium MbthreadDAO.java 150
Method should be static Add the keyword "static" to the method declaration. Medium MbthreadDAO.java 161
 
Violation Recommendation Severity Resource Line
No implementation version Add an implementation version to the manifest file. Medium MANIFEST.MF 1
 
Violation Recommendation Severity Resource Line
Incorrect type mapping for property companyId Use "long" type for this property. Medium Account.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Account.hbm.xml 16
Incorrect type mapping for property userName Use "string" type for this property. Medium Account.hbm.xml 19
Incorrect type mapping for property createDate Use "date" type for this property. Medium Account.hbm.xml 22
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Account.hbm.xml 25
Incorrect type mapping for property parentAccountId Use "long" type for this property. Medium Account.hbm.xml 28
Incorrect type mapping for property name Use "string" type for this property. Medium Account.hbm.xml 31
Incorrect type mapping for property legalName Use "string" type for this property. Medium Account.hbm.xml 34
Incorrect type mapping for property legalId Use "string" type for this property. Medium Account.hbm.xml 37
Incorrect type mapping for property legalType Use "string" type for this property. Medium Account.hbm.xml 40
Incorrect type mapping for property sicCode Use "string" type for this property. Medium Account.hbm.xml 43
Incorrect type mapping for property tickerSymbol Use "string" type for this property. Medium Account.hbm.xml 46
Incorrect type mapping for property industry Use "string" type for this property. Medium Account.hbm.xml 49
Incorrect type mapping for property type Use "string" type for this property. Medium Account.hbm.xml 52
Incorrect type mapping for property size Use "string" type for this property. Medium Account.hbm.xml 55
Incorrect type mapping for property companyId Use "long" type for this property. Medium Address.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Address.hbm.xml 16
Incorrect type mapping for property userName Use "string" type for this property. Medium Address.hbm.xml 19
Incorrect type mapping for property createDate Use "date" type for this property. Medium Address.hbm.xml 22
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Address.hbm.xml 25
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Address.hbm.xml 28
Incorrect type mapping for property classPk Use "long" type for this property. Medium Address.hbm.xml 31
Incorrect type mapping for property street1 Use "string" type for this property. Medium Address.hbm.xml 34
Incorrect type mapping for property street2 Use "string" type for this property. Medium Address.hbm.xml 37
Incorrect type mapping for property street3 Use "string" type for this property. Medium Address.hbm.xml 40
Incorrect type mapping for property city Use "string" type for this property. Medium Address.hbm.xml 43
Incorrect type mapping for property zip Use "string" type for this property. Medium Address.hbm.xml 46
Incorrect type mapping for property regionId Use "long" type for this property. Medium Address.hbm.xml 49
Incorrect type mapping for property countryId Use "long" type for this property. Medium Address.hbm.xml 52
Incorrect type mapping for property typeId Use "integer" type for this property. Medium Address.hbm.xml 55
Incorrect type mapping for property mailing Use "short" type for this property. Medium Address.hbm.xml 58
Incorrect type mapping for property primary Use "short" type for this property. Medium Address.hbm.xml 61
Incorrect type mapping for property companyId Use "long" type for this property. Medium Announcementsdelivery.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Announcementsdelivery.hbm.xml 16
Incorrect type mapping for property type Use "string" type for this property. Medium Announcementsdelivery.hbm.xml 19
Incorrect type mapping for property email Use "short" type for this property. Medium Announcementsdelivery.hbm.xml 22
Incorrect type mapping for property sms Use "short" type for this property. Medium Announcementsdelivery.hbm.xml 25
Incorrect type mapping for property website Use "short" type for this property. Medium Announcementsdelivery.hbm.xml 28
Incorrect type mapping for property uuid Use "string" type for this property. Medium Announcementsentry.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Announcementsentry.hbm.xml 16
Incorrect type mapping for property userId Use "long" type for this property. Medium Announcementsentry.hbm.xml 19
Incorrect type mapping for property userName Use "string" type for this property. Medium Announcementsentry.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Announcementsentry.hbm.xml 25
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Announcementsentry.hbm.xml 28
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Announcementsentry.hbm.xml 31
Incorrect type mapping for property classPk Use "long" type for this property. Medium Announcementsentry.hbm.xml 34
Incorrect type mapping for property title Use "string" type for this property. Medium Announcementsentry.hbm.xml 37
Incorrect type mapping for property content Use "string" type for this property. Medium Announcementsentry.hbm.xml 40
Incorrect type mapping for property url Use "string" type for this property. Medium Announcementsentry.hbm.xml 43
Incorrect type mapping for property type Use "string" type for this property. Medium Announcementsentry.hbm.xml 46
Incorrect type mapping for property displayDate Use "date" type for this property. Medium Announcementsentry.hbm.xml 49
Incorrect type mapping for property expirationDate Use "date" type for this property. Medium Announcementsentry.hbm.xml 52
Incorrect type mapping for property priority Use "integer" type for this property. Medium Announcementsentry.hbm.xml 55
Incorrect type mapping for property alert Use "short" type for this property. Medium Announcementsentry.hbm.xml 58
Incorrect type mapping for property userId Use "long" type for this property. Medium Announcementsflag.hbm.xml 13
Incorrect type mapping for property createDate Use "date" type for this property. Medium Announcementsflag.hbm.xml 16
Incorrect type mapping for property entryId Use "long" type for this property. Medium Announcementsflag.hbm.xml 19
Incorrect type mapping for property value Use "integer" type for this property. Medium Announcementsflag.hbm.xml 22
Incorrect type mapping for property uuid Use "string" type for this property. Medium Blogsentry.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Blogsentry.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Blogsentry.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Blogsentry.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Blogsentry.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Blogsentry.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Blogsentry.hbm.xml 31
Incorrect type mapping for property title Use "string" type for this property. Medium Blogsentry.hbm.xml 34
Incorrect type mapping for property urlTitle Use "string" type for this property. Medium Blogsentry.hbm.xml 37
Incorrect type mapping for property content Use "string" type for this property. Medium Blogsentry.hbm.xml 40
Incorrect type mapping for property displayDate Use "date" type for this property. Medium Blogsentry.hbm.xml 43
Incorrect type mapping for property draft Use "short" type for this property. Medium Blogsentry.hbm.xml 46
Incorrect type mapping for property allowTrackbacks Use "short" type for this property. Medium Blogsentry.hbm.xml 49
Incorrect type mapping for property trackbacks Use "string" type for this property. Medium Blogsentry.hbm.xml 52
Incorrect type mapping for property groupId Use "long" type for this property. Medium Blogsstatsuser.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Blogsstatsuser.hbm.xml 16
Incorrect type mapping for property userId Use "long" type for this property. Medium Blogsstatsuser.hbm.xml 19
Incorrect type mapping for property entryCount Use "integer" type for this property. Medium Blogsstatsuser.hbm.xml 22
Incorrect type mapping for property lastPostDate Use "date" type for this property. Medium Blogsstatsuser.hbm.xml 25
Incorrect type mapping for property ratingsTotalEntries Use "integer" type for this property. Medium Blogsstatsuser.hbm.xml 28
Incorrect type mapping for property ratingsTotalScore Use "double" type for this property. Medium Blogsstatsuser.hbm.xml 31
Incorrect type mapping for property ratingsAverageScore Use "double" type for this property. Medium Blogsstatsuser.hbm.xml 34
Incorrect type mapping for property uuid Use "string" type for this property. Medium Bookmarksentry.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Bookmarksentry.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Bookmarksentry.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Bookmarksentry.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Bookmarksentry.hbm.xml 25
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Bookmarksentry.hbm.xml 28
Incorrect type mapping for property folderId Use "long" type for this property. Medium Bookmarksentry.hbm.xml 31
Incorrect type mapping for property name Use "string" type for this property. Medium Bookmarksentry.hbm.xml 34
Incorrect type mapping for property url Use "string" type for this property. Medium Bookmarksentry.hbm.xml 37
Incorrect type mapping for property comments Use "string" type for this property. Medium Bookmarksentry.hbm.xml 40
Incorrect type mapping for property visits Use "integer" type for this property. Medium Bookmarksentry.hbm.xml 43
Incorrect type mapping for property priority Use "integer" type for this property. Medium Bookmarksentry.hbm.xml 46
Incorrect type mapping for property uuid Use "string" type for this property. Medium Bookmarksfolder.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Bookmarksfolder.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Bookmarksfolder.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Bookmarksfolder.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Bookmarksfolder.hbm.xml 25
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Bookmarksfolder.hbm.xml 28
Incorrect type mapping for property parentFolderId Use "long" type for this property. Medium Bookmarksfolder.hbm.xml 31
Incorrect type mapping for property name Use "string" type for this property. Medium Bookmarksfolder.hbm.xml 34
Incorrect type mapping for property description Use "string" type for this property. Medium Bookmarksfolder.hbm.xml 37
Incorrect type mapping for property userId Use "long" type for this property. Medium Browsertracker.hbm.xml 13
Incorrect type mapping for property browserKey Use "long" type for this property. Medium Browsertracker.hbm.xml 16
Incorrect type mapping for property uuid Use "string" type for this property. Medium Calevent.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Calevent.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Calevent.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Calevent.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Calevent.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Calevent.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Calevent.hbm.xml 31
Incorrect type mapping for property title Use "string" type for this property. Medium Calevent.hbm.xml 34
Incorrect type mapping for property description Use "string" type for this property. Medium Calevent.hbm.xml 37
Incorrect type mapping for property startDate Use "date" type for this property. Medium Calevent.hbm.xml 40
Incorrect type mapping for property endDate Use "date" type for this property. Medium Calevent.hbm.xml 43
Incorrect type mapping for property durationHour Use "integer" type for this property. Medium Calevent.hbm.xml 46
Incorrect type mapping for property durationMinute Use "integer" type for this property. Medium Calevent.hbm.xml 49
Incorrect type mapping for property allDay Use "short" type for this property. Medium Calevent.hbm.xml 52
Incorrect type mapping for property timeZoneSensitive Use "short" type for this property. Medium Calevent.hbm.xml 55
Incorrect type mapping for property type Use "string" type for this property. Medium Calevent.hbm.xml 58
Incorrect type mapping for property repeating Use "short" type for this property. Medium Calevent.hbm.xml 61
Incorrect type mapping for property recurrence Use "string" type for this property. Medium Calevent.hbm.xml 64
Incorrect type mapping for property remindBy Use "integer" type for this property. Medium Calevent.hbm.xml 67
Incorrect type mapping for property firstReminder Use "integer" type for this property. Medium Calevent.hbm.xml 70
Incorrect type mapping for property secondReminder Use "integer" type for this property. Medium Calevent.hbm.xml 73
Incorrect type mapping for property current Use "integer" type for this property. Medium CharityBarometer.hbm.xml 16
Incorrect type mapping for property target Use "integer" type for this property. Medium CharityBarometer.hbm.xml 19
Incorrect type mapping for property createDate Use "long" type for this property. Medium ChatEntry.hbm.xml 13
Incorrect type mapping for property fromUserId Use "long" type for this property. Medium ChatEntry.hbm.xml 16
Incorrect type mapping for property toUserId Use "long" type for this property. Medium ChatEntry.hbm.xml 19
Incorrect type mapping for property content Use "string" type for this property. Medium ChatEntry.hbm.xml 22
Incorrect type mapping for property userId Use "long" type for this property. Medium ChatStatus.hbm.xml 13
Incorrect type mapping for property modifiedDate Use "long" type for this property. Medium ChatStatus.hbm.xml 16
Incorrect type mapping for property online Use "short" type for this property. Medium ChatStatus.hbm.xml 19
Incorrect type mapping for property awake Use "short" type for this property. Medium ChatStatus.hbm.xml 22
Incorrect type mapping for property activePanelId Use "string" type for this property. Medium ChatStatus.hbm.xml 25
Incorrect type mapping for property message Use "string" type for this property. Medium ChatStatus.hbm.xml 28
Incorrect type mapping for property playSound Use "short" type for this property. Medium ChatStatus.hbm.xml 31
Incorrect type mapping for property value Use "string" type for this property. Medium Classname.hbm.xml 13
Incorrect type mapping for property accountId Use "long" type for this property. Medium Company.hbm.xml 13
Incorrect type mapping for property webId Use "string" type for this property. Medium Company.hbm.xml 16
Incorrect type mapping for property key Use "string" type for this property. Medium Company.hbm.xml 19
Incorrect type mapping for property virtualHost Use "string" type for this property. Medium Company.hbm.xml 22
Incorrect type mapping for property mx Use "string" type for this property. Medium Company.hbm.xml 25
Incorrect type mapping for property homeUrl Use "string" type for this property. Medium Company.hbm.xml 28
Incorrect type mapping for property logoId Use "long" type for this property. Medium Company.hbm.xml 31
Incorrect type mapping for property system Use "short" type for this property. Medium Company.hbm.xml 34
Incorrect type mapping for property companyId Use "long" type for this property. Medium Contact.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Contact.hbm.xml 16
Incorrect type mapping for property userName Use "string" type for this property. Medium Contact.hbm.xml 19
Incorrect type mapping for property createDate Use "date" type for this property. Medium Contact.hbm.xml 22
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Contact.hbm.xml 25
Incorrect type mapping for property accountId Use "long" type for this property. Medium Contact.hbm.xml 28
Incorrect type mapping for property parentContactId Use "long" type for this property. Medium Contact.hbm.xml 31
Incorrect type mapping for property firstName Use "string" type for this property. Medium Contact.hbm.xml 34
Incorrect type mapping for property middleName Use "string" type for this property. Medium Contact.hbm.xml 37
Incorrect type mapping for property lastName Use "string" type for this property. Medium Contact.hbm.xml 40
Incorrect type mapping for property prefixId Use "integer" type for this property. Medium Contact.hbm.xml 43
Incorrect type mapping for property suffixId Use "integer" type for this property. Medium Contact.hbm.xml 46
Incorrect type mapping for property male Use "short" type for this property. Medium Contact.hbm.xml 49
Incorrect type mapping for property birthday Use "date" type for this property. Medium Contact.hbm.xml 52
Incorrect type mapping for property smsSn Use "string" type for this property. Medium Contact.hbm.xml 55
Incorrect type mapping for property aimSn Use "string" type for this property. Medium Contact.hbm.xml 58
Incorrect type mapping for property facebookSn Use "string" type for this property. Medium Contact.hbm.xml 61
Incorrect type mapping for property icqSn Use "string" type for this property. Medium Contact.hbm.xml 64
Incorrect type mapping for property jabberSn Use "string" type for this property. Medium Contact.hbm.xml 67
Incorrect type mapping for property msnSn Use "string" type for this property. Medium Contact.hbm.xml 70
Incorrect type mapping for property mySpaceSn Use "string" type for this property. Medium Contact.hbm.xml 73
Incorrect type mapping for property skypeSn Use "string" type for this property. Medium Contact.hbm.xml 76
Incorrect type mapping for property twitterSn Use "string" type for this property. Medium Contact.hbm.xml 79
Incorrect type mapping for property ymSn Use "string" type for this property. Medium Contact.hbm.xml 82
Incorrect type mapping for property employeeStatusId Use "string" type for this property. Medium Contact.hbm.xml 85
Incorrect type mapping for property employeeNumber Use "string" type for this property. Medium Contact.hbm.xml 88
Incorrect type mapping for property jobTitle Use "string" type for this property. Medium Contact.hbm.xml 91
Incorrect type mapping for property jobClass Use "string" type for this property. Medium Contact.hbm.xml 94
Incorrect type mapping for property hoursOfOperation Use "string" type for this property. Medium Contact.hbm.xml 97
Incorrect type mapping for property currentId Use "long" type for this property. Medium Counter.hbm.xml 13
Incorrect type mapping for property name Use "string" type for this property. Medium Country.hbm.xml 13
Incorrect type mapping for property a2 Use "string" type for this property. Medium Country.hbm.xml 16
Incorrect type mapping for property a3 Use "string" type for this property. Medium Country.hbm.xml 19
Incorrect type mapping for property number Use "string" type for this property. Medium Country.hbm.xml 22
Incorrect type mapping for property idd Use "string" type for this property. Medium Country.hbm.xml 25
Incorrect type mapping for property active Use "short" type for this property. Medium Country.hbm.xml 28
Incorrect type mapping for property password Use "string" type for this property. Medium Cyrususer.hbm.xml 13
Incorrect type mapping for property userId Use "string" type for this property. Medium Cyrusvirtual.hbm.xml 13
Incorrect type mapping for property aliasName Use "string" type for this property. Medium Device.hbm.xml 14
Incorrect type mapping for property imeiNumber Use "string" type for this property. Medium Device.hbm.xml 18
Incorrect type mapping for property lastPacketReceivedTime Use "date" type for this property. Medium Device.hbm.xml 21
Incorrect type mapping for property lastKnownIp Use "string" type for this property. Medium Device.hbm.xml 24
Incorrect type mapping for property firmwareVersion Use "string" type for this property. Medium Device.hbm.xml 27
Incorrect type mapping for property mobileNumber Use "string" type for this property. Medium Device.hbm.xml 30
Incorrect type mapping for property workStatus Use "string" type for this property. Medium Device.hbm.xml 34
Incorrect type mapping for property inuseStatus Use "string" type for this property. Medium Device.hbm.xml 38
Incorrect type mapping for property enableStatus Use "string" type for this property. Medium Device.hbm.xml 42
Incorrect type mapping for property uuid Use "string" type for this property. Medium Dlfileentry.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Dlfileentry.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Dlfileentry.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Dlfileentry.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Dlfileentry.hbm.xml 25
Incorrect type mapping for property versionUserId Use "long" type for this property. Medium Dlfileentry.hbm.xml 28
Incorrect type mapping for property versionUserName Use "string" type for this property. Medium Dlfileentry.hbm.xml 31
Incorrect type mapping for property createDate Use "date" type for this property. Medium Dlfileentry.hbm.xml 34
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Dlfileentry.hbm.xml 37
Incorrect type mapping for property folderId Use "long" type for this property. Medium Dlfileentry.hbm.xml 40
Incorrect type mapping for property name Use "string" type for this property. Medium Dlfileentry.hbm.xml 43
Incorrect type mapping for property title Use "string" type for this property. Medium Dlfileentry.hbm.xml 46
Incorrect type mapping for property description Use "string" type for this property. Medium Dlfileentry.hbm.xml 49
Incorrect type mapping for property version Use "double" type for this property. Medium Dlfileentry.hbm.xml 52
Incorrect type mapping for property size Use "integer" type for this property. Medium Dlfileentry.hbm.xml 55
Incorrect type mapping for property readCount Use "integer" type for this property. Medium Dlfileentry.hbm.xml 58
Incorrect type mapping for property extraSettings Use "string" type for this property. Medium Dlfileentry.hbm.xml 61
Incorrect type mapping for property groupId Use "long" type for this property. Medium Dlfilerank.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Dlfilerank.hbm.xml 16
Incorrect type mapping for property userId Use "long" type for this property. Medium Dlfilerank.hbm.xml 19
Incorrect type mapping for property createDate Use "date" type for this property. Medium Dlfilerank.hbm.xml 22
Incorrect type mapping for property folderId Use "long" type for this property. Medium Dlfilerank.hbm.xml 25
Incorrect type mapping for property name Use "string" type for this property. Medium Dlfilerank.hbm.xml 28
Incorrect type mapping for property uuid Use "string" type for this property. Medium Dlfileshortcut.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Dlfileshortcut.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Dlfileshortcut.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Dlfileshortcut.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Dlfileshortcut.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Dlfileshortcut.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Dlfileshortcut.hbm.xml 31
Incorrect type mapping for property folderId Use "long" type for this property. Medium Dlfileshortcut.hbm.xml 34
Incorrect type mapping for property toFolderId Use "long" type for this property. Medium Dlfileshortcut.hbm.xml 37
Incorrect type mapping for property toName Use "string" type for this property. Medium Dlfileshortcut.hbm.xml 40
Incorrect type mapping for property groupId Use "long" type for this property. Medium Dlfileversion.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Dlfileversion.hbm.xml 16
Incorrect type mapping for property userId Use "long" type for this property. Medium Dlfileversion.hbm.xml 19
Incorrect type mapping for property userName Use "string" type for this property. Medium Dlfileversion.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Dlfileversion.hbm.xml 25
Incorrect type mapping for property folderId Use "long" type for this property. Medium Dlfileversion.hbm.xml 28
Incorrect type mapping for property name Use "string" type for this property. Medium Dlfileversion.hbm.xml 31
Incorrect type mapping for property version Use "double" type for this property. Medium Dlfileversion.hbm.xml 34
Incorrect type mapping for property size Use "integer" type for this property. Medium Dlfileversion.hbm.xml 37
Incorrect type mapping for property uuid Use "string" type for this property. Medium Dlfolder.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Dlfolder.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Dlfolder.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Dlfolder.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Dlfolder.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Dlfolder.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Dlfolder.hbm.xml 31
Incorrect type mapping for property parentFolderId Use "long" type for this property. Medium Dlfolder.hbm.xml 34
Incorrect type mapping for property name Use "string" type for this property. Medium Dlfolder.hbm.xml 37
Incorrect type mapping for property description Use "string" type for this property. Medium Dlfolder.hbm.xml 40
Incorrect type mapping for property lastPostDate Use "date" type for this property. Medium Dlfolder.hbm.xml 43
Incorrect type mapping for property companyId Use "long" type for this property. Medium Emailaddress.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Emailaddress.hbm.xml 16
Incorrect type mapping for property userName Use "string" type for this property. Medium Emailaddress.hbm.xml 19
Incorrect type mapping for property createDate Use "date" type for this property. Medium Emailaddress.hbm.xml 22
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Emailaddress.hbm.xml 25
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Emailaddress.hbm.xml 28
Incorrect type mapping for property classPk Use "long" type for this property. Medium Emailaddress.hbm.xml 31
Incorrect type mapping for property address Use "string" type for this property. Medium Emailaddress.hbm.xml 34
Incorrect type mapping for property typeId Use "integer" type for this property. Medium Emailaddress.hbm.xml 37
Incorrect type mapping for property primary Use "short" type for this property. Medium Emailaddress.hbm.xml 40
Incorrect type mapping for property Orgid Use "long" type for this property. Medium EventNotification.hbm.xml 13
Incorrect type mapping for property phone Use "string" type for this property. Medium EventNotification.hbm.xml 16
Incorrect type mapping for property event Use "integer" type for this property. Medium EventNotification.hbm.xml 19
Incorrect type mapping for property alertTrip Use "integer" type for this property. Medium EventNotification.hbm.xml 22
Incorrect type mapping for property mode Use "string" type for this property. Medium EventNotification.hbm.xml 32
Incorrect type mapping for property companyId Use "long" type for this property. Medium Expandocolumn.hbm.xml 13
Incorrect type mapping for property tableId Use "long" type for this property. Medium Expandocolumn.hbm.xml 16
Incorrect type mapping for property name Use "string" type for this property. Medium Expandocolumn.hbm.xml 19
Incorrect type mapping for property type Use "integer" type for this property. Medium Expandocolumn.hbm.xml 22
Incorrect type mapping for property defaultData Use "string" type for this property. Medium Expandocolumn.hbm.xml 25
Incorrect type mapping for property typeSettings Use "string" type for this property. Medium Expandocolumn.hbm.xml 28
Incorrect type mapping for property companyId Use "long" type for this property. Medium Expandorow.hbm.xml 13
Incorrect type mapping for property tableId Use "long" type for this property. Medium Expandorow.hbm.xml 16
Incorrect type mapping for property classPk Use "long" type for this property. Medium Expandorow.hbm.xml 19
Incorrect type mapping for property companyId Use "long" type for this property. Medium Expandotable.hbm.xml 13
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Expandotable.hbm.xml 16
Incorrect type mapping for property name Use "string" type for this property. Medium Expandotable.hbm.xml 19
Incorrect type mapping for property companyId Use "long" type for this property. Medium Expandovalue.hbm.xml 13
Incorrect type mapping for property tableId Use "long" type for this property. Medium Expandovalue.hbm.xml 16
Incorrect type mapping for property columnId Use "long" type for this property. Medium Expandovalue.hbm.xml 19
Incorrect type mapping for property rowId Use "long" type for this property. Medium Expandovalue.hbm.xml 22
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Expandovalue.hbm.xml 25
Incorrect type mapping for property classPk Use "long" type for this property. Medium Expandovalue.hbm.xml 28
Incorrect type mapping for property data Use "string" type for this property. Medium Expandovalue.hbm.xml 31
Incorrect type mapping for property date Use "date" type for this property. Medium Feedback.hbm.xml 19
Incorrect type mapping for property driveRating Use "string" type for this property. Medium Feedback.hbm.xml 22
Incorrect type mapping for property tripRating Use "string" type for this property. Medium Feedback.hbm.xml 25
Incorrect type mapping for property carRating Use "string" type for this property. Medium Feedback.hbm.xml 28
Incorrect type mapping for property comment Use "string" type for this property. Medium Feedback.hbm.xml 31
Incorrect type mapping for property monSms Use "date" type for this property. Medium FenceHistory.hbm.xml 16
Incorrect type mapping for property evenSms Use "date" type for this property. Medium FenceHistory.hbm.xml 19
Incorrect type mapping for property monSpotOrder Use "integer" type for this property. Medium FenceHistory.hbm.xml 23
Incorrect type mapping for property evenSpotOrder Use "integer" type for this property. Medium FenceHistory.hbm.xml 26
Incorrect type mapping for property session Use "string" type for this property. Medium FenceHistory.hbm.xml 30
Incorrect type mapping for property reportDate Use "date" type for this property. Medium FenceReport.hbm.xml 22
Incorrect type mapping for property entryTime Use "date" type for this property. Medium FenceReport.hbm.xml 25
Incorrect type mapping for property exitTime Use "date" type for this property. Medium FenceReport.hbm.xml 28
Incorrect type mapping for property avgSpeed Use "double" type for this property. Medium FenceReport.hbm.xml 31
Incorrect type mapping for property Distance Use "double" type for this property. Medium FenceReport.hbm.xml 34
Incorrect type mapping for property createdTime Use "date" type for this property. Medium FenceReport.hbm.xml 37
Incorrect type mapping for property updatedTime Use "date" type for this property. Medium FenceReport.hbm.xml 40
Incorrect type mapping for property time Use "string" type for this property. Medium FrequentTripDetails.hbm.xml 17
Incorrect type mapping for property typeId Use "integer" type for this property. Medium FuelCalibration.hbm.xml 13
Incorrect type mapping for property fuelValue Use "double" type for this property. Medium FuelCalibration.hbm.xml 16
Incorrect type mapping for property userid Use "integer" type for this property. Medium Geofence.hbm.xml 16
Incorrect type mapping for property geofenceId Use "string" type for this property. Medium Geofence.hbm.xml 19
Incorrect type mapping for property geoName Use "string" type for this property. Medium Geofence.hbm.xml 22
Incorrect type mapping for property address Use "string" type for this property. Medium Geofence.hbm.xml 25
Incorrect type mapping for property countryCode Use "string" type for this property. Medium Geofence.hbm.xml 28
Incorrect type mapping for property geoLatitude Use "double" type for this property. Medium Geofence.hbm.xml 31
Incorrect type mapping for property geoLongitude Use "double" type for this property. Medium Geofence.hbm.xml 34
Incorrect type mapping for property radius Use "double" type for this property. Medium Geofence.hbm.xml 37
Incorrect type mapping for property insertOrder Use "integer" type for this property. Medium Geofence.hbm.xml 40
Incorrect type mapping for property landmark Use "string" type for this property. Medium Geofence.hbm.xml 43
Incorrect type mapping for property SeqFenceAM Use "integer" type for this property. Medium Geofence.hbm.xml 46
Incorrect type mapping for property SeqFencePM Use "integer" type for this property. Medium Geofence.hbm.xml 49
Incorrect type mapping for property StopTimeAM Use "date" type for this property. Medium Geofence.hbm.xml 52
Incorrect type mapping for property StopTimePM Use "date" type for this property. Medium Geofence.hbm.xml 55
Incorrect type mapping for property isValid Use "boolean" type for this property. Medium Geofence.hbm.xml 58
Incorrect type mapping for property geofenceId Use "integer" type for this property. Medium GeovehicleMap.hbm.xml 16
Incorrect type mapping for property InFenceTime Use "string" type for this property. Medium GeovehicleMap.hbm.xml 19
Incorrect type mapping for property count Use "integer" type for this property. Medium GoogleReqCount.hbm.xml 18
Incorrect type mapping for property companyId Use "long" type for this property. Medium Group.hbm.xml 13
Incorrect type mapping for property creatorUserId Use "long" type for this property. Medium Group.hbm.xml 16
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Group.hbm.xml 19
Incorrect type mapping for property classPk Use "long" type for this property. Medium Group.hbm.xml 22
Incorrect type mapping for property parentGroupId Use "long" type for this property. Medium Group.hbm.xml 25
Incorrect type mapping for property liveGroupId Use "long" type for this property. Medium Group.hbm.xml 28
Incorrect type mapping for property name Use "string" type for this property. Medium Group.hbm.xml 31
Incorrect type mapping for property description Use "string" type for this property. Medium Group.hbm.xml 34
Incorrect type mapping for property type Use "integer" type for this property. Medium Group.hbm.xml 37
Incorrect type mapping for property typeSettings Use "string" type for this property. Medium Group.hbm.xml 40
Incorrect type mapping for property friendlyUrl Use "string" type for this property. Medium Group.hbm.xml 43
Incorrect type mapping for property active Use "short" type for this property. Medium Group.hbm.xml 46
Incorrect type mapping for property holiday Use "string" type for this property. Medium Holidays.hbm.xml 18
Incorrect type mapping for property day Use "string" type for this property. Medium Holidays.hbm.xml 21
Incorrect type mapping for property uuid Use "string" type for this property. Medium Igfolder.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Igfolder.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Igfolder.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Igfolder.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Igfolder.hbm.xml 25
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Igfolder.hbm.xml 28
Incorrect type mapping for property parentFolderId Use "long" type for this property. Medium Igfolder.hbm.xml 31
Incorrect type mapping for property name Use "string" type for this property. Medium Igfolder.hbm.xml 34
Incorrect type mapping for property description Use "string" type for this property. Medium Igfolder.hbm.xml 37
Incorrect type mapping for property uuid Use "string" type for this property. Medium Igimage.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Igimage.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Igimage.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Igimage.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Igimage.hbm.xml 25
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Igimage.hbm.xml 28
Incorrect type mapping for property folderId Use "long" type for this property. Medium Igimage.hbm.xml 31
Incorrect type mapping for property name Use "string" type for this property. Medium Igimage.hbm.xml 34
Incorrect type mapping for property description Use "string" type for this property. Medium Igimage.hbm.xml 37
Incorrect type mapping for property smallImageId Use "long" type for this property. Medium Igimage.hbm.xml 40
Incorrect type mapping for property largeImageId Use "long" type for this property. Medium Igimage.hbm.xml 43
Incorrect type mapping for property custom1imageId Use "long" type for this property. Medium Igimage.hbm.xml 46
Incorrect type mapping for property custom2imageId Use "long" type for this property. Medium Igimage.hbm.xml 49
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Image.hbm.xml 13
Incorrect type mapping for property text Use "string" type for this property. Medium Image.hbm.xml 16
Incorrect type mapping for property type Use "string" type for this property. Medium Image.hbm.xml 19
Incorrect type mapping for property height Use "integer" type for this property. Medium Image.hbm.xml 22
Incorrect type mapping for property width Use "integer" type for this property. Medium Image.hbm.xml 25
Incorrect type mapping for property size Use "integer" type for this property. Medium Image.hbm.xml 28
Incorrect type mapping for property isread Use "string" type for this property. Medium Inbox.hbm.xml 16
Incorrect type mapping for property subject Use "string" type for this property. Medium Inbox.hbm.xml 19
Incorrect type mapping for property message Use "string" type for this property. Medium Inbox.hbm.xml 22
Incorrect type mapping for property sendingDate Use "date" type for this property. Medium Inbox.hbm.xml 25
Incorrect type mapping for property senderUserid Use "integer" type for this property. Medium Inbox.hbm.xml 28
Incorrect type mapping for property tripid Use "integer" type for this property. Medium Inbox.hbm.xml 31
Incorrect type mapping for property uuid Use "string" type for this property. Medium Journalarticle.hbm.xml 13
Incorrect type mapping for property resourcePrimKey Use "long" type for this property. Medium Journalarticle.hbm.xml 16
Incorrect type mapping for property groupId Use "long" type for this property. Medium Journalarticle.hbm.xml 19
Incorrect type mapping for property companyId Use "long" type for this property. Medium Journalarticle.hbm.xml 22
Incorrect type mapping for property userId Use "long" type for this property. Medium Journalarticle.hbm.xml 25
Incorrect type mapping for property userName Use "string" type for this property. Medium Journalarticle.hbm.xml 28
Incorrect type mapping for property createDate Use "date" type for this property. Medium Journalarticle.hbm.xml 31
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Journalarticle.hbm.xml 34
Incorrect type mapping for property articleId Use "string" type for this property. Medium Journalarticle.hbm.xml 37
Incorrect type mapping for property version Use "double" type for this property. Medium Journalarticle.hbm.xml 40
Incorrect type mapping for property title Use "string" type for this property. Medium Journalarticle.hbm.xml 43
Incorrect type mapping for property urlTitle Use "string" type for this property. Medium Journalarticle.hbm.xml 46
Incorrect type mapping for property description Use "string" type for this property. Medium Journalarticle.hbm.xml 49
Incorrect type mapping for property content Use "string" type for this property. Medium Journalarticle.hbm.xml 52
Incorrect type mapping for property type Use "string" type for this property. Medium Journalarticle.hbm.xml 55
Incorrect type mapping for property structureId Use "string" type for this property. Medium Journalarticle.hbm.xml 58
Incorrect type mapping for property templateId Use "string" type for this property. Medium Journalarticle.hbm.xml 61
Incorrect type mapping for property displayDate Use "date" type for this property. Medium Journalarticle.hbm.xml 64
Incorrect type mapping for property approved Use "short" type for this property. Medium Journalarticle.hbm.xml 67
Incorrect type mapping for property approvedByUserId Use "long" type for this property. Medium Journalarticle.hbm.xml 70
Incorrect type mapping for property approvedByUserName Use "string" type for this property. Medium Journalarticle.hbm.xml 73
Incorrect type mapping for property approvedDate Use "date" type for this property. Medium Journalarticle.hbm.xml 76
Incorrect type mapping for property expired Use "short" type for this property. Medium Journalarticle.hbm.xml 79
Incorrect type mapping for property expirationDate Use "date" type for this property. Medium Journalarticle.hbm.xml 82
Incorrect type mapping for property reviewDate Use "date" type for this property. Medium Journalarticle.hbm.xml 85
Incorrect type mapping for property indexable Use "short" type for this property. Medium Journalarticle.hbm.xml 88
Incorrect type mapping for property smallImage Use "short" type for this property. Medium Journalarticle.hbm.xml 91
Incorrect type mapping for property smallImageId Use "long" type for this property. Medium Journalarticle.hbm.xml 94
Incorrect type mapping for property smallImageUrl Use "string" type for this property. Medium Journalarticle.hbm.xml 97
Incorrect type mapping for property groupId Use "long" type for this property. Medium Journalarticleimage.hbm.xml 13
Incorrect type mapping for property articleId Use "string" type for this property. Medium Journalarticleimage.hbm.xml 16
Incorrect type mapping for property version Use "double" type for this property. Medium Journalarticleimage.hbm.xml 19
Incorrect type mapping for property elInstanceId Use "string" type for this property. Medium Journalarticleimage.hbm.xml 22
Incorrect type mapping for property elName Use "string" type for this property. Medium Journalarticleimage.hbm.xml 25
Incorrect type mapping for property languageId Use "string" type for this property. Medium Journalarticleimage.hbm.xml 28
Incorrect type mapping for property tempImage Use "short" type for this property. Medium Journalarticleimage.hbm.xml 31
Incorrect type mapping for property groupId Use "long" type for this property. Medium Journalarticleresource.hbm.xml 13
Incorrect type mapping for property articleId Use "string" type for this property. Medium Journalarticleresource.hbm.xml 16
Incorrect type mapping for property groupId Use "long" type for this property. Medium Journalcontentsearch.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Journalcontentsearch.hbm.xml 16
Incorrect type mapping for property privateLayout Use "short" type for this property. Medium Journalcontentsearch.hbm.xml 19
Incorrect type mapping for property layoutId Use "long" type for this property. Medium Journalcontentsearch.hbm.xml 22
Incorrect type mapping for property portletId Use "string" type for this property. Medium Journalcontentsearch.hbm.xml 25
Incorrect type mapping for property articleId Use "string" type for this property. Medium Journalcontentsearch.hbm.xml 28
Incorrect type mapping for property uuid Use "string" type for this property. Medium Journalfeed.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Journalfeed.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Journalfeed.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Journalfeed.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Journalfeed.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Journalfeed.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Journalfeed.hbm.xml 31
Incorrect type mapping for property feedId Use "string" type for this property. Medium Journalfeed.hbm.xml 34
Incorrect type mapping for property name Use "string" type for this property. Medium Journalfeed.hbm.xml 37
Incorrect type mapping for property description Use "string" type for this property. Medium Journalfeed.hbm.xml 40
Incorrect type mapping for property type Use "string" type for this property. Medium Journalfeed.hbm.xml 43
Incorrect type mapping for property structureId Use "string" type for this property. Medium Journalfeed.hbm.xml 46
Incorrect type mapping for property templateId Use "string" type for this property. Medium Journalfeed.hbm.xml 49
Incorrect type mapping for property rendererTemplateId Use "string" type for this property. Medium Journalfeed.hbm.xml 52
Incorrect type mapping for property delta Use "integer" type for this property. Medium Journalfeed.hbm.xml 55
Incorrect type mapping for property orderByCol Use "string" type for this property. Medium Journalfeed.hbm.xml 58
Incorrect type mapping for property orderByType Use "string" type for this property. Medium Journalfeed.hbm.xml 61
Incorrect type mapping for property targetLayoutFriendlyUrl Use "string" type for this property. Medium Journalfeed.hbm.xml 64
Incorrect type mapping for property targetPortletId Use "string" type for this property. Medium Journalfeed.hbm.xml 67
Incorrect type mapping for property contentField Use "string" type for this property. Medium Journalfeed.hbm.xml 70
Incorrect type mapping for property feedType Use "string" type for this property. Medium Journalfeed.hbm.xml 73
Incorrect type mapping for property feedVersion Use "double" type for this property. Medium Journalfeed.hbm.xml 76
Incorrect type mapping for property uuid Use "string" type for this property. Medium Journalstructure.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Journalstructure.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Journalstructure.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Journalstructure.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Journalstructure.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Journalstructure.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Journalstructure.hbm.xml 31
Incorrect type mapping for property structureId Use "string" type for this property. Medium Journalstructure.hbm.xml 34
Incorrect type mapping for property parentStructureId Use "string" type for this property. Medium Journalstructure.hbm.xml 37
Incorrect type mapping for property name Use "string" type for this property. Medium Journalstructure.hbm.xml 40
Incorrect type mapping for property description Use "string" type for this property. Medium Journalstructure.hbm.xml 43
Incorrect type mapping for property xsd Use "string" type for this property. Medium Journalstructure.hbm.xml 46
Incorrect type mapping for property uuid Use "string" type for this property. Medium Journaltemplate.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Journaltemplate.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Journaltemplate.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Journaltemplate.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Journaltemplate.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Journaltemplate.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Journaltemplate.hbm.xml 31
Incorrect type mapping for property templateId Use "string" type for this property. Medium Journaltemplate.hbm.xml 34
Incorrect type mapping for property structureId Use "string" type for this property. Medium Journaltemplate.hbm.xml 37
Incorrect type mapping for property name Use "string" type for this property. Medium Journaltemplate.hbm.xml 40
Incorrect type mapping for property description Use "string" type for this property. Medium Journaltemplate.hbm.xml 43
Incorrect type mapping for property xsl Use "string" type for this property. Medium Journaltemplate.hbm.xml 46
Incorrect type mapping for property langType Use "string" type for this property. Medium Journaltemplate.hbm.xml 49
Incorrect type mapping for property cacheable Use "short" type for this property. Medium Journaltemplate.hbm.xml 52
Incorrect type mapping for property smallImage Use "short" type for this property. Medium Journaltemplate.hbm.xml 55
Incorrect type mapping for property smallImageId Use "long" type for this property. Medium Journaltemplate.hbm.xml 58
Incorrect type mapping for property smallImageUrl Use "string" type for this property. Medium Journaltemplate.hbm.xml 61
Incorrect type mapping for property groupId Use "long" type for this property. Medium Layout.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Layout.hbm.xml 16
Incorrect type mapping for property privateLayout Use "short" type for this property. Medium Layout.hbm.xml 19
Incorrect type mapping for property layoutId Use "long" type for this property. Medium Layout.hbm.xml 22
Incorrect type mapping for property parentLayoutId Use "long" type for this property. Medium Layout.hbm.xml 25
Incorrect type mapping for property name Use "string" type for this property. Medium Layout.hbm.xml 28
Incorrect type mapping for property title Use "string" type for this property. Medium Layout.hbm.xml 31
Incorrect type mapping for property description Use "string" type for this property. Medium Layout.hbm.xml 34
Incorrect type mapping for property type Use "string" type for this property. Medium Layout.hbm.xml 37
Incorrect type mapping for property typeSettings Use "string" type for this property. Medium Layout.hbm.xml 40
Incorrect type mapping for property hidden Use "short" type for this property. Medium Layout.hbm.xml 43
Incorrect type mapping for property friendlyUrl Use "string" type for this property. Medium Layout.hbm.xml 46
Incorrect type mapping for property iconImage Use "short" type for this property. Medium Layout.hbm.xml 49
Incorrect type mapping for property iconImageId Use "long" type for this property. Medium Layout.hbm.xml 52
Incorrect type mapping for property themeId Use "string" type for this property. Medium Layout.hbm.xml 55
Incorrect type mapping for property colorSchemeId Use "string" type for this property. Medium Layout.hbm.xml 58
Incorrect type mapping for property wapThemeId Use "string" type for this property. Medium Layout.hbm.xml 61
Incorrect type mapping for property wapColorSchemeId Use "string" type for this property. Medium Layout.hbm.xml 64
Incorrect type mapping for property css Use "string" type for this property. Medium Layout.hbm.xml 67
Incorrect type mapping for property priority Use "integer" type for this property. Medium Layout.hbm.xml 70
Incorrect type mapping for property dlFolderId Use "long" type for this property. Medium Layout.hbm.xml 73
Incorrect type mapping for property groupId Use "long" type for this property. Medium Layoutset.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Layoutset.hbm.xml 16
Incorrect type mapping for property privateLayout Use "short" type for this property. Medium Layoutset.hbm.xml 19
Incorrect type mapping for property logo Use "short" type for this property. Medium Layoutset.hbm.xml 22
Incorrect type mapping for property logoId Use "long" type for this property. Medium Layoutset.hbm.xml 25
Incorrect type mapping for property themeId Use "string" type for this property. Medium Layoutset.hbm.xml 28
Incorrect type mapping for property colorSchemeId Use "string" type for this property. Medium Layoutset.hbm.xml 31
Incorrect type mapping for property wapThemeId Use "string" type for this property. Medium Layoutset.hbm.xml 34
Incorrect type mapping for property wapColorSchemeId Use "string" type for this property. Medium Layoutset.hbm.xml 37
Incorrect type mapping for property css Use "string" type for this property. Medium Layoutset.hbm.xml 40
Incorrect type mapping for property pageCount Use "integer" type for this property. Medium Layoutset.hbm.xml 43
Incorrect type mapping for property virtualHost Use "string" type for this property. Medium Layoutset.hbm.xml 46
Incorrect type mapping for property name Use "string" type for this property. Medium Listtype.hbm.xml 13
Incorrect type mapping for property type Use "string" type for this property. Medium Listtype.hbm.xml 16
Incorrect type mapping for property senderId Use "integer" type for this property. Medium LmuSenderMapping.hbm.xml 14
Incorrect type mapping for property receiverId Use "integer" type for this property. Medium LmuSenderMapping.hbm.xml 17
Incorrect type mapping for property lastTripParamId Use "integer" type for this property. Medium LmuSenderMapping.hbm.xml 20
Incorrect type mapping for property sentTime Use "date" type for this property. Medium LmuSenderMapping.hbm.xml 23
Incorrect type mapping for property groupId Use "long" type for this property. Medium Mbban.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Mbban.hbm.xml 16
Incorrect type mapping for property userId Use "long" type for this property. Medium Mbban.hbm.xml 19
Incorrect type mapping for property userName Use "string" type for this property. Medium Mbban.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Mbban.hbm.xml 25
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Mbban.hbm.xml 28
Incorrect type mapping for property banUserId Use "long" type for this property. Medium Mbban.hbm.xml 31
Incorrect type mapping for property uuid Use "string" type for this property. Medium Mbcategory.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Mbcategory.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Mbcategory.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Mbcategory.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Mbcategory.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Mbcategory.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Mbcategory.hbm.xml 31
Incorrect type mapping for property parentCategoryId Use "long" type for this property. Medium Mbcategory.hbm.xml 34
Incorrect type mapping for property name Use "string" type for this property. Medium Mbcategory.hbm.xml 37
Incorrect type mapping for property description Use "string" type for this property. Medium Mbcategory.hbm.xml 40
Incorrect type mapping for property threadCount Use "integer" type for this property. Medium Mbcategory.hbm.xml 43
Incorrect type mapping for property messageCount Use "integer" type for this property. Medium Mbcategory.hbm.xml 46
Incorrect type mapping for property lastPostDate Use "date" type for this property. Medium Mbcategory.hbm.xml 49
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Mbdiscussion.hbm.xml 13
Incorrect type mapping for property classPk Use "long" type for this property. Medium Mbdiscussion.hbm.xml 16
Incorrect type mapping for property threadId Use "long" type for this property. Medium Mbdiscussion.hbm.xml 19
Incorrect type mapping for property uuid Use "string" type for this property. Medium Mbmailinglist.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Mbmailinglist.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Mbmailinglist.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Mbmailinglist.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Mbmailinglist.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Mbmailinglist.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Mbmailinglist.hbm.xml 31
Incorrect type mapping for property categoryId Use "long" type for this property. Medium Mbmailinglist.hbm.xml 34
Incorrect type mapping for property emailAddress Use "string" type for this property. Medium Mbmailinglist.hbm.xml 37
Incorrect type mapping for property inProtocol Use "string" type for this property. Medium Mbmailinglist.hbm.xml 40
Incorrect type mapping for property inServerName Use "string" type for this property. Medium Mbmailinglist.hbm.xml 43
Incorrect type mapping for property inServerPort Use "integer" type for this property. Medium Mbmailinglist.hbm.xml 46
Incorrect type mapping for property inUseSsl Use "short" type for this property. Medium Mbmailinglist.hbm.xml 49
Incorrect type mapping for property inUserName Use "string" type for this property. Medium Mbmailinglist.hbm.xml 52
Incorrect type mapping for property inPassword Use "string" type for this property. Medium Mbmailinglist.hbm.xml 55
Incorrect type mapping for property inReadInterval Use "integer" type for this property. Medium Mbmailinglist.hbm.xml 58
Incorrect type mapping for property outEmailAddress Use "string" type for this property. Medium Mbmailinglist.hbm.xml 61
Incorrect type mapping for property outCustom Use "short" type for this property. Medium Mbmailinglist.hbm.xml 64
Incorrect type mapping for property outServerName Use "string" type for this property. Medium Mbmailinglist.hbm.xml 67
Incorrect type mapping for property outServerPort Use "integer" type for this property. Medium Mbmailinglist.hbm.xml 70
Incorrect type mapping for property outUseSsl Use "short" type for this property. Medium Mbmailinglist.hbm.xml 73
Incorrect type mapping for property outUserName Use "string" type for this property. Medium Mbmailinglist.hbm.xml 76
Incorrect type mapping for property outPassword Use "string" type for this property. Medium Mbmailinglist.hbm.xml 79
Incorrect type mapping for property active Use "short" type for this property. Medium Mbmailinglist.hbm.xml 82
Incorrect type mapping for property uuid Use "string" type for this property. Medium Mbmessage.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Mbmessage.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Mbmessage.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Mbmessage.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Mbmessage.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Mbmessage.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Mbmessage.hbm.xml 31
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Mbmessage.hbm.xml 34
Incorrect type mapping for property classPk Use "long" type for this property. Medium Mbmessage.hbm.xml 37
Incorrect type mapping for property categoryId Use "long" type for this property. Medium Mbmessage.hbm.xml 40
Incorrect type mapping for property threadId Use "long" type for this property. Medium Mbmessage.hbm.xml 43
Incorrect type mapping for property parentMessageId Use "long" type for this property. Medium Mbmessage.hbm.xml 46
Incorrect type mapping for property subject Use "string" type for this property. Medium Mbmessage.hbm.xml 49
Incorrect type mapping for property body Use "string" type for this property. Medium Mbmessage.hbm.xml 52
Incorrect type mapping for property attachments Use "short" type for this property. Medium Mbmessage.hbm.xml 55
Incorrect type mapping for property anonymous Use "short" type for this property. Medium Mbmessage.hbm.xml 58
Incorrect type mapping for property priority Use "double" type for this property. Medium Mbmessage.hbm.xml 61
Incorrect type mapping for property userId Use "long" type for this property. Medium Mbmessageflag.hbm.xml 13
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Mbmessageflag.hbm.xml 16
Incorrect type mapping for property threadId Use "long" type for this property. Medium Mbmessageflag.hbm.xml 19
Incorrect type mapping for property messageId Use "long" type for this property. Medium Mbmessageflag.hbm.xml 22
Incorrect type mapping for property flag Use "integer" type for this property. Medium Mbmessageflag.hbm.xml 25
Incorrect type mapping for property groupId Use "long" type for this property. Medium Mbstatsuser.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Mbstatsuser.hbm.xml 16
Incorrect type mapping for property messageCount Use "integer" type for this property. Medium Mbstatsuser.hbm.xml 19
Incorrect type mapping for property lastPostDate Use "date" type for this property. Medium Mbstatsuser.hbm.xml 22
Incorrect type mapping for property groupId Use "long" type for this property. Medium Mbthread.hbm.xml 13
Incorrect type mapping for property categoryId Use "long" type for this property. Medium Mbthread.hbm.xml 16
Incorrect type mapping for property rootMessageId Use "long" type for this property. Medium Mbthread.hbm.xml 19
Incorrect type mapping for property messageCount Use "integer" type for this property. Medium Mbthread.hbm.xml 22
Incorrect type mapping for property viewCount Use "integer" type for this property. Medium Mbthread.hbm.xml 25
Incorrect type mapping for property lastPostByUserId Use "long" type for this property. Medium Mbthread.hbm.xml 28
Incorrect type mapping for property lastPostDate Use "date" type for this property. Medium Mbthread.hbm.xml 31
Incorrect type mapping for property priority Use "double" type for this property. Medium Mbthread.hbm.xml 34
Incorrect type mapping for property companyId Use "long" type for this property. Medium Membershiprequest.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Membershiprequest.hbm.xml 16
Incorrect type mapping for property createDate Use "date" type for this property. Medium Membershiprequest.hbm.xml 19
Incorrect type mapping for property groupId Use "long" type for this property. Medium Membershiprequest.hbm.xml 22
Incorrect type mapping for property comments Use "string" type for this property. Medium Membershiprequest.hbm.xml 25
Incorrect type mapping for property replyComments Use "string" type for this property. Medium Membershiprequest.hbm.xml 28
Incorrect type mapping for property replyDate Use "date" type for this property. Medium Membershiprequest.hbm.xml 31
Incorrect type mapping for property replierUserId Use "long" type for this property. Medium Membershiprequest.hbm.xml 34
Incorrect type mapping for property statusId Use "integer" type for this property. Medium Membershiprequest.hbm.xml 37
 
Violation Recommendation Severity Resource Line
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 77
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 80
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 83
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 86
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 89
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 92
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 95
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 98
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegionSOAP.wsdl 108
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegionSOAP.wsdl 111
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegionSOAP.wsdl 114
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegionSOAP.wsdl 117
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegionSOAP.wsdl 120
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegionSOAP.wsdl 123
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegionSOAP.wsdl 132
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegionSOAP.wsdl 135
 
Violation Recommendation Severity Resource Line
Multiple returns from method whetherHolidayOrNot Rewrite the method so that there is a single return statement at the end. Medium HolidayProcessDAO.java 127
Multiple returns from method getLocation Rewrite the method so that there is a single return statement at the end. Medium LocationProcessDAO.java 30
Multiple returns from method getEsnNo Rewrite the method so that there is a single return statement at the end. Medium LocationProcessDAO.java 46
Multiple returns from method CheckLogin Rewrite the method so that there is a single return statement at the end. Medium LoginProcessDAO.java 33
Multiple returns from method PhoneCheckLogin Rewrite the method so that there is a single return statement at the end. Medium LoginProcessDAO.java 49
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium AccountsId.java 46
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium AutoPkSupportId.java 46
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium FrequentTravellerDetailsId.java 47
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium FrequentTripDetailsId.java 46
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium GroupsOrgsId.java 46
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium GroupsPermissionsId.java 46
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium GroupsRolesId.java 46
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium GroupsUsergroupsId.java 46
Multiple returns from method getSession Rewrite the method so that there is a single return statement at the end. Medium HibernateSessionFactory.java 64
Multiple returns from method PhoneLoginCheck Rewrite the method so that there is a single return statement at the end. Medium LoginDAO.java 51
Multiple returns from method encryptSha Rewrite the method so that there is a single return statement at the end. Medium LoginDAO.java 78
 
Violation Recommendation Severity Resource Line
Method is too complex (cyclomatic complexity = 15) Reduce the complexity of the method by extracting some of the code into a separate method. Medium FenceSequencing.java 21
 
Violation Recommendation Severity Resource Line
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring msgIter in an initializer of the for statement. Medium OrganizationMessageDAO.java 41
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring connectionIterator in an initializer of the for statement. Medium BaseHibernateDAO.java 36
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring schedulerIter in an initializer of the for statement. Medium EventNotificationDAO.java 43
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring itr in an initializer of the for statement. Medium LocationDAO.java 106
 
Violation Recommendation Severity Resource Line
Invalid boolean method name: "checkInTable" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium FuelDataHelp.java 23
Invalid boolean method name: "getHasTraversed" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium TraversalReferenceDAO.java 95
Invalid boolean method name: "LoginCheck" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium LoginDAO.java 23
 
Violation Recommendation Severity Resource Line
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium HolidayProcessDAO.java 39
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium HolidayProcessDAO.java 70
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium HolidayProcessDAO.java 100
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium HolidayProcessDAO.java 145
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LocationProcessDAO.java 62
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LoginProcessDAO.java 62
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TraversalDAO.java 43
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TraversalDAO.java 180
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium DeviationHelper.java 54
 
Violation Recommendation Severity Resource Line
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium FenceSequencing.java 87
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium FenceSequencing.java 95
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium FenceSequencing.java 120
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium FenceSequencing.java 122
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium FenceSequencing.java 172
Invalid numeric literal: 1000 Consider defining a constant name to represent the value. Medium FenceSequencing.java 172
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium FenceSequencing.java 179
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium FenceSequencing.java 181
Invalid numeric literal: 15 Consider defining a constant name to represent the value. Medium GoogleReqCountDAO.java 37
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium OrganizationMessageDAO.java 46
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium TraversalDAO.java 73
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium TraversalDAO.java 164
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 225
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 225
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 225
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 228
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 228
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 228
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 242
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 242
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 242
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 245
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 245
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium TraversalDAO.java 245
Invalid numeric literal: 50 Consider defining a constant name to represent the value. Medium TripProcessDAO.java 79
Invalid numeric literal: 10000.0 Consider defining a constant name to represent the value. Medium VehicleInfoDTO.java 55
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium DeviationHelper.java 84
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium DeviationHelper.java 88
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium DeviationHelper.java 89
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium DeviationHelper.java 101
Invalid numeric literal: 60000 Consider defining a constant name to represent the value. Medium DeviationHelper.java 109
Invalid numeric literal: 3958.75 Consider defining a constant name to represent the value. Medium DistanceHelper.java 8
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium DistanceHelper.java 11
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium DistanceHelper.java 11
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium DistanceHelper.java 13
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium DistanceHelper.java 13
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium DistanceHelper.java 14
Invalid numeric literal: 1.609 Consider defining a constant name to represent the value. Medium DistanceHelper.java 16
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium AccountsId.java 66
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium AccountsId.java 68
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium AccountsId.java 70
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium AutoPkSupportId.java 66
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium AutoPkSupportId.java 68
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium AutoPkSupportId.java 70
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium BaseHibernateDAO.java 41
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium EventNotificationDAO.java 48
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium EventNotificationDAO.java 49
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium EventNotificationDAO.java 50
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium EventNotificationDAO.java 51
Invalid numeric literal: 6 Consider defining a constant name to represent the value. Medium EventNotificationDAO.java 52
Invalid numeric literal: 7 Consider defining a constant name to represent the value. Medium EventNotificationDAO.java 53
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium FrequentTravellerDetailsId.java 67
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium FrequentTravellerDetailsId.java 69
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium FrequentTravellerDetailsId.java 73
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium FrequentTripDetailsId.java 65
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium FrequentTripDetailsId.java 67
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium FrequentTripDetailsId.java 71
Invalid numeric literal: 92029 Consider defining a constant name to represent the value. Medium GeovehicleMapDAO.java 205
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium GroupsOrgsId.java 67
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium GroupsOrgsId.java 69
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium GroupsOrgsId.java 71
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium GroupsPermissionsId.java 66
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium GroupsPermissionsId.java 68
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium GroupsPermissionsId.java 70
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium GroupsRolesId.java 66
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium GroupsRolesId.java 68
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium GroupsRolesId.java 70
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium GroupsUsergroupsId.java 66
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium GroupsUsergroupsId.java 68
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium GroupsUsergroupsId.java 70
 
Violation Recommendation Severity Resource Line
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelDataHelp.java 23
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelDataHelp.java 81
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelDataHelp.java 81
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelDataHelp.java 81
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelDataHelp.java 81
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FenceSequencing.java 21
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FenceSequencing.java 21
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FenceSequencing.java 163
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FenceSequencing.java 164
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FenceUsersDAO.java 16
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FencingDAO.java 68
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GoogleReqCountDAO.java 17
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium HolidayProcessDAO.java 70
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium OrganizationMessageDAO.java 24
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium OrganizationMessageDAO.java 24
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium ReferenceDAO.java 35
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium ReferenceDAO.java 60
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TraversalDAO.java 43
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TraversalDAO.java 43
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TraversalDAO.java 43
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TraversalDAO.java 113
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TraversalDAO.java 113
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TraversalReferenceDAO.java 34
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TraversalReferenceDAO.java 92
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripProcessDAO.java 66
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripProcessDAO.java 66
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium VehicleFenceMapDAO.java 25
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium VehicleProcessDAO.java 115
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium VehicleProcessDAO.java 144
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium VehicleUserGeofenceDAO.java 129
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 40
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 40
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 60
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 60
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 60
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 123
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 135
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 147
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 172
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 41
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 48
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 55
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 62
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 68
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 71
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 72
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 72
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 72
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium NeighbourVehicleDTO.java 72
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 18
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 18
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 29
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 41
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 41
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 41
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 41
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 55
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 55
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 122
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 136
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistanceHelper.java 6
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistanceHelper.java 6
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistanceHelper.java 6
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistanceHelper.java 6
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelAlertManager.java 15
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelAlertManager.java 15
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelAlertManager.java 15
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelAlertManager.java 15
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium EventNotificationDAO.java 26
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium EventNotificationDAO.java 26
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GeovehicleMapDAO.java 117
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GeovehicleMapDAO.java 160
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GeovehicleMapDAO.java 160
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium HolidaysDAO.java 80
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium LocationDAO.java 55
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium LocationDAO.java 123
 
Violation Recommendation Severity Resource Line
Empty hardcoded password found Require a password to access this data source. Medium DBManager.java 101
 
Violation Recommendation Severity Resource Line
Lazy initialization of dbHelper is not thread safe Make the method <code>getDBInstance</code> synchronized. Medium DBManager.java 30
 
Violation Recommendation Severity Resource Line
Invalid string literal: "SELECT * FROM fuel_details WHERE vehicleid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 31
Invalid string literal: "Found row with vehicleid :" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 36
Invalid string literal: "No data available for device" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 41
Invalid string literal: "Error getting fuel info for " Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 47
Invalid string literal: " from HSQLDB" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 47
Invalid string literal: "DROP TABLE IF EXISTS fuel_details;" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 87
Invalid string literal: "CREATE TABLE fuel_details(vehicle_id INTEGER, creationtime Date, lattitude double," Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 88
Invalid string literal: "longitude double,fuelcontent float, PRIMARY KEY(vehicle_id));" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 89
Invalid string literal: "Table Created Successfully" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 91
Invalid string literal: "Error creating table vehicle_info" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelDataHelp.java 95
Invalid string literal: "In JSONConvertor@@@@@\n" Consider defining a constant to represent the string or move it to a resource bundle. Medium JSONConverter.java 19
Invalid string literal: "Maper Instantiating" Consider defining a constant to represent the string or move it to a resource bundle. Medium JSONConverter.java 23
Invalid string literal: "The resultant JSON is" Consider defining a constant to represent the string or move it to a resource bundle. Medium JSONConverter.java 27
Invalid string literal: "In JSONConvertor\n" Consider defining a constant to represent the string or move it to a resource bundle. Medium JSONConverter.java 43
Invalid string literal: "Maper Instantiating" Consider defining a constant to represent the string or move it to a resource bundle. Medium JSONConverter.java 51
Invalid string literal: "HH:mm:ss" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 24
Invalid string literal: "delete from StopFenceMapping s where (s.stopId in (select id from Geofence g where g.tripDetails.tripid in (" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 35
Invalid string literal: ") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 35
Invalid string literal: ")) or s.fenceId in (select id from Geofence g where g.tripDetails.tripid in (" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 35
Invalid string literal: ") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 35
Invalid string literal: "))) and s.session='AM'" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 35
Invalid string literal: "delete from StopFenceMapping s where (s.stopId in (select id from Geofence g where g.tripDetails.tripid in (" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 37
Invalid string literal: ") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 37
Invalid string literal: ")) or s.fenceId in (select id from Geofence g where g.tripDetails.tripid in (" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 37
Invalid string literal: ") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 37
Invalid string literal: "))) and s.session='PM'" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 37
Invalid string literal: "Updator sql: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 40
Invalid string literal: "select t.tripid from TripDetails t where t.tripid in (" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 42
Invalid string literal: ") and t.organization.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 42
Invalid string literal: "from Geofence g where g.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 61
Invalid string literal: " order by g.StopTimeAM" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 61
Invalid string literal: "from Geofence g where g.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 63
Invalid string literal: " order by g.StopTimePM" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 63
Invalid string literal: "stopAM : " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 124
Invalid string literal: "update Geofence g set g.SeqFenceAM=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 141
Invalid string literal: ", g.isValid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 141
Invalid string literal: " where g.id=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 141
Invalid string literal: "update Geofence g set g.SeqFencePM=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 143
Invalid string literal: ", g.isValid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 143
Invalid string literal: " where g.id=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 143
Invalid string literal: "sql : " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 144
Invalid string literal: "Updator : " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 145
Invalid string literal: "update Geofence g set g.isValid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 147
Invalid string literal: " where g.id=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 147
Invalid string literal: "Updator isValid : " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceSequencing.java 148
Invalid string literal: "select ug.user.userId from com.gps.hibernate.UsersGeofence ug where ug.geofence.id IN(Select distinct(f.geofence.id) from com.gps.hibernate.FenceHistory f where f.geofence.tripDetails.tripid =" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 25
Invalid string literal: " and f.geofence.landmark not like '%Starting%' and f.geofence.landmark not like '%School%' and f.geofence.id = ug.geofence.id and f.monSms>='" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 25
Invalid string literal: "' and f.monSms<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 25
Invalid string literal: "') group by ug.user.userId order by ug.user.userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 25
Invalid string literal: "select u.user.userId from com.gps.hibernate.UsersGeofence where u.geofence.id IN(" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 49
Invalid string literal: "select u.user.userId,u.user.firstName,(select ug.geofence.landmark from com.gps.hibernate.UsersGeofence ug where ug.user.userId=u.user.userId and (ug.intrSession like 'AM' or ug.intrSession like 'BOTH') and landmark not like '%Starting%' and landmark not like '%School%' group by ug.geofence.landmark) as AM from UsersGeofence u where u.user.userId IN(" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 50
Invalid string literal: "User LIst size" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 52
Invalid string literal: "trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 68
Invalid string literal: "select g.id from com.gps.hibernate.Geofence g where g.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 69
Invalid string literal: " and g.landmark not like '%Starting%' and g.landmark not like '%School%'" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 69
Invalid string literal: "3164,3115" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 82
Invalid string literal: "select new Geofence( gd.geofenceId, gd.geoName) " Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 87
Invalid string literal: "from Geofence gd where gd.userDetails.userid=:userId group by gd.geofenceId,gd.geoName order by gd.geoName asc " Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 88
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 88
Invalid string literal: "select new Geofence( gd.geofenceId, gd.geoName) " Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 114
Invalid string literal: "from Geofence gd where gd.userDetails.userid=:userId group by gd.geofenceId,gd.geoName order by gd.geoName asc " Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 115
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 115
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 121
Invalid string literal: "delete " Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 144
Invalid string literal: "from Geofence gd where gd.geofenceId=:geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 145
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 145
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium FencingDAO.java 151
Invalid string literal: "dd/MM/yyyy HH:mm" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 51
Invalid string literal: "408299" Consider defining a constant to represent the string or move it to a resource bundle. Medium GoogleReqCountDAO.java 37
Invalid string literal: "entering vehicle process add" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayProcessDAO.java 41
Invalid string literal: "MM/dd/yyyy" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayProcessDAO.java 129
Invalid string literal: "Inside main" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayProcessDAO.java 150
Invalid string literal: "In locationProcessDAO getLocation Method" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationProcessDAO.java 32
Invalid string literal: "inside location procc dao" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationProcessDAO.java 38
Invalid string literal: "In locationProcessDAO getEsnNo Method" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationProcessDAO.java 48
Invalid string literal: ">>>>>>>>>>>>>>Testing" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationProcessDAO.java 64
Invalid string literal: "In loginProcessDAO CheckLogin Method" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginProcessDAO.java 34
Invalid string literal: "In loginProcessDAO CheckLogin Method" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginProcessDAO.java 35
Invalid string literal: ">>>>>>>>>>>>>>Testing" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginProcessDAO.java 65
Invalid string literal: "select om.message,om.message_type,om.status from organization_message om where om.organizationid=:orgId and om.status=0" Consider defining a constant to represent the string or move it to a resource bundle. Medium OrganizationMessageDAO.java 33
Invalid string literal: "select om.message,om.message_type,om.status from organization_message om where om.organizationid=:orgId and om.status=:stat" Consider defining a constant to represent the string or move it to a resource bundle. Medium OrganizationMessageDAO.java 34
Invalid string literal: "orgId" Consider defining a constant to represent the string or move it to a resource bundle. Medium OrganizationMessageDAO.java 35
Invalid string literal: "stat" Consider defining a constant to represent the string or move it to a resource bundle. Medium OrganizationMessageDAO.java 36
Invalid string literal: "msg list size:" Consider defining a constant to represent the string or move it to a resource bundle. Medium OrganizationMessageDAO.java 39
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium OrganizationMessageDAO.java 51
Invalid string literal: "from TripReference t where t.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReferenceDAO.java 41
Invalid string literal: " AND t.tripSession=" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReferenceDAO.java 41
Invalid string literal: " order by tripPointTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReferenceDAO.java 41
Invalid string literal: "lstReferenceRoute size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ReferenceDAO.java 43
Invalid string literal: "inside getRoutePointName " Consider defining a constant to represent the string or move it to a resource bundle. Medium ReferenceDAO.java 65
Invalid string literal: "lastTraversedPoint: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ReferenceDAO.java 71
Invalid string literal: "from com.gps.hibernate.ReportSummary where vehicleid='" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 19
Invalid string literal: "' and date between '" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 19
Invalid string literal: "' and '" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 19
Invalid string literal: "Exception in FetchReportSummary..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 23
Invalid string literal: "from com.gps.hibernate.ReportSummary where vehicleid='" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 34
Invalid string literal: "' and date between '" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 34
Invalid string literal: "' and '" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 34
Invalid string literal: "' order by tripid,date" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 34
Invalid string literal: "Exception in FetchReportSummary..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 38
Invalid string literal: "yyyy-MM-dd" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 47
Invalid string literal: "in isPointAlreadyTraversed" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 57
Invalid string literal: "from TripTraversal t where t.tripReference.tripPointId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 59
Invalid string literal: " AND t.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 61
Invalid string literal: " AND DATE_FORMAT(t.tripPointTraversalTime, \'%p\')=\'" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 63
Invalid string literal: "\' AND DATE_FORMAT(t.tripPointTraversalTime, \'%Y-%m-%d\')= '" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 65
Invalid string literal: "isPointAlreadyTraversed lstTripTraversal size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 71
Invalid string literal: "bHastTraversed: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 83
Invalid string literal: "calling setVehicleBackOnTrack with traversal id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 94
Invalid string literal: "in setVehicleBackOnTrack" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 116
Invalid string literal: "yyyy-MM-dd HH:mm:ss a" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 117
Invalid string literal: "FROM TripTraversal where tripTraversalId=:tripTraversalId" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 121
Invalid string literal: "tripTraversalId" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 122
Invalid string literal: "FROM TripTraversal where tripTraversalId>" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 134
Invalid string literal: " AND tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 136
Invalid string literal: " AND DATE_FORMAT(tripPointTraversalTime, '%Y-%m-%d')=DATE_FORMAT('" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 138
Invalid string literal: "', '%Y-%m-%d')" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 140
Invalid string literal: " AND DATE_FORMAT(tripPointTraversalTime, '%p')=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 141
Invalid string literal: "DATE_FORMAT('" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 142
Invalid string literal: "', '%p')" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 144
Invalid string literal: " trpTraversal id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 155
Invalid string literal: "inside getTimeDelta" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 183
Invalid string literal: "yyyy-MM-dd" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 185
Invalid string literal: "FROM TripTraversal t where t.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 202
Invalid string literal: " and DATE_FORMAT(t.tripPointTraversalTime, \'%p\')=\'" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 202
Invalid string literal: " and DATE_FORMAT(t.tripPointTraversalTime, \'%Y-%m-%d\')=\'" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 202
Invalid string literal: "FROM TripReference t where t.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 219
Invalid string literal: " and t.tripPointId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 219
Invalid string literal: " and t.tripSession=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 219
Invalid string literal: "lastTraversedPoint: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 226
Invalid string literal: " lastTraversedPtTimeInSecs: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 226
Invalid string literal: "RefPointId: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 229
Invalid string literal: " refPtTimeInSecs: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 229
Invalid string literal: "FROM TripReference t where t.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 236
Invalid string literal: " and t.tripSession=" Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 236
Invalid string literal: "currPktPt: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 243
Invalid string literal: " currPktPtTimeInSecs: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 243
Invalid string literal: "RefPointId: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 246
Invalid string literal: " refPtTimeInSecs: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 246
Invalid string literal: "timeDeltaInSecs: " Consider defining a constant to represent the string or move it to a resource bundle. Medium TraversalDAO.java 250
Invalid string literal: "******" Consider defining a constant to represent the string or move it to a resource bundle. Medium TripProcessDAO.java 90
Invalid string literal: "GeoVehicleMap data has created for fence:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceMapDAO.java 44
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceMapDAO.java 46
Invalid string literal: "from GeovehicleMap g where g.geofenceId=:fenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceMapDAO.java 61
Invalid string literal: "fenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceMapDAO.java 62
Invalid string literal: "Geo vehiclemap data has deleted for fence:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceMapDAO.java 72
Invalid string literal: "\t Delete Status" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceMapDAO.java 72
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceMapDAO.java 74
Invalid string literal: "select new com.gps.dto.DeviceTripDTO(v.vehicleId," Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 60
Invalid string literal: "d.deviceId,v.regNo,o.name,v.resetDistance,v.stableFuelValue,v.carType,d.mobileNumber) from VehicleDetails as v,Device as d," Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 61
Invalid string literal: " Organization o where v.device.deviceId=d.deviceId and v.runningStatus='Running' and v.useStatus='In Use' and v.organization.organizationId= o.organizationId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 62
Invalid string literal: "Setting fenceid and infenceTime on startup:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 81
Invalid string literal: ":::" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 81
Invalid string literal: "***********" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 89
Invalid string literal: "Error in getAllVehicles" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 92
Invalid string literal: "from com.gps.hibernate.GeovehicleMap where vehicleDetails.vehicleId='" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 103
Invalid string literal: "' and InFenceTime is not null" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 103
Invalid string literal: "from com.gps.hibernate.GeovehicleMap where vehicleDetails.vehicleId='" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 104
Invalid string literal: "' and InFenceTime is not null" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 104
Invalid string literal: "Null pointer in GetInFenceTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 108
Invalid string literal: "select new com.gps.dto.DeviceTripDTO(v.vehicleId," Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 123
Invalid string literal: "d.deviceId,v.regNo,o.name,d.mobileNumber) from VehicleDetails as v,Device as d," Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 124
Invalid string literal: " Organization o where v.vehicleId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 125
Invalid string literal: " and" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 125
Invalid string literal: " v.device.deviceId=d.deviceId and v.organization.organizationId= o.organizationId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 126
Invalid string literal: "No valid data available for vehicle" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 135
Invalid string literal: "Error in getVehicleById" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 139
Invalid string literal: "From VehicleDetails as v where v.vehicleId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 151
Invalid string literal: "Error in getVehicleByVehId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 157
Invalid string literal: "In getTripInfo" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 170
Invalid string literal: "select max(trip_paramid) as id from trip_parameters where vehicle_id=" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 172
Invalid string literal: "select max(trip_paramid) as id from trip_parameters where vehicle_id=" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 173
Invalid string literal: "param:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 178
Invalid string literal: "select new com.gps.dto.DeviceTripDTO(tp.vehicleDetails.vehicleId,tp.creationTime,tp.lattitude,tp.longitude)" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 181
Invalid string literal: " from TripParameters tp where tripParamid =" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 182
Invalid string literal: "tripList" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 185
Invalid string literal: "User geofence data is create:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 51
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 53
Invalid string literal: "alert type:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 71
Invalid string literal: "User geofence data is updated:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 79
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 81
Invalid string literal: "user geofence data is deleted:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 104
Invalid string literal: "\t Delstatus:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 104
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 106
Invalid string literal: "select * from users_geofence ug where ug.userId=:userid and ug.id=:fenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 118
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 119
Invalid string literal: "fenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 120
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 123
Invalid string literal: "select name from expandocolumn ec join expandovalue ev on ev.columnId=ec.columnId where ev.tableId=ec.tableId and ev.data_=:dataFlag and ev.classPK=:userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 140
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 141
Invalid string literal: "dataFlag" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 142
Invalid string literal: "Size of attribute list:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 145
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleUserGeofenceDAO.java 156
Invalid string literal: "ERROR" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExceptionHandler.java 5
Invalid string literal: "ERROR" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExceptionHandler.java 6
Invalid string literal: "/notification.xml" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 19
Invalid string literal: "Xml Root element " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 33
Invalid string literal: "connection" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 46
Invalid string literal: " Child Nodes of " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 56
Invalid string literal: " are:" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 56
Invalid string literal: "#text" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 60
Invalid string literal: "Retured hashtable of size" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 67
Invalid string literal: "No inner nodes" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 71
Invalid string literal: "Error " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 76
Invalid string literal: "Xml Root element " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 92
Invalid string literal: "class" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 104
Invalid string literal: "Class is " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 107
Invalid string literal: "No inner nodes" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 111
Invalid string literal: "Error" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 141
Invalid string literal: "Error" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 145
Invalid string literal: "Error" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 148
Invalid string literal: "Xml Root element " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 165
Invalid string literal: "group" Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 177
Invalid string literal: "Recepients " Consider defining a constant to represent the string or move it to a resource bundle. Medium ConnectionHelper.java 184
Invalid string literal: "Initialised ReportFactory" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 26
Invalid string literal: "itacHSQLDB" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 53
Invalid string literal: "file:HSQLDB/lastKnownInfo" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 54
Invalid string literal: "HSQLDB Server is started" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 66
Invalid string literal: "Error occured while starting HSQLDB Server:" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 68
Invalid string literal: "Stopped HSQLDB Server" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 77
Invalid string literal: "Error occured while stoping HSQLDB server:" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 81
Invalid string literal: "org.hsqldb.jdbcDriver" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 93
Invalid string literal: "jdbc:hsqldb:hsql://localhost/itacHSQLDB" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 101
Invalid string literal: "Connection Hashcode value in DBManager:" Consider defining a constant to represent the string or move it to a resource bundle. Medium DBManager.java 103
Invalid string literal: "/deviation.properties" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 34
Invalid string literal: "permissible_radius" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 35
Invalid string literal: "sms_deviation_time_interval" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 36
Invalid string literal: "sms_motion_time_interval" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 37
Invalid string literal: "allowed_time_interval_for_pkts_with_speed_0" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 38
Invalid string literal: "reason_code_route_deviation" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 39
Invalid string literal: "reason_code_vehicle_not_moving" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 40
Invalid string literal: "time_delta" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 41
Invalid string literal: "inside isVehicleNotMoving" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 56
Invalid string literal: "yyyy-MM-dd HH:mm:ss a" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 62
Invalid string literal: "FROM TripParameters where tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 65
Invalid string literal: " AND speed=0 AND DATE_FORMAT(creationTime, '%Y-%m-%d')=DATE_FORMAT('" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 67
Invalid string literal: "', '%Y-%m-%d')" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 69
Invalid string literal: " AND DATE_FORMAT(creationTime, '%p')=" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 70
Invalid string literal: "DATE_FORMAT('" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 71
Invalid string literal: "', '%p')" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 73
Invalid string literal: "Query created: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 76
Invalid string literal: "distance: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 93
Invalid string literal: "diff: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 104
Invalid string literal: "isAlreadySent: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 115
Invalid string literal: "Trip organization Name: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 119
Invalid string literal: "Trip Name: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 122
Invalid string literal: "support" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 124
Invalid string literal: "Route Deviation: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 134
Invalid string literal: " of " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 136
Invalid string literal: " is not moving" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 138
Invalid string literal: "VEHICLE NOT MOVING" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 141
Invalid string literal: "\r Organization: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 142
Invalid string literal: "\r Trip Name: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 144
Invalid string literal: "\r Deviation Date/Time: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 149
Invalid string literal: "SMS message: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviationHelper.java 153
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 26
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 27
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 28
Invalid string literal: "parentAccountId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 29
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 30
Invalid string literal: "legalName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 31
Invalid string literal: "legalId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 32
Invalid string literal: "legalType" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 33
Invalid string literal: "sicCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 34
Invalid string literal: "tickerSymbol" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 35
Invalid string literal: "industry" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 36
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 37
Invalid string literal: "size" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 38
Invalid string literal: "saving Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 41
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 44
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 46
Invalid string literal: "deleting Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 52
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 55
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 57
Invalid string literal: "getting Account instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 63
Invalid string literal: "com.gps.hibernate.Account" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 66
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 69
Invalid string literal: "finding Account instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 75
Invalid string literal: "com.gps.hibernate.Account" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 78
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 80
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 84
Invalid string literal: "finding Account instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 90
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 91
Invalid string literal: "from Account as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 93
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 94
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 99
Invalid string literal: "finding all Account instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 157
Invalid string literal: "from Account" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 159
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 163
Invalid string literal: "merging Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 169
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 172
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 175
Invalid string literal: "attaching dirty Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 181
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 184
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 186
Invalid string literal: "attaching clean Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 192
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 195
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 197
Invalid string literal: "saving Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 33
Invalid string literal: "deleting Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 44
Invalid string literal: "getting Accounts instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 50
Invalid string literal: "com.gps.hibernate.Accounts" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 56
Invalid string literal: "finding Accounts instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 62
Invalid string literal: "com.gps.hibernate.Accounts" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 71
Invalid string literal: "finding Accounts instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 78
Invalid string literal: "from Accounts as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 86
Invalid string literal: "finding all Accounts instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 92
Invalid string literal: "from Accounts" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 94
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 98
Invalid string literal: "merging Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 104
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 107
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 110
Invalid string literal: "attaching dirty Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 116
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 119
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 121
Invalid string literal: "attaching clean Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 127
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 130
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 132
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 26
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 27
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 28
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 29
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 30
Invalid string literal: "street1" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 31
Invalid string literal: "street2" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 32
Invalid string literal: "street3" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 33
Invalid string literal: "city" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 34
Invalid string literal: "zip" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 35
Invalid string literal: "regionId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 36
Invalid string literal: "countryId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 37
Invalid string literal: "typeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 38
Invalid string literal: "mailing" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 39
Invalid string literal: "primary" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 40
Invalid string literal: "saving Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 43
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 46
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 48
Invalid string literal: "deleting Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 54
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 57
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 59
Invalid string literal: "getting Address instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 65
Invalid string literal: "com.gps.hibernate.Address" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 68
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 71
Invalid string literal: "finding Address instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 77
Invalid string literal: "com.gps.hibernate.Address" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 80
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 82
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 86
Invalid string literal: "finding Address instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 92
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 93
Invalid string literal: "from Address as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 95
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 96
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 101
Invalid string literal: "finding all Address instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 167
Invalid string literal: "from Address" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 169
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 173
Invalid string literal: "merging Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 179
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 182
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 185
Invalid string literal: "attaching dirty Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 191
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 194
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 196
Invalid string literal: "attaching clean Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 202
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 205
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 207
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 26
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 27
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 28
Invalid string literal: "email" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 29
Invalid string literal: "sms" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 30
Invalid string literal: "website" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 31
Invalid string literal: "saving Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 34
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 37
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 39
Invalid string literal: "deleting Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 45
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 48
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 50
Invalid string literal: "getting Announcementsdelivery instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 56
Invalid string literal: "com.gps.hibernate.Announcementsdelivery" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 59
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 62
Invalid string literal: "finding Announcementsdelivery instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 68
Invalid string literal: "com.gps.hibernate.Announcementsdelivery" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 71
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 73
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 77
Invalid string literal: "finding Announcementsdelivery instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 83
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 84
Invalid string literal: "from Announcementsdelivery as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 86
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 87
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 92
Invalid string literal: "finding all Announcementsdelivery instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 122
Invalid string literal: "from Announcementsdelivery" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 124
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 128
Invalid string literal: "merging Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 134
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 138
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 141
Invalid string literal: "attaching dirty Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 147
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 150
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 152
Invalid string literal: "attaching clean Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 158
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 161
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 163
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 30
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 31
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 32
Invalid string literal: "title" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 33
Invalid string literal: "content" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 34
Invalid string literal: "url" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 35
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 36
Invalid string literal: "priority" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 37
Invalid string literal: "alert" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 38
Invalid string literal: "saving Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 41
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 44
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 46
Invalid string literal: "deleting Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 52
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 55
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 57
Invalid string literal: "getting Announcementsentry instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 63
Invalid string literal: "com.gps.hibernate.Announcementsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 66
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 69
Invalid string literal: "finding Announcementsentry instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 75
Invalid string literal: "com.gps.hibernate.Announcementsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 78
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 80
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 84
Invalid string literal: "finding Announcementsentry instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 90
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 91
Invalid string literal: "from Announcementsentry as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 93
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 94
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 99
Invalid string literal: "finding all Announcementsentry instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 153
Invalid string literal: "from Announcementsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 155
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 159
Invalid string literal: "merging Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 165
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 169
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 172
Invalid string literal: "attaching dirty Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 178
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 181
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 183
Invalid string literal: "attaching clean Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 189
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 192
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 194
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 27
Invalid string literal: "entryId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 28
Invalid string literal: "value" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 29
Invalid string literal: "saving Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 32
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 35
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 37
Invalid string literal: "deleting Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 43
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 46
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 48
Invalid string literal: "getting Announcementsflag instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 54
Invalid string literal: "com.gps.hibernate.Announcementsflag" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 57
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 60
Invalid string literal: "finding Announcementsflag instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 66
Invalid string literal: "com.gps.hibernate.Announcementsflag" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 69
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 71
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 75
Invalid string literal: "finding Announcementsflag instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 81
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 82
Invalid string literal: "from Announcementsflag as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 84
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 85
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 90
Invalid string literal: "finding all Announcementsflag instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 108
Invalid string literal: "from Announcementsflag" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 110
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 114
Invalid string literal: "merging Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 120
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 124
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 127
Invalid string literal: "attaching dirty Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 133
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 136
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 138
Invalid string literal: "attaching clean Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 144
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 147
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 149
Invalid string literal: "saving AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 33
Invalid string literal: "deleting AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 44
Invalid string literal: "getting AutoPkSupport instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 50
Invalid string literal: "com.gps.hibernate.AutoPkSupport" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 56
Invalid string literal: "finding AutoPkSupport instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 62
Invalid string literal: "com.gps.hibernate.AutoPkSupport" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 71
Invalid string literal: "finding AutoPkSupport instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 78
Invalid string literal: "from AutoPkSupport as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 86
Invalid string literal: "finding all AutoPkSupport instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 92
Invalid string literal: "from AutoPkSupport" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 94
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 98
Invalid string literal: "merging AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 104
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 108
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 111
Invalid string literal: "attaching dirty AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 117
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 120
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 122
Invalid string literal: "attaching clean AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 128
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 131
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 133
Invalid string literal: ":class:" Consider defining a constant to represent the string or move it to a resource bundle. Medium BaseHibernateDAO.java 43
Invalid string literal: ":numc:" Consider defining a constant to represent the string or move it to a resource bundle. Medium BaseHibernateDAO.java 43
Invalid string literal: ":numbusy:" Consider defining a constant to represent the string or move it to a resource bundle. Medium BaseHibernateDAO.java 43
Invalid string literal: "error in getting numconnections:" Consider defining a constant to represent the string or move it to a resource bundle. Medium BaseHibernateDAO.java 47
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 30
Invalid string literal: "title" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 31
Invalid string literal: "urlTitle" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 32
Invalid string literal: "content" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 33
Invalid string literal: "draft" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 34
Invalid string literal: "allowTrackbacks" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 35
Invalid string literal: "trackbacks" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 36
Invalid string literal: "saving Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 39
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 42
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 44
Invalid string literal: "deleting Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 50
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 53
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 55
Invalid string literal: "getting Blogsentry instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 61
Invalid string literal: "com.gps.hibernate.Blogsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 64
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 67
Invalid string literal: "finding Blogsentry instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 73
Invalid string literal: "com.gps.hibernate.Blogsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 76
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 78
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 82
Invalid string literal: "finding Blogsentry instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 88
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 89
Invalid string literal: "from Blogsentry as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 91
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 92
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 97
Invalid string literal: "finding all Blogsentry instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 147
Invalid string literal: "from Blogsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 149
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 153
Invalid string literal: "merging Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 159
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 163
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 166
Invalid string literal: "attaching dirty Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 172
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 175
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 177
Invalid string literal: "attaching clean Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 183
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 186
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 188
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 26
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 27
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 28
Invalid string literal: "entryCount" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 29
Invalid string literal: "ratingsTotalEntries" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 30
Invalid string literal: "ratingsTotalScore" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 31
Invalid string literal: "ratingsAverageScore" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 32
Invalid string literal: "saving Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 35
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 38
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 40
Invalid string literal: "deleting Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 46
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 49
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 51
Invalid string literal: "getting Blogsstatsuser instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 57
Invalid string literal: "com.gps.hibernate.Blogsstatsuser" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 60
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 63
Invalid string literal: "finding Blogsstatsuser instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 69
Invalid string literal: "com.gps.hibernate.Blogsstatsuser" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 72
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 74
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 78
Invalid string literal: "finding Blogsstatsuser instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 84
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 85
Invalid string literal: "from Blogsstatsuser as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 87
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 88
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 93
Invalid string literal: "finding all Blogsstatsuser instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 127
Invalid string literal: "from Blogsstatsuser" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 129
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 133
Invalid string literal: "merging Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 139
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 143
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 146
Invalid string literal: "attaching dirty Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 152
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 155
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 157
Invalid string literal: "attaching clean Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 163
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 166
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 168
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 29
Invalid string literal: "folderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 30
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 31
Invalid string literal: "url" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 32
Invalid string literal: "comments" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 33
Invalid string literal: "visits" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 34
Invalid string literal: "priority" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 35
Invalid string literal: "saving Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 38
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 41
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 43
Invalid string literal: "deleting Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 49
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 52
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 54
Invalid string literal: "getting Bookmarksentry instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 60
Invalid string literal: "com.gps.hibernate.Bookmarksentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 63
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 66
Invalid string literal: "finding Bookmarksentry instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 72
Invalid string literal: "com.gps.hibernate.Bookmarksentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 75
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 77
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 81
Invalid string literal: "finding Bookmarksentry instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 87
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 88
Invalid string literal: "from Bookmarksentry as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 90
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 91
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 96
Invalid string literal: "finding all Bookmarksentry instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 142
Invalid string literal: "from Bookmarksentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 144
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 148
Invalid string literal: "merging Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 154
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 158
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 161
Invalid string literal: "attaching dirty Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 167
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 170
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 172
Invalid string literal: "attaching clean Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 178
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 181
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 183
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 29
Invalid string literal: "parentFolderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 30
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 31
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 32
Invalid string literal: "saving Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 35
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 38
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 40
Invalid string literal: "deleting Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 46
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 49
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 51
Invalid string literal: "getting Bookmarksfolder instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 57
Invalid string literal: "com.gps.hibernate.Bookmarksfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 60
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 63
Invalid string literal: "finding Bookmarksfolder instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 69
Invalid string literal: "com.gps.hibernate.Bookmarksfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 72
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 74
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 78
Invalid string literal: "finding Bookmarksfolder instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 84
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 85
Invalid string literal: "from Bookmarksfolder as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 87
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 88
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 93
Invalid string literal: "finding all Bookmarksfolder instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 127
Invalid string literal: "from Bookmarksfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 129
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 133
Invalid string literal: "merging Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 139
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 143
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 146
Invalid string literal: "attaching dirty Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 152
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 155
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 157
Invalid string literal: "attaching clean Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 163
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 166
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 168
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 25
Invalid string literal: "browserKey" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 26
Invalid string literal: "saving Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 29
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 32
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 34
Invalid string literal: "deleting Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 40
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 43
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 45
Invalid string literal: "getting Browsertracker instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 51
Invalid string literal: "com.gps.hibernate.Browsertracker" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 54
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 57
Invalid string literal: "finding Browsertracker instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 63
Invalid string literal: "com.gps.hibernate.Browsertracker" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 66
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 68
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 72
Invalid string literal: "finding Browsertracker instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 78
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 79
Invalid string literal: "from Browsertracker as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 81
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 82
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 87
Invalid string literal: "finding all Browsertracker instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 101
Invalid string literal: "from Browsertracker" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 103
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 107
Invalid string literal: "merging Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 113
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 117
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 120
Invalid string literal: "attaching dirty Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 126
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 129
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 131
Invalid string literal: "attaching clean Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 137
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 140
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 142
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 30
Invalid string literal: "title" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 31
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 32
Invalid string literal: "durationHour" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 33
Invalid string literal: "durationMinute" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 34
Invalid string literal: "allDay" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 35
Invalid string literal: "timeZoneSensitive" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 36
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 37
Invalid string literal: "repeating" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 38
Invalid string literal: "recurrence" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 39
Invalid string literal: "remindBy" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 40
Invalid string literal: "firstReminder" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 41
Invalid string literal: "secondReminder" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 42
Invalid string literal: "saving Calevent instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 45
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 48
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 50
Invalid string literal: "deleting Calevent instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 56
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 59
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 61
Invalid string literal: "getting Calevent instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 67
Invalid string literal: "com.gps.hibernate.Calevent" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 70
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 73
Invalid string literal: "finding Calevent instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 79
Invalid string literal: "com.gps.hibernate.Calevent" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 82
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 84
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 88
Invalid string literal: "finding Calevent instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 94
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 95
Invalid string literal: "from Calevent as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 97
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 98
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 103
Invalid string literal: "finding all Calevent instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 177
Invalid string literal: "from Calevent" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 179
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 183
Invalid string literal: "merging Calevent instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 189
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 192
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 195
Invalid string literal: "attaching dirty Calevent instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 201
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 204
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 206
Invalid string literal: "attaching clean Calevent instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 212
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 215
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 217
Invalid string literal: "current" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 25
Invalid string literal: "target" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 26
Invalid string literal: "saving CharityBarometer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 29
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 32
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 34
Invalid string literal: "deleting CharityBarometer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 40
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 43
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 45
Invalid string literal: "getting CharityBarometer instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 51
Invalid string literal: "com.gps.hibernate.CharityBarometer" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 54
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 57
Invalid string literal: "finding CharityBarometer instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 63
Invalid string literal: "com.gps.hibernate.CharityBarometer" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 66
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 68
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 72
Invalid string literal: "finding CharityBarometer instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 78
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 79
Invalid string literal: "from CharityBarometer as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 81
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 82
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 87
Invalid string literal: "finding all CharityBarometer instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 101
Invalid string literal: "from CharityBarometer" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 103
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 107
Invalid string literal: "merging CharityBarometer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 113
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 117
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 120
Invalid string literal: "attaching dirty CharityBarometer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 126
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 129
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 131
Invalid string literal: "attaching clean CharityBarometer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 137
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 140
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CharityBarometerDAO.java 142
Invalid string literal: "createDate" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 25
Invalid string literal: "fromUserId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 26
Invalid string literal: "toUserId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 27
Invalid string literal: "content" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 28
Invalid string literal: "saving ChatEntry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 31
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 34
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 36
Invalid string literal: "deleting ChatEntry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 42
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 45
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 47
Invalid string literal: "getting ChatEntry instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 53
Invalid string literal: "com.gps.hibernate.ChatEntry" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 56
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 59
Invalid string literal: "finding ChatEntry instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 65
Invalid string literal: "com.gps.hibernate.ChatEntry" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 68
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 70
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 74
Invalid string literal: "finding ChatEntry instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 80
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 81
Invalid string literal: "from ChatEntry as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 83
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 84
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 89
Invalid string literal: "finding all ChatEntry instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 111
Invalid string literal: "from ChatEntry" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 113
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 117
Invalid string literal: "merging ChatEntry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 123
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 126
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 129
Invalid string literal: "attaching dirty ChatEntry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 135
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 138
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 140
Invalid string literal: "attaching clean ChatEntry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 146
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 149
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatEntryDAO.java 151
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 25
Invalid string literal: "modifiedDate" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 26
Invalid string literal: "online" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 27
Invalid string literal: "awake" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 28
Invalid string literal: "activePanelId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 29
Invalid string literal: "message" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 30
Invalid string literal: "playSound" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 31
Invalid string literal: "saving ChatStatus instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 34
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 37
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 39
Invalid string literal: "deleting ChatStatus instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 45
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 48
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 50
Invalid string literal: "getting ChatStatus instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 56
Invalid string literal: "com.gps.hibernate.ChatStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 59
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 62
Invalid string literal: "finding ChatStatus instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 68
Invalid string literal: "com.gps.hibernate.ChatStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 71
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 73
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 77
Invalid string literal: "finding ChatStatus instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 83
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 84
Invalid string literal: "from ChatStatus as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 86
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 87
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 92
Invalid string literal: "finding all ChatStatus instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 126
Invalid string literal: "from ChatStatus" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 128
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 132
Invalid string literal: "merging ChatStatus instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 138
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 142
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 145
Invalid string literal: "attaching dirty ChatStatus instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 151
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 154
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 156
Invalid string literal: "attaching clean ChatStatus instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 162
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 165
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ChatStatusDAO.java 167
Invalid string literal: "value" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 25
Invalid string literal: "saving Classname instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 33
Invalid string literal: "deleting Classname instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 44
Invalid string literal: "getting Classname instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 50
Invalid string literal: "com.gps.hibernate.Classname" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 56
Invalid string literal: "finding Classname instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 62
Invalid string literal: "com.gps.hibernate.Classname" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 71
Invalid string literal: "finding Classname instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 78
Invalid string literal: "from Classname as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 86
Invalid string literal: "finding all Classname instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 96
Invalid string literal: "from Classname" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 98
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 102
Invalid string literal: "merging Classname instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 108
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 111
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 114
Invalid string literal: "attaching dirty Classname instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 120
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 123
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 125
Invalid string literal: "attaching clean Classname instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 131
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 134
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ClassnameDAO.java 136
Invalid string literal: "accountId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 25
Invalid string literal: "webId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 26
Invalid string literal: "key" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 27
Invalid string literal: "virtualHost" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 28
Invalid string literal: "homeUrl" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 30
Invalid string literal: "logoId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 31
Invalid string literal: "system" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 32
Invalid string literal: "saving Company instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 35
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 38
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 40
Invalid string literal: "deleting Company instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 46
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 49
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 51
Invalid string literal: "getting Company instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 57
Invalid string literal: "com.gps.hibernate.Company" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 60
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 63
Invalid string literal: "finding Company instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 69
Invalid string literal: "com.gps.hibernate.Company" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 72
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 74
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 78
Invalid string literal: "finding Company instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 84
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 85
Invalid string literal: "from Company as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 87
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 88
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 93
Invalid string literal: "finding all Company instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 131
Invalid string literal: "from Company" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 133
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 137
Invalid string literal: "merging Company instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 143
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 146
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 149
Invalid string literal: "attaching dirty Company instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 155
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 158
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 160
Invalid string literal: "attaching clean Company instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 166
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 169
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CompanyDAO.java 171
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 26
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 27
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 28
Invalid string literal: "accountId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 29
Invalid string literal: "parentContactId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 30
Invalid string literal: "firstName" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 31
Invalid string literal: "middleName" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 32
Invalid string literal: "lastName" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 33
Invalid string literal: "prefixId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 34
Invalid string literal: "suffixId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 35
Invalid string literal: "male" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 36
Invalid string literal: "smsSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 37
Invalid string literal: "aimSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 38
Invalid string literal: "facebookSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 39
Invalid string literal: "icqSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 40
Invalid string literal: "jabberSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 41
Invalid string literal: "msnSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 42
Invalid string literal: "mySpaceSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 43
Invalid string literal: "skypeSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 44
Invalid string literal: "twitterSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 45
Invalid string literal: "ymSn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 46
Invalid string literal: "employeeStatusId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 47
Invalid string literal: "employeeNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 48
Invalid string literal: "jobTitle" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 49
Invalid string literal: "jobClass" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 50
Invalid string literal: "hoursOfOperation" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 51
Invalid string literal: "saving Contact instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 54
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 57
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 59
Invalid string literal: "deleting Contact instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 65
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 68
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 70
Invalid string literal: "getting Contact instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 76
Invalid string literal: "com.gps.hibernate.Contact" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 79
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 82
Invalid string literal: "finding Contact instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 88
Invalid string literal: "com.gps.hibernate.Contact" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 91
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 93
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 97
Invalid string literal: "finding Contact instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 103
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 104
Invalid string literal: "from Contact as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 106
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 107
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 112
Invalid string literal: "finding all Contact instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 222
Invalid string literal: "from Contact" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 224
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 228
Invalid string literal: "merging Contact instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 234
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 237
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ContactDAO.java 240
Invalid string literal: "currentId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 25
Invalid string literal: "saving Counter instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 33
Invalid string literal: "deleting Counter instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 44
Invalid string literal: "getting Counter instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 50
Invalid string literal: "com.gps.hibernate.Counter" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 56
Invalid string literal: "finding Counter instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 62
Invalid string literal: "com.gps.hibernate.Counter" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 71
Invalid string literal: "finding Counter instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 78
Invalid string literal: "from Counter as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 86
Invalid string literal: "finding all Counter instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 96
Invalid string literal: "from Counter" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 98
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 102
Invalid string literal: "merging Counter instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 108
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 111
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 114
Invalid string literal: "attaching dirty Counter instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 120
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 123
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 125
Invalid string literal: "attaching clean Counter instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 131
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 134
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CounterDAO.java 136
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 25
Invalid string literal: "number" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 28
Invalid string literal: "idd" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 29
Invalid string literal: "active" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 30
Invalid string literal: "saving Country instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 33
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 36
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 38
Invalid string literal: "deleting Country instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 44
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 47
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 49
Invalid string literal: "getting Country instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 55
Invalid string literal: "com.gps.hibernate.Country" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 58
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 61
Invalid string literal: "finding Country instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 67
Invalid string literal: "com.gps.hibernate.Country" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 70
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 72
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 76
Invalid string literal: "finding Country instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 82
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 83
Invalid string literal: "from Country as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 85
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 86
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 91
Invalid string literal: "finding all Country instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 121
Invalid string literal: "from Country" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 123
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 127
Invalid string literal: "merging Country instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 133
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 136
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 139
Invalid string literal: "attaching dirty Country instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 145
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 148
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 150
Invalid string literal: "attaching clean Country instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 156
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 159
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CountryDAO.java 161
Invalid string literal: "password" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 25
Invalid string literal: "saving Cyrususer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 33
Invalid string literal: "deleting Cyrususer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 44
Invalid string literal: "getting Cyrususer instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 50
Invalid string literal: "com.gps.hibernate.Cyrususer" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 56
Invalid string literal: "finding Cyrususer instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 62
Invalid string literal: "com.gps.hibernate.Cyrususer" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 71
Invalid string literal: "finding Cyrususer instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 78
Invalid string literal: "from Cyrususer as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 86
Invalid string literal: "finding all Cyrususer instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 96
Invalid string literal: "from Cyrususer" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 98
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 102
Invalid string literal: "merging Cyrususer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 108
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 111
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 114
Invalid string literal: "attaching dirty Cyrususer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 120
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 123
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 125
Invalid string literal: "attaching clean Cyrususer instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 131
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 134
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrususerDAO.java 136
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 25
Invalid string literal: "saving Cyrusvirtual instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 33
Invalid string literal: "deleting Cyrusvirtual instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 44
Invalid string literal: "getting Cyrusvirtual instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 50
Invalid string literal: "com.gps.hibernate.Cyrusvirtual" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 56
Invalid string literal: "finding Cyrusvirtual instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 62
Invalid string literal: "com.gps.hibernate.Cyrusvirtual" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 71
Invalid string literal: "finding Cyrusvirtual instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 78
Invalid string literal: "from Cyrusvirtual as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 86
Invalid string literal: "finding all Cyrusvirtual instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 96
Invalid string literal: "from Cyrusvirtual" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 98
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 102
Invalid string literal: "merging Cyrusvirtual instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 108
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 112
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 115
Invalid string literal: "attaching dirty Cyrusvirtual instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 121
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 124
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 126
Invalid string literal: "attaching clean Cyrusvirtual instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 132
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 135
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CyrusvirtualDAO.java 137
Invalid string literal: "imeiNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 28
Invalid string literal: "lastKnownIp" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 29
Invalid string literal: "firmwareVersion" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 30
Invalid string literal: "mobileNumber" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 31
Invalid string literal: "saving Device instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 34
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 37
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 39
Invalid string literal: "deleting Device instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 45
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 48
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 50
Invalid string literal: "getting Device instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 56
Invalid string literal: "com.gps.hibernate.Device" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 59
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 62
Invalid string literal: "finding Device instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 68
Invalid string literal: "com.gps.hibernate.Device" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 71
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 73
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 77
Invalid string literal: "finding Device instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 83
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 84
Invalid string literal: "from Device as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 86
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 87
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 92
Invalid string literal: "finding all Device instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 114
Invalid string literal: "from Device" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 116
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 120
Invalid string literal: "merging Device instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 126
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 129
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 132
Invalid string literal: "attaching dirty Device instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 138
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 141
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 143
Invalid string literal: "attaching clean Device instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 149
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 152
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceDAO.java 154
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 30
Invalid string literal: "versionUserId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 31
Invalid string literal: "versionUserName" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 32
Invalid string literal: "folderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 33
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 34
Invalid string literal: "title" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 35
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 36
Invalid string literal: "version" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 37
Invalid string literal: "size" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 38
Invalid string literal: "readCount" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 39
Invalid string literal: "extraSettings" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 40
Invalid string literal: "saving Dlfileentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 43
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 46
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 48
Invalid string literal: "deleting Dlfileentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 54
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 57
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 59
Invalid string literal: "getting Dlfileentry instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 65
Invalid string literal: "com.gps.hibernate.Dlfileentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 68
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 71
Invalid string literal: "finding Dlfileentry instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 77
Invalid string literal: "com.gps.hibernate.Dlfileentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 80
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 82
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 86
Invalid string literal: "finding Dlfileentry instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 92
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 93
Invalid string literal: "from Dlfileentry as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 95
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 96
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 101
Invalid string literal: "finding all Dlfileentry instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 167
Invalid string literal: "from Dlfileentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 169
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 173
Invalid string literal: "merging Dlfileentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 179
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 183
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 186
Invalid string literal: "attaching dirty Dlfileentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 192
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 195
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 197
Invalid string literal: "attaching clean Dlfileentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 203
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 206
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileentryDAO.java 208
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 26
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 27
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 28
Invalid string literal: "folderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 29
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 30
Invalid string literal: "saving Dlfilerank instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 33
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 36
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 38
Invalid string literal: "deleting Dlfilerank instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 44
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 47
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 49
Invalid string literal: "getting Dlfilerank instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 55
Invalid string literal: "com.gps.hibernate.Dlfilerank" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 58
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 61
Invalid string literal: "finding Dlfilerank instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 67
Invalid string literal: "com.gps.hibernate.Dlfilerank" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 70
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 72
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 76
Invalid string literal: "finding Dlfilerank instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 82
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 83
Invalid string literal: "from Dlfilerank as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 85
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 86
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 91
Invalid string literal: "finding all Dlfilerank instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 117
Invalid string literal: "from Dlfilerank" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 119
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 123
Invalid string literal: "merging Dlfilerank instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 129
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 133
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 136
Invalid string literal: "attaching dirty Dlfilerank instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 142
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 145
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 147
Invalid string literal: "attaching clean Dlfilerank instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 153
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 156
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfilerankDAO.java 158
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 30
Invalid string literal: "folderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 31
Invalid string literal: "toFolderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 32
Invalid string literal: "toName" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 33
Invalid string literal: "saving Dlfileshortcut instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 36
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 39
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 41
Invalid string literal: "deleting Dlfileshortcut instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 47
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 50
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 52
Invalid string literal: "getting Dlfileshortcut instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 58
Invalid string literal: "com.gps.hibernate.Dlfileshortcut" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 61
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 64
Invalid string literal: "finding Dlfileshortcut instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 70
Invalid string literal: "com.gps.hibernate.Dlfileshortcut" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 73
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 75
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 79
Invalid string literal: "finding Dlfileshortcut instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 85
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 86
Invalid string literal: "from Dlfileshortcut as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 88
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 89
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 94
Invalid string literal: "finding all Dlfileshortcut instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 132
Invalid string literal: "from Dlfileshortcut" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 134
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 138
Invalid string literal: "merging Dlfileshortcut instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 144
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 148
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 151
Invalid string literal: "attaching dirty Dlfileshortcut instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 157
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 160
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 162
Invalid string literal: "attaching clean Dlfileshortcut instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 168
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 171
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileshortcutDAO.java 173
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 26
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 27
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 28
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 29
Invalid string literal: "folderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 30
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 31
Invalid string literal: "version" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 32
Invalid string literal: "size" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 33
Invalid string literal: "saving Dlfileversion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 36
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 39
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 41
Invalid string literal: "deleting Dlfileversion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 47
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 50
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 52
Invalid string literal: "getting Dlfileversion instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 58
Invalid string literal: "com.gps.hibernate.Dlfileversion" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 61
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 64
Invalid string literal: "finding Dlfileversion instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 70
Invalid string literal: "com.gps.hibernate.Dlfileversion" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 73
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 75
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 79
Invalid string literal: "finding Dlfileversion instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 85
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 86
Invalid string literal: "from Dlfileversion as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 88
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 89
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 94
Invalid string literal: "finding all Dlfileversion instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 132
Invalid string literal: "from Dlfileversion" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 134
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 138
Invalid string literal: "merging Dlfileversion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 144
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 148
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 151
Invalid string literal: "attaching dirty Dlfileversion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 157
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 160
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 162
Invalid string literal: "attaching clean Dlfileversion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 168
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 171
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfileversionDAO.java 173
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 30
Invalid string literal: "parentFolderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 31
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 32
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 33
Invalid string literal: "saving Dlfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 36
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 39
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 41
Invalid string literal: "deleting Dlfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 47
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 50
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 52
Invalid string literal: "getting Dlfolder instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 58
Invalid string literal: "com.gps.hibernate.Dlfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 61
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 64
Invalid string literal: "finding Dlfolder instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 70
Invalid string literal: "com.gps.hibernate.Dlfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 73
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 75
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 79
Invalid string literal: "finding Dlfolder instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 85
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 86
Invalid string literal: "from Dlfolder as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 88
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 89
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 94
Invalid string literal: "finding all Dlfolder instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 132
Invalid string literal: "from Dlfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 134
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 138
Invalid string literal: "merging Dlfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 144
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 147
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 150
Invalid string literal: "attaching dirty Dlfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 156
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 159
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 161
Invalid string literal: "attaching clean Dlfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 167
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 170
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium DlfolderDAO.java 172
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 26
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 27
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 28
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 29
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 30
Invalid string literal: "address" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 31
Invalid string literal: "typeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 32
Invalid string literal: "primary" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 33
Invalid string literal: "saving Emailaddress instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 36
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 39
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 41
Invalid string literal: "deleting Emailaddress instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 47
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 50
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 52
Invalid string literal: "getting Emailaddress instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 58
Invalid string literal: "com.gps.hibernate.Emailaddress" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 61
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 64
Invalid string literal: "finding Emailaddress instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 70
Invalid string literal: "com.gps.hibernate.Emailaddress" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 73
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 75
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 79
Invalid string literal: "finding Emailaddress instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 85
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 86
Invalid string literal: "from Emailaddress as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 88
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 89
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 94
Invalid string literal: "finding all Emailaddress instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 132
Invalid string literal: "from Emailaddress" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 134
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 138
Invalid string literal: "merging Emailaddress instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 144
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 148
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 151
Invalid string literal: "attaching dirty Emailaddress instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 157
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 160
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 162
Invalid string literal: "attaching clean Emailaddress instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 168
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 171
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium EmailaddressDAO.java 173
Invalid string literal: "select e.Alertid,e.Orgid,e.phone,e.event,e.alertTrip,e.StartTime,e.EndTime,e.mode from com.gps.hibernate.EventNotification e,com.gps.hibernate.Organization o where e.Orgid=o.organizationId and o.type not in(:orgType) and e.Orgid=:orgid and e.event=:eventcode" Consider defining a constant to represent the string or move it to a resource bundle. Medium EventNotificationDAO.java 36
Invalid string literal: "orgType" Consider defining a constant to represent the string or move it to a resource bundle. Medium EventNotificationDAO.java 37
Invalid string literal: "orgid" Consider defining a constant to represent the string or move it to a resource bundle. Medium EventNotificationDAO.java 38
Invalid string literal: "eventcode" Consider defining a constant to represent the string or move it to a resource bundle. Medium EventNotificationDAO.java 39
Invalid string literal: "SendTo size :" Consider defining a constant to represent the string or move it to a resource bundle. Medium EventNotificationDAO.java 57
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium EventNotificationDAO.java 59
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 25
Invalid string literal: "tableId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 26
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 27
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 28
Invalid string literal: "defaultData" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 29
Invalid string literal: "typeSettings" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 30
Invalid string literal: "saving Expandocolumn instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 33
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 36
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 38
Invalid string literal: "deleting Expandocolumn instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 44
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 47
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 49
Invalid string literal: "getting Expandocolumn instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 55
Invalid string literal: "com.gps.hibernate.Expandocolumn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 58
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 61
Invalid string literal: "finding Expandocolumn instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 67
Invalid string literal: "com.gps.hibernate.Expandocolumn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 70
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 72
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 76
Invalid string literal: "finding Expandocolumn instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 82
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 83
Invalid string literal: "from Expandocolumn as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 85
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 86
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 91
Invalid string literal: "finding all Expandocolumn instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 121
Invalid string literal: "from Expandocolumn" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 123
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 127
Invalid string literal: "merging Expandocolumn instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 133
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 137
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 140
Invalid string literal: "attaching dirty Expandocolumn instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 146
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 149
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 151
Invalid string literal: "attaching clean Expandocolumn instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 157
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 160
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandocolumnDAO.java 162
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 25
Invalid string literal: "tableId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 26
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 27
Invalid string literal: "saving Expandorow instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 30
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 33
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 35
Invalid string literal: "deleting Expandorow instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 41
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 44
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 46
Invalid string literal: "getting Expandorow instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 52
Invalid string literal: "com.gps.hibernate.Expandorow" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 55
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 58
Invalid string literal: "finding Expandorow instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 64
Invalid string literal: "com.gps.hibernate.Expandorow" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 67
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 69
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 73
Invalid string literal: "finding Expandorow instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 79
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 80
Invalid string literal: "from Expandorow as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 82
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 83
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 88
Invalid string literal: "finding all Expandorow instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 106
Invalid string literal: "from Expandorow" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 108
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 112
Invalid string literal: "merging Expandorow instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 118
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 122
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 125
Invalid string literal: "attaching dirty Expandorow instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 131
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 134
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 136
Invalid string literal: "attaching clean Expandorow instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 142
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 145
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandorowDAO.java 147
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 25
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 26
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 27
Invalid string literal: "saving Expandotable instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 30
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 33
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 35
Invalid string literal: "deleting Expandotable instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 41
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 44
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 46
Invalid string literal: "getting Expandotable instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 52
Invalid string literal: "com.gps.hibernate.Expandotable" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 55
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 58
Invalid string literal: "finding Expandotable instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 64
Invalid string literal: "com.gps.hibernate.Expandotable" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 67
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 69
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 73
Invalid string literal: "finding Expandotable instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 79
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 80
Invalid string literal: "from Expandotable as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 82
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 83
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 88
Invalid string literal: "finding all Expandotable instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 106
Invalid string literal: "from Expandotable" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 108
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 112
Invalid string literal: "merging Expandotable instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 118
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 122
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 125
Invalid string literal: "attaching dirty Expandotable instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 131
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 134
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 136
Invalid string literal: "attaching clean Expandotable instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 142
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 145
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandotableDAO.java 147
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 25
Invalid string literal: "tableId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 26
Invalid string literal: "columnId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 27
Invalid string literal: "rowId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 28
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 29
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 30
Invalid string literal: "data" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 31
Invalid string literal: "saving Expandovalue instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 34
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 37
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 39
Invalid string literal: "deleting Expandovalue instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 45
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 48
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 50
Invalid string literal: "getting Expandovalue instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 56
Invalid string literal: "com.gps.hibernate.Expandovalue" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 59
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 62
Invalid string literal: "finding Expandovalue instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 68
Invalid string literal: "com.gps.hibernate.Expandovalue" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 71
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 73
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 77
Invalid string literal: "finding Expandovalue instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 83
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 84
Invalid string literal: "from Expandovalue as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 86
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 87
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 92
Invalid string literal: "finding all Expandovalue instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 126
Invalid string literal: "from Expandovalue" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 128
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 132
Invalid string literal: "merging Expandovalue instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 138
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 142
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 145
Invalid string literal: "attaching dirty Expandovalue instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 151
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 154
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 156
Invalid string literal: "attaching clean Expandovalue instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 162
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 165
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ExpandovalueDAO.java 167
Invalid string literal: "driveRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 26
Invalid string literal: "tripRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 27
Invalid string literal: "carRating" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 28
Invalid string literal: "comment" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 29
Invalid string literal: "saving Feedback instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 32
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 35
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 37
Invalid string literal: "deleting Feedback instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 43
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 46
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 48
Invalid string literal: "getting Feedback instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 54
Invalid string literal: "com.gps.hibernate.Feedback" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 57
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 60
Invalid string literal: "finding Feedback instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 66
Invalid string literal: "com.gps.hibernate.Feedback" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 69
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 71
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 75
Invalid string literal: "finding Feedback instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 81
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 82
Invalid string literal: "from Feedback as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 84
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 85
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 90
Invalid string literal: "finding all Feedback instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 112
Invalid string literal: "from Feedback" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 114
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 118
Invalid string literal: "merging Feedback instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 124
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 127
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 130
Invalid string literal: "attaching dirty Feedback instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 136
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 139
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 141
Invalid string literal: "attaching clean Feedback instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 147
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 150
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FeedbackDAO.java 152
Invalid string literal: "monSpotOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 26
Invalid string literal: "evenSpotOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 27
Invalid string literal: "session" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 28
Invalid string literal: "saving FenceHistory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 31
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 34
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 36
Invalid string literal: "deleting FenceHistory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 42
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 45
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 47
Invalid string literal: "getting FenceHistory instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 53
Invalid string literal: "com.gps.hibernate.FenceHistory" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 56
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 59
Invalid string literal: "finding FenceHistory instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 65
Invalid string literal: "com.gps.hibernate.FenceHistory" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 68
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 70
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 74
Invalid string literal: "finding FenceHistory instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 80
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 81
Invalid string literal: "from FenceHistory as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 83
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 84
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 89
Invalid string literal: "finding all FenceHistory instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 107
Invalid string literal: "from FenceHistory" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 109
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 113
Invalid string literal: "merging FenceHistory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 119
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 123
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 126
Invalid string literal: "attaching dirty FenceHistory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 132
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 135
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 137
Invalid string literal: "attaching clean FenceHistory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 143
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 146
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceHistoryDAO.java 148
Invalid string literal: "Geofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 39
Invalid string literal: "Vehicle" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 40
Invalid string literal: "Date" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 41
Invalid string literal: "saving FenceReport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 44
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 47
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 49
Invalid string literal: "deleting FenceReport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 55
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 58
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 60
Invalid string literal: "getting FenceReport instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 66
Invalid string literal: "FenceReport" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 69
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 72
Invalid string literal: "finding FenceReport instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 78
Invalid string literal: "com.gps.hibernate.FenceReport" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 81
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 83
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 87
Invalid string literal: "finding FenceReport instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 93
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 94
Invalid string literal: "from FenceReport as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 96
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 97
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 102
Invalid string literal: "finding all FenceReport instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 120
Invalid string literal: "from FenceReport" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 122
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 126
Invalid string literal: "merging FenceReport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 132
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 136
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 139
Invalid string literal: "attaching dirty FenceReport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 145
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 148
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 150
Invalid string literal: "attaching clean FenceReport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 156
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 159
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 161
Invalid string literal: "from FenceReport where geofence=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 203
Invalid string literal: " and vehicle=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 203
Invalid string literal: " and exitTime is null order by entryTime desc limit 1" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 203
Invalid string literal: "qry: from FenceReport where geofence=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 204
Invalid string literal: " and vehicle=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 204
Invalid string literal: " and exitTime is null order by entryTime desc limit 1" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 204
Invalid string literal: "#.##" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 207
Invalid string literal: "yyyy-MM-dd HH:mm:ss" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 210
Invalid string literal: "exception in update time:" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 263
Invalid string literal: "from FenceReport f where f.geofence.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 276
Invalid string literal: " order by entryTime desc" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 276
Invalid string literal: "StopTimeAM" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 285
Invalid string literal: "StopTimePM" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 287
Invalid string literal: "from Geofence g where g.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 289
Invalid string literal: " and landmark like '%Garage%' order by " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 289
Invalid string literal: "select new com.gps.vo.ActualPickUpPoints(f.geofence.geoName,f.stopLat,f.stopLong,f.entryTime,f.stopReading) from com.gps.hibernate.FenceReport f where f.geofence.geoName is not null and f.geofence.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 306
Invalid string literal: "name " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceReportDAO.java 309
Invalid string literal: "saving FrequentTravellerDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 30
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 33
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 35
Invalid string literal: "deleting FrequentTravellerDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 41
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 44
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 46
Invalid string literal: "getting FrequentTravellerDetails instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 53
Invalid string literal: "com.gps.hibernate.FrequentTravellerDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 56
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 59
Invalid string literal: "finding FrequentTravellerDetails instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 65
Invalid string literal: "com.gps.hibernate.FrequentTravellerDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 68
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 70
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 74
Invalid string literal: "finding FrequentTravellerDetails instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 80
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 81
Invalid string literal: "from FrequentTravellerDetails as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 83
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 84
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 89
Invalid string literal: "finding all FrequentTravellerDetails instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 95
Invalid string literal: "from FrequentTravellerDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 97
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 101
Invalid string literal: "merging FrequentTravellerDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 108
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 112
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 115
Invalid string literal: "attaching dirty FrequentTravellerDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 121
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 124
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 126
Invalid string literal: "attaching clean FrequentTravellerDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 132
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 135
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTravellerDetailsDAO.java 137
Invalid string literal: "time" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 26
Invalid string literal: "saving FrequentTripDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 29
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 32
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 34
Invalid string literal: "deleting FrequentTripDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 40
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 43
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 45
Invalid string literal: "getting FrequentTripDetails instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 52
Invalid string literal: "com.gps.hibernate.FrequentTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 55
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 58
Invalid string literal: "finding FrequentTripDetails instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 64
Invalid string literal: "com.gps.hibernate.FrequentTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 67
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 69
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 73
Invalid string literal: "finding FrequentTripDetails instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 79
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 80
Invalid string literal: "from FrequentTripDetails as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 82
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 83
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 88
Invalid string literal: "finding all FrequentTripDetails instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 98
Invalid string literal: "from FrequentTripDetails" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 100
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 104
Invalid string literal: "merging FrequentTripDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 110
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 114
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 117
Invalid string literal: "attaching dirty FrequentTripDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 123
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 126
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 128
Invalid string literal: "attaching clean FrequentTripDetails instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 134
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 137
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FrequentTripDetailsDAO.java 139
Invalid string literal: "saving FuelCalibration instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 27
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 30
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 32
Invalid string literal: "deleting FuelCalibration instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 38
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 41
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 43
Invalid string literal: "getting FuelCalibration instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 49
Invalid string literal: "com.gps.hibernate.FuelCalibration" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 52
Invalid string literal: "nullpointer" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 57
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 61
Invalid string literal: "finding FuelCalibration instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 67
Invalid string literal: "com.gps.hibernate.FuelCalibration" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 70
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 72
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 76
Invalid string literal: "finding FuelCalibration instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 82
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 83
Invalid string literal: "from FuelCalibration as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 85
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 86
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 91
Invalid string literal: "finding all FuelCalibration instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 97
Invalid string literal: "from FuelCalibration" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 99
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 103
Invalid string literal: "merging FuelCalibration instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 109
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 113
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 116
Invalid string literal: "attaching dirty FuelCalibration instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 122
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 125
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 127
Invalid string literal: "attaching clean FuelCalibration instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 133
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 136
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium FuelCalibrationDAO.java 138
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 34
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 35
Invalid string literal: "geoName" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 36
Invalid string literal: "address" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 37
Invalid string literal: "countryCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 38
Invalid string literal: "geoLatitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 39
Invalid string literal: "geoLongitude" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 40
Invalid string literal: "radius" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 41
Invalid string literal: "insertOrder" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 42
Invalid string literal: "saving Geofence instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 45
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 48
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 50
Invalid string literal: "deleting Geofence instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 56
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 59
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 61
Invalid string literal: "SeqfenceId:" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 68
Invalid string literal: "com.gps.hibernate.Geofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 74
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 78
Invalid string literal: "finding Geofence instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 84
Invalid string literal: "com.gps.hibernate.Geofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 87
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 89
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 93
Invalid string literal: "finding Geofence instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 99
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 100
Invalid string literal: "from Geofence as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 102
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 103
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 108
Invalid string literal: "finding all Geofence instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 150
Invalid string literal: "from Geofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 152
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 156
Invalid string literal: "merging Geofence instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 162
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 165
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 168
Invalid string literal: "attaching dirty Geofence instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 174
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 177
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 179
Invalid string literal: "attaching clean Geofence instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 185
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 188
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceDAO.java 190
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 43
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 55
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 60
Invalid string literal: "deleting GeovehicleMap instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 65
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 68
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 70
Invalid string literal: "getting GeovehicleMap instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 76
Invalid string literal: "com.gps.hibernate.GeovehicleMap" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 79
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 82
Invalid string literal: "finding GeovehicleMap instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 88
Invalid string literal: "com.gps.hibernate.GeovehicleMap" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 91
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 93
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 97
Invalid string literal: "finding GeovehicleMap instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 103
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 104
Invalid string literal: "from GeovehicleMap as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 106
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 107
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 112
Invalid string literal: "select g from com.gps.hibernate.GeovehicleMap gm,Geofence g where g.id=gm.geofenceId and gm.vehicleDetails.organization.organizationId='" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 122
Invalid string literal: "' group by gm.geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 122
Invalid string literal: "Session Error in findByOrgId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 126
Invalid string literal: "finding all GeovehicleMap instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 136
Invalid string literal: "from GeovehicleMap" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 138
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 142
Invalid string literal: "merging GeovehicleMap instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 148
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 152
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 155
Invalid string literal: "from com.gps.hibernate.GeovehicleMap where vehicleDetails.vehicleId='" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 166
Invalid string literal: "' and geofenceId='" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 166
Invalid string literal: "from com.gps.hibernate.GeovehicleMap where vehicleDetails.vehicleId='" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 167
Invalid string literal: "' and geofenceId='" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 167
Invalid string literal: "Null pointer Error in findByOrgId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 173
Invalid string literal: "Session error in findbyOrgud" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 177
Invalid string literal: "attaching dirty GeovehicleMap instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 183
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 186
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 188
Invalid string literal: "attaching clean GeovehicleMap instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 194
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 197
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeovehicleMapDAO.java 199
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 25
Invalid string literal: "creatorUserId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 26
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 27
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 28
Invalid string literal: "parentGroupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 29
Invalid string literal: "liveGroupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 30
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 31
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 32
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 33
Invalid string literal: "typeSettings" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 34
Invalid string literal: "friendlyUrl" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 35
Invalid string literal: "active" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 36
Invalid string literal: "saving Group instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 39
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 42
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 44
Invalid string literal: "deleting Group instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 50
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 53
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 55
Invalid string literal: "getting Group instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 61
Invalid string literal: "com.gps.hibernate.Group" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 64
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 67
Invalid string literal: "finding Group instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 73
Invalid string literal: "com.gps.hibernate.Group" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 76
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 78
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 82
Invalid string literal: "finding Group instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 88
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 89
Invalid string literal: "from Group as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 91
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 92
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 97
Invalid string literal: "finding all Group instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 151
Invalid string literal: "from Group" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 153
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 157
Invalid string literal: "merging Group instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 163
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 166
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 169
Invalid string literal: "attaching dirty Group instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 175
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 178
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 180
Invalid string literal: "attaching clean Group instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 186
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 189
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupDAO.java 191
Invalid string literal: "saving GroupsOrgs instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 33
Invalid string literal: "deleting GroupsOrgs instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 44
Invalid string literal: "getting GroupsOrgs instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 50
Invalid string literal: "com.gps.hibernate.GroupsOrgs" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 56
Invalid string literal: "finding GroupsOrgs instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 62
Invalid string literal: "com.gps.hibernate.GroupsOrgs" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 71
Invalid string literal: "finding GroupsOrgs instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 78
Invalid string literal: "from GroupsOrgs as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 86
Invalid string literal: "finding all GroupsOrgs instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 92
Invalid string literal: "from GroupsOrgs" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 94
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 98
Invalid string literal: "merging GroupsOrgs instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 104
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 108
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 111
Invalid string literal: "attaching dirty GroupsOrgs instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 117
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 120
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 122
Invalid string literal: "attaching clean GroupsOrgs instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 128
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 131
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsOrgsDAO.java 133
Invalid string literal: "saving GroupsPermissions instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 29
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 32
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 34
Invalid string literal: "deleting GroupsPermissions instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 40
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 43
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 45
Invalid string literal: "getting GroupsPermissions instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 51
Invalid string literal: "com.gps.hibernate.GroupsPermissions" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 54
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 57
Invalid string literal: "finding GroupsPermissions instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 63
Invalid string literal: "com.gps.hibernate.GroupsPermissions" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 66
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 68
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 72
Invalid string literal: "finding GroupsPermissions instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 78
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 79
Invalid string literal: "from GroupsPermissions as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 81
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 82
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 87
Invalid string literal: "finding all GroupsPermissions instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 93
Invalid string literal: "from GroupsPermissions" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 95
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 99
Invalid string literal: "merging GroupsPermissions instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 105
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 109
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 112
Invalid string literal: "attaching dirty GroupsPermissions instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 118
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 121
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 123
Invalid string literal: "attaching clean GroupsPermissions instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 129
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 132
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsPermissionsDAO.java 134
Invalid string literal: "saving GroupsRoles instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 33
Invalid string literal: "deleting GroupsRoles instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 44
Invalid string literal: "getting GroupsRoles instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 50
Invalid string literal: "com.gps.hibernate.GroupsRoles" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 56
Invalid string literal: "finding GroupsRoles instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 62
Invalid string literal: "com.gps.hibernate.GroupsRoles" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 71
Invalid string literal: "finding GroupsRoles instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 78
Invalid string literal: "from GroupsRoles as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 86
Invalid string literal: "finding all GroupsRoles instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 92
Invalid string literal: "from GroupsRoles" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 94
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 98
Invalid string literal: "merging GroupsRoles instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 104
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 108
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 111
Invalid string literal: "attaching dirty GroupsRoles instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 117
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 120
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 122
Invalid string literal: "attaching clean GroupsRoles instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 128
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 131
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsRolesDAO.java 133
Invalid string literal: "saving GroupsUsergroups instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 33
Invalid string literal: "deleting GroupsUsergroups instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 44
Invalid string literal: "getting GroupsUsergroups instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 50
Invalid string literal: "com.gps.hibernate.GroupsUsergroups" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 56
Invalid string literal: "finding GroupsUsergroups instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 62
Invalid string literal: "com.gps.hibernate.GroupsUsergroups" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 71
Invalid string literal: "finding GroupsUsergroups instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 78
Invalid string literal: "from GroupsUsergroups as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 86
Invalid string literal: "finding all GroupsUsergroups instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 92
Invalid string literal: "from GroupsUsergroups" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 94
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 98
Invalid string literal: "merging GroupsUsergroups instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 104
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 108
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 111
Invalid string literal: "attaching dirty GroupsUsergroups instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 117
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 120
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 122
Invalid string literal: "attaching clean GroupsUsergroups instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 128
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 131
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium GroupsUsergroupsDAO.java 133
Invalid string literal: "/hibernate.cfg.xml" Consider defining a constant to represent the string or move it to a resource bundle. Medium HibernateSessionFactory.java 34
Invalid string literal: "%%%% Error Creating SessionFactory %%%%" Consider defining a constant to represent the string or move it to a resource bundle. Medium HibernateSessionFactory.java 49
Invalid string literal: "%%%% Error Creating SessionFactory %%%%" Consider defining a constant to represent the string or move it to a resource bundle. Medium HibernateSessionFactory.java 103
Invalid string literal: "STALLING FIX SESSION CLOSED" Consider defining a constant to represent the string or move it to a resource bundle. Medium HibernateSessionFactory.java 126
Invalid string literal: "STALLING FIX CATCH Thread local session null " Consider defining a constant to represent the string or move it to a resource bundle. Medium HibernateSessionFactory.java 129
Invalid string literal: "STALLING FIX CATCH Error casting thread local session " Consider defining a constant to represent the string or move it to a resource bundle. Medium HibernateSessionFactory.java 131
Invalid string literal: "STALLING FIX CATCH Error closing thread local session " Consider defining a constant to represent the string or move it to a resource bundle. Medium HibernateSessionFactory.java 133
Invalid string literal: "h_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 16
Invalid string literal: "organizationId" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 17
Invalid string literal: "holiday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 18
Invalid string literal: "day" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 19
Invalid string literal: "saving Holidays instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 23
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 26
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 28
Invalid string literal: "deleting Holidays instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 34
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 37
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 39
Invalid string literal: "getting Holidays instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 45
Invalid string literal: "com.gps.hibernate.Holidays" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 48
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 51
Invalid string literal: "finding Holidays instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 58
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 59
Invalid string literal: "from Holidays as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 61
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 62
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 67
Invalid string literal: "from Holidays where organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 87
Invalid string literal: "finding all holidays instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 96
Invalid string literal: "from Holidays" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 99
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidaysDAO.java 105
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 29
Invalid string literal: "parentFolderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 30
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 31
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 32
Invalid string literal: "saving Igfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 35
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 38
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 40
Invalid string literal: "deleting Igfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 46
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 49
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 51
Invalid string literal: "getting Igfolder instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 57
Invalid string literal: "com.gps.hibernate.Igfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 60
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 63
Invalid string literal: "finding Igfolder instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 69
Invalid string literal: "com.gps.hibernate.Igfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 72
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 74
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 78
Invalid string literal: "finding Igfolder instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 84
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 85
Invalid string literal: "from Igfolder as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 87
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 88
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 93
Invalid string literal: "finding all Igfolder instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 127
Invalid string literal: "from Igfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 129
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 133
Invalid string literal: "merging Igfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 139
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 142
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 145
Invalid string literal: "attaching dirty Igfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 151
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 154
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 156
Invalid string literal: "attaching clean Igfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 162
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 165
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgfolderDAO.java 167
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 29
Invalid string literal: "folderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 30
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 31
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 32
Invalid string literal: "smallImageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 33
Invalid string literal: "largeImageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 34
Invalid string literal: "custom1imageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 35
Invalid string literal: "custom2imageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 36
Invalid string literal: "saving Igimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 39
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 42
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 44
Invalid string literal: "deleting Igimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 50
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 53
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 55
Invalid string literal: "getting Igimage instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 61
Invalid string literal: "com.gps.hibernate.Igimage" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 64
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 67
Invalid string literal: "finding Igimage instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 73
Invalid string literal: "com.gps.hibernate.Igimage" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 76
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 78
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 82
Invalid string literal: "finding Igimage instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 88
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 89
Invalid string literal: "from Igimage as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 91
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 92
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 97
Invalid string literal: "finding all Igimage instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 147
Invalid string literal: "from Igimage" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 149
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 153
Invalid string literal: "merging Igimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 159
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 162
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 165
Invalid string literal: "attaching dirty Igimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 171
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 174
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 176
Invalid string literal: "attaching clean Igimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 182
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 185
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium IgimageDAO.java 187
Invalid string literal: "text" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 26
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 27
Invalid string literal: "height" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 28
Invalid string literal: "width" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 29
Invalid string literal: "size" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 30
Invalid string literal: "saving Image instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 33
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 36
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 38
Invalid string literal: "deleting Image instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 44
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 47
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 49
Invalid string literal: "getting Image instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 55
Invalid string literal: "com.gps.hibernate.Image" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 58
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 61
Invalid string literal: "finding Image instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 67
Invalid string literal: "com.gps.hibernate.Image" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 70
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 72
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 76
Invalid string literal: "finding Image instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 82
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 83
Invalid string literal: "from Image as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 85
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 86
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 91
Invalid string literal: "finding all Image instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 117
Invalid string literal: "from Image" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 119
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 123
Invalid string literal: "merging Image instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 129
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 132
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 135
Invalid string literal: "attaching dirty Image instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 141
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 144
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 146
Invalid string literal: "attaching clean Image instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 152
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 155
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ImageDAO.java 157
Invalid string literal: "isread" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 26
Invalid string literal: "subject" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 27
Invalid string literal: "message" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 28
Invalid string literal: "senderUserid" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 29
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 30
Invalid string literal: "saving Inbox instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 33
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 36
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 38
Invalid string literal: "deleting Inbox instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 44
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 47
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 49
Invalid string literal: "getting Inbox instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 55
Invalid string literal: "com.gps.hibernate.Inbox" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 58
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 61
Invalid string literal: "finding Inbox instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 67
Invalid string literal: "com.gps.hibernate.Inbox" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 70
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 72
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 76
Invalid string literal: "finding Inbox instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 82
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 83
Invalid string literal: "from Inbox as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 85
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 86
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 91
Invalid string literal: "finding all Inbox instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 117
Invalid string literal: "from Inbox" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 119
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 123
Invalid string literal: "merging Inbox instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 129
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 132
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 135
Invalid string literal: "attaching dirty Inbox instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 141
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 144
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 146
Invalid string literal: "attaching clean Inbox instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 152
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 155
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium InboxDAO.java 157
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 26
Invalid string literal: "resourcePrimKey" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 27
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 28
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 29
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 30
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 31
Invalid string literal: "articleId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 32
Invalid string literal: "version" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 33
Invalid string literal: "title" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 34
Invalid string literal: "urlTitle" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 35
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 36
Invalid string literal: "content" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 37
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 38
Invalid string literal: "structureId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 39
Invalid string literal: "templateId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 40
Invalid string literal: "approved" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 41
Invalid string literal: "approvedByUserId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 42
Invalid string literal: "approvedByUserName" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 43
Invalid string literal: "expired" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 44
Invalid string literal: "indexable" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 45
Invalid string literal: "smallImage" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 46
Invalid string literal: "smallImageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 47
Invalid string literal: "smallImageUrl" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 48
Invalid string literal: "saving Journalarticle instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 51
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 54
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 56
Invalid string literal: "deleting Journalarticle instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 62
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 65
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 67
Invalid string literal: "getting Journalarticle instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 73
Invalid string literal: "com.gps.hibernate.Journalarticle" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 76
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 79
Invalid string literal: "finding Journalarticle instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 85
Invalid string literal: "com.gps.hibernate.Journalarticle" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 88
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 90
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 94
Invalid string literal: "finding Journalarticle instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 100
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 101
Invalid string literal: "from Journalarticle as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 103
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 104
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 109
Invalid string literal: "finding all Journalarticle instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 207
Invalid string literal: "from Journalarticle" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 209
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 213
Invalid string literal: "merging Journalarticle instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 219
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 223
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 226
Invalid string literal: "attaching dirty Journalarticle instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 232
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 235
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleDAO.java 237
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 26
Invalid string literal: "articleId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 27
Invalid string literal: "version" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 28
Invalid string literal: "elInstanceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 29
Invalid string literal: "elName" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 30
Invalid string literal: "languageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 31
Invalid string literal: "tempImage" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 32
Invalid string literal: "saving Journalarticleimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 35
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 38
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 40
Invalid string literal: "deleting Journalarticleimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 46
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 49
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 51
Invalid string literal: "getting Journalarticleimage instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 57
Invalid string literal: "com.gps.hibernate.Journalarticleimage" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 60
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 63
Invalid string literal: "finding Journalarticleimage instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 69
Invalid string literal: "com.gps.hibernate.Journalarticleimage" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 72
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 74
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 78
Invalid string literal: "finding Journalarticleimage instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 84
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 85
Invalid string literal: "from Journalarticleimage as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 87
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 88
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 93
Invalid string literal: "finding all Journalarticleimage instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 127
Invalid string literal: "from Journalarticleimage" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 129
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 133
Invalid string literal: "merging Journalarticleimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 139
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 143
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 146
Invalid string literal: "attaching dirty Journalarticleimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 152
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 155
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 157
Invalid string literal: "attaching clean Journalarticleimage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 163
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 166
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleimageDAO.java 168
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 26
Invalid string literal: "articleId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 27
Invalid string literal: "saving Journalarticleresource instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 30
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 33
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 35
Invalid string literal: "deleting Journalarticleresource instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 41
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 44
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 46
Invalid string literal: "getting Journalarticleresource instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 52
Invalid string literal: "com.gps.hibernate.Journalarticleresource" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 55
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 58
Invalid string literal: "finding Journalarticleresource instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 64
Invalid string literal: "com.gps.hibernate.Journalarticleresource" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 67
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 69
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 73
Invalid string literal: "finding Journalarticleresource instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 79
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 80
Invalid string literal: "from Journalarticleresource as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 82
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 83
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 88
Invalid string literal: "finding all Journalarticleresource instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 102
Invalid string literal: "from Journalarticleresource" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 104
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 108
Invalid string literal: "merging Journalarticleresource instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 114
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 118
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 121
Invalid string literal: "attaching dirty Journalarticleresource instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 127
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 130
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 132
Invalid string literal: "attaching clean Journalarticleresource instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 138
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 141
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalarticleresourceDAO.java 143
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 26
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 27
Invalid string literal: "privateLayout" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 28
Invalid string literal: "layoutId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 29
Invalid string literal: "portletId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 30
Invalid string literal: "articleId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 31
Invalid string literal: "saving Journalcontentsearch instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 34
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 37
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 39
Invalid string literal: "deleting Journalcontentsearch instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 45
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 48
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 50
Invalid string literal: "getting Journalcontentsearch instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 56
Invalid string literal: "com.gps.hibernate.Journalcontentsearch" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 59
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 62
Invalid string literal: "finding Journalcontentsearch instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 68
Invalid string literal: "com.gps.hibernate.Journalcontentsearch" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 71
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 73
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 77
Invalid string literal: "finding Journalcontentsearch instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 83
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 84
Invalid string literal: "from Journalcontentsearch as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 86
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 87
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 92
Invalid string literal: "finding all Journalcontentsearch instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 122
Invalid string literal: "from Journalcontentsearch" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 124
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 128
Invalid string literal: "merging Journalcontentsearch instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 134
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 138
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 141
Invalid string literal: "attaching dirty Journalcontentsearch instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 147
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 150
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 152
Invalid string literal: "attaching clean Journalcontentsearch instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 158
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 161
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalcontentsearchDAO.java 163
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 30
Invalid string literal: "feedId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 31
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 32
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 33
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 34
Invalid string literal: "structureId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 35
Invalid string literal: "templateId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 36
Invalid string literal: "rendererTemplateId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 37
Invalid string literal: "delta" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 38
Invalid string literal: "orderByCol" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 39
Invalid string literal: "orderByType" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 40
Invalid string literal: "targetLayoutFriendlyUrl" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 41
Invalid string literal: "targetPortletId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 42
Invalid string literal: "contentField" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 43
Invalid string literal: "feedType" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 44
Invalid string literal: "feedVersion" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 45
Invalid string literal: "saving Journalfeed instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 48
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 51
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 53
Invalid string literal: "deleting Journalfeed instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 59
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 62
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 64
Invalid string literal: "getting Journalfeed instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 70
Invalid string literal: "com.gps.hibernate.Journalfeed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 73
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 76
Invalid string literal: "finding Journalfeed instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 82
Invalid string literal: "com.gps.hibernate.Journalfeed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 85
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 87
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 91
Invalid string literal: "finding Journalfeed instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 97
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 98
Invalid string literal: "from Journalfeed as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 100
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 101
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 106
Invalid string literal: "finding all Journalfeed instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 193
Invalid string literal: "from Journalfeed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 195
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 199
Invalid string literal: "merging Journalfeed instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 205
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 209
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 212
Invalid string literal: "attaching dirty Journalfeed instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 218
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 221
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 223
Invalid string literal: "attaching clean Journalfeed instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 229
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 232
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalfeedDAO.java 234
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 30
Invalid string literal: "structureId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 31
Invalid string literal: "parentStructureId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 32
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 33
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 34
Invalid string literal: "xsd" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 35
Invalid string literal: "saving Journalstructure instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 38
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 41
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 43
Invalid string literal: "deleting Journalstructure instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 49
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 52
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 54
Invalid string literal: "getting Journalstructure instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 60
Invalid string literal: "com.gps.hibernate.Journalstructure" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 63
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 66
Invalid string literal: "finding Journalstructure instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 72
Invalid string literal: "com.gps.hibernate.Journalstructure" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 75
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 77
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 81
Invalid string literal: "finding Journalstructure instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 87
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 88
Invalid string literal: "from Journalstructure as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 90
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 91
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 96
Invalid string literal: "finding all Journalstructure instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 142
Invalid string literal: "from Journalstructure" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 144
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 148
Invalid string literal: "merging Journalstructure instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 154
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 158
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 161
Invalid string literal: "attaching dirty Journalstructure instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 167
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 170
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 172
Invalid string literal: "attaching clean Journalstructure instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 178
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 181
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournalstructureDAO.java 183
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 30
Invalid string literal: "templateId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 31
Invalid string literal: "structureId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 32
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 33
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 34
Invalid string literal: "xsl" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 35
Invalid string literal: "langType" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 36
Invalid string literal: "cacheable" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 37
Invalid string literal: "smallImage" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 38
Invalid string literal: "smallImageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 39
Invalid string literal: "smallImageUrl" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 40
Invalid string literal: "saving Journaltemplate instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 43
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 46
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 48
Invalid string literal: "deleting Journaltemplate instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 54
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 57
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 59
Invalid string literal: "getting Journaltemplate instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 65
Invalid string literal: "com.gps.hibernate.Journaltemplate" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 68
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 71
Invalid string literal: "finding Journaltemplate instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 77
Invalid string literal: "com.gps.hibernate.Journaltemplate" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 80
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 82
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 86
Invalid string literal: "finding Journaltemplate instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 92
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 93
Invalid string literal: "from Journaltemplate as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 95
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 96
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 101
Invalid string literal: "finding all Journaltemplate instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 167
Invalid string literal: "from Journaltemplate" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 169
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 173
Invalid string literal: "merging Journaltemplate instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 179
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 183
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 186
Invalid string literal: "attaching dirty Journaltemplate instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 192
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 195
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 197
Invalid string literal: "attaching clean Journaltemplate instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 203
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 206
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium JournaltemplateDAO.java 208
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 25
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 26
Invalid string literal: "privateLayout" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 27
Invalid string literal: "layoutId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 28
Invalid string literal: "parentLayoutId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 29
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 30
Invalid string literal: "title" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 31
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 32
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 33
Invalid string literal: "typeSettings" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 34
Invalid string literal: "hidden" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 35
Invalid string literal: "friendlyUrl" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 36
Invalid string literal: "iconImage" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 37
Invalid string literal: "iconImageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 38
Invalid string literal: "themeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 39
Invalid string literal: "colorSchemeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 40
Invalid string literal: "wapThemeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 41
Invalid string literal: "wapColorSchemeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 42
Invalid string literal: "css" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 43
Invalid string literal: "priority" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 44
Invalid string literal: "dlFolderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 45
Invalid string literal: "saving Layout instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 48
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 51
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 53
Invalid string literal: "deleting Layout instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 59
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 62
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 64
Invalid string literal: "getting Layout instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 70
Invalid string literal: "com.gps.hibernate.Layout" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 73
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 76
Invalid string literal: "finding Layout instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 82
Invalid string literal: "com.gps.hibernate.Layout" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 85
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 87
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 91
Invalid string literal: "finding Layout instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 97
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 98
Invalid string literal: "from Layout as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 100
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 101
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 106
Invalid string literal: "finding all Layout instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 196
Invalid string literal: "from Layout" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 198
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 202
Invalid string literal: "merging Layout instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 208
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 211
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 214
Invalid string literal: "attaching dirty Layout instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 220
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 223
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 225
Invalid string literal: "attaching clean Layout instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 231
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutDAO.java 234
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 25
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 26
Invalid string literal: "privateLayout" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 27
Invalid string literal: "logo" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 28
Invalid string literal: "logoId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 29
Invalid string literal: "themeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 30
Invalid string literal: "colorSchemeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 31
Invalid string literal: "wapThemeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 32
Invalid string literal: "wapColorSchemeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 33
Invalid string literal: "css" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 34
Invalid string literal: "pageCount" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 35
Invalid string literal: "virtualHost" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 36
Invalid string literal: "saving Layoutset instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 39
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 42
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 44
Invalid string literal: "deleting Layoutset instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 50
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 53
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 55
Invalid string literal: "getting Layoutset instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 61
Invalid string literal: "com.gps.hibernate.Layoutset" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 64
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 67
Invalid string literal: "finding Layoutset instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 73
Invalid string literal: "com.gps.hibernate.Layoutset" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 76
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 78
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 82
Invalid string literal: "finding Layoutset instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 88
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 89
Invalid string literal: "from Layoutset as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 91
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 92
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 97
Invalid string literal: "finding all Layoutset instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 151
Invalid string literal: "from Layoutset" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 153
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 157
Invalid string literal: "merging Layoutset instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 163
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 166
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 169
Invalid string literal: "attaching dirty Layoutset instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 175
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 178
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 180
Invalid string literal: "attaching clean Layoutset instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 186
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 189
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LayoutsetDAO.java 191
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 25
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 26
Invalid string literal: "saving Listtype instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 29
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 32
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 34
Invalid string literal: "deleting Listtype instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 40
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 43
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 45
Invalid string literal: "getting Listtype instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 51
Invalid string literal: "com.gps.hibernate.Listtype" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 54
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 57
Invalid string literal: "finding Listtype instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 63
Invalid string literal: "com.gps.hibernate.Listtype" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 66
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 68
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 72
Invalid string literal: "finding Listtype instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 78
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 79
Invalid string literal: "from Listtype as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 81
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 82
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 87
Invalid string literal: "finding all Listtype instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 101
Invalid string literal: "from Listtype" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 103
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 107
Invalid string literal: "merging Listtype instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 113
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 116
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 119
Invalid string literal: "attaching dirty Listtype instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 125
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 128
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 130
Invalid string literal: "attaching clean Listtype instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 136
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 139
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium ListtypeDAO.java 141
Invalid string literal: "From LmuSenderMapping" Consider defining a constant to represent the string or move it to a resource bundle. Medium LmuSenderMappingDAO.java 18
Invalid string literal: "select dev.mobile_number from device dev, vehicle_details veh,trip_details td where td.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 44
Invalid string literal: " and dev.device_id=veh.device_id and veh.vehicle_id=td.vehicle_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 44
Invalid string literal: "Location fetch failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 51
Invalid string literal: "select dev.mobile_number from device dev, vehicle_details veh where veh.vehicle_id=" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 60
Invalid string literal: " and dev.device_id=veh.device_id" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 60
Invalid string literal: "Location fetch failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 67
Invalid string literal: "identified esn:" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 89
Invalid string literal: "SELECT tp.lattitude,tp.longitude from trip_parameters tp where tp.vehicle_id=" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 98
Invalid string literal: " order by trip_paramid desc limit 1" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 98
Invalid string literal: ">>>>>>>>>>>>>>>>size of location list in Location DAO : " Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 103
Invalid string literal: "latt" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 109
Invalid string literal: "long" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 109
Invalid string literal: "user profile checking failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 118
Invalid string literal: "Select tripid from trip_details td where td.trip_name not like '%default%' and td.trip_name not like '%test' and td.vehicle_id=" Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 126
Invalid string literal: ">>>>>>>>>>>>>>>>size of location list in Location DAO : " Consider defining a constant to represent the string or move it to a resource bundle. Medium LocationDAO.java 130
Invalid string literal: "from User u where u.emailAddress='" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 29
Invalid string literal: "' and u.password='" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 29
Invalid string literal: "Login check failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 45
Invalid string literal: "from User u where u.emailAddress='" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 59
Invalid string literal: "' and u.password='" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 59
Invalid string literal: "from UsersOrgs o where o.id.userId='" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 66
Invalid string literal: "select new com.gps.vo.OrgVO(o.organizationId,o.name) from Organization o where o.organizationId='" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 68
Invalid string literal: "Login check failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 72
Invalid string literal: "SHA" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 80
Invalid string literal: "UTF-8" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginDAO.java 81
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 26
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 27
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 28
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 29
Invalid string literal: "banUserId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 30
Invalid string literal: "saving Mbban instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 33
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 36
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 38
Invalid string literal: "deleting Mbban instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 44
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 47
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 49
Invalid string literal: "getting Mbban instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 55
Invalid string literal: "com.gps.hibernate.Mbban" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 58
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 61
Invalid string literal: "finding Mbban instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 67
Invalid string literal: "com.gps.hibernate.Mbban" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 70
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 72
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 76
Invalid string literal: "finding Mbban instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 82
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 83
Invalid string literal: "from Mbban as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 85
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 86
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 91
Invalid string literal: "finding all Mbban instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 117
Invalid string literal: "from Mbban" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 119
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 123
Invalid string literal: "merging Mbban instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 129
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 132
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 135
Invalid string literal: "attaching dirty Mbban instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 141
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 144
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 146
Invalid string literal: "attaching clean Mbban instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 152
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 155
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbbanDAO.java 157
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 30
Invalid string literal: "parentCategoryId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 31
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 32
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 33
Invalid string literal: "threadCount" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 34
Invalid string literal: "messageCount" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 35
Invalid string literal: "saving Mbcategory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 38
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 41
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 43
Invalid string literal: "deleting Mbcategory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 49
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 52
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 54
Invalid string literal: "getting Mbcategory instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 60
Invalid string literal: "com.gps.hibernate.Mbcategory" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 63
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 66
Invalid string literal: "finding Mbcategory instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 72
Invalid string literal: "com.gps.hibernate.Mbcategory" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 75
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 77
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 81
Invalid string literal: "finding Mbcategory instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 87
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 88
Invalid string literal: "from Mbcategory as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 90
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 91
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 96
Invalid string literal: "finding all Mbcategory instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 142
Invalid string literal: "from Mbcategory" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 144
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 148
Invalid string literal: "merging Mbcategory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 154
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 158
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 161
Invalid string literal: "attaching dirty Mbcategory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 167
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 170
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 172
Invalid string literal: "attaching clean Mbcategory instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 178
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 181
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbcategoryDAO.java 183
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 25
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 26
Invalid string literal: "threadId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 27
Invalid string literal: "saving Mbdiscussion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 30
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 33
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 35
Invalid string literal: "deleting Mbdiscussion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 41
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 44
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 46
Invalid string literal: "getting Mbdiscussion instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 52
Invalid string literal: "com.gps.hibernate.Mbdiscussion" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 55
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 58
Invalid string literal: "finding Mbdiscussion instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 64
Invalid string literal: "com.gps.hibernate.Mbdiscussion" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 67
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 69
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 73
Invalid string literal: "finding Mbdiscussion instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 79
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 80
Invalid string literal: "from Mbdiscussion as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 82
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 83
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 88
Invalid string literal: "finding all Mbdiscussion instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 106
Invalid string literal: "from Mbdiscussion" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 108
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 112
Invalid string literal: "merging Mbdiscussion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 118
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 122
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 125
Invalid string literal: "attaching dirty Mbdiscussion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 131
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 134
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 136
Invalid string literal: "attaching clean Mbdiscussion instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 142
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 145
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbdiscussionDAO.java 147
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 30
Invalid string literal: "categoryId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 31
Invalid string literal: "emailAddress" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 32
Invalid string literal: "inProtocol" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 33
Invalid string literal: "inServerName" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 34
Invalid string literal: "inServerPort" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 35
Invalid string literal: "inUseSsl" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 36
Invalid string literal: "inUserName" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 37
Invalid string literal: "inPassword" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 38
Invalid string literal: "inReadInterval" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 39
Invalid string literal: "outEmailAddress" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 40
Invalid string literal: "outCustom" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 41
Invalid string literal: "outServerName" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 42
Invalid string literal: "outServerPort" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 43
Invalid string literal: "outUseSsl" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 44
Invalid string literal: "outUserName" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 45
Invalid string literal: "outPassword" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 46
Invalid string literal: "active" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 47
Invalid string literal: "saving Mbmailinglist instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 50
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 53
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 55
Invalid string literal: "deleting Mbmailinglist instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 61
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 64
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 66
Invalid string literal: "getting Mbmailinglist instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 72
Invalid string literal: "com.gps.hibernate.Mbmailinglist" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 75
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 78
Invalid string literal: "finding Mbmailinglist instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 84
Invalid string literal: "com.gps.hibernate.Mbmailinglist" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 87
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 89
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 93
Invalid string literal: "finding Mbmailinglist instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 99
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 100
Invalid string literal: "from Mbmailinglist as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 102
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 103
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 108
Invalid string literal: "finding all Mbmailinglist instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 202
Invalid string literal: "from Mbmailinglist" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 204
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 208
Invalid string literal: "merging Mbmailinglist instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 214
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 218
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 221
Invalid string literal: "attaching dirty Mbmailinglist instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 227
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 230
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 232
Invalid string literal: "attaching clean Mbmailinglist instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmailinglistDAO.java 238
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 30
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 31
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 32
Invalid string literal: "categoryId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 33
Invalid string literal: "threadId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 34
Invalid string literal: "parentMessageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 35
Invalid string literal: "subject" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 36
Invalid string literal: "body" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 37
Invalid string literal: "attachments" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 38
Invalid string literal: "anonymous" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 39
Invalid string literal: "priority" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 40
Invalid string literal: "saving Mbmessage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 43
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 46
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 48
Invalid string literal: "deleting Mbmessage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 54
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 57
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 59
Invalid string literal: "getting Mbmessage instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 65
Invalid string literal: "com.gps.hibernate.Mbmessage" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 68
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 71
Invalid string literal: "finding Mbmessage instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 77
Invalid string literal: "com.gps.hibernate.Mbmessage" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 80
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 82
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 86
Invalid string literal: "finding Mbmessage instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 92
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 93
Invalid string literal: "from Mbmessage as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 95
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 96
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 101
Invalid string literal: "finding all Mbmessage instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 167
Invalid string literal: "from Mbmessage" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 169
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 173
Invalid string literal: "merging Mbmessage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 179
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 182
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 185
Invalid string literal: "attaching dirty Mbmessage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 191
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 194
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 196
Invalid string literal: "attaching clean Mbmessage instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 202
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 205
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageDAO.java 207
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 26
Invalid string literal: "threadId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 27
Invalid string literal: "messageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 28
Invalid string literal: "flag" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 29
Invalid string literal: "saving Mbmessageflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 32
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 35
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 37
Invalid string literal: "deleting Mbmessageflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 43
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 46
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 48
Invalid string literal: "getting Mbmessageflag instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 54
Invalid string literal: "com.gps.hibernate.Mbmessageflag" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 57
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 60
Invalid string literal: "finding Mbmessageflag instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 66
Invalid string literal: "com.gps.hibernate.Mbmessageflag" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 69
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 71
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 75
Invalid string literal: "finding Mbmessageflag instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 81
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 82
Invalid string literal: "from Mbmessageflag as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 84
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 85
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 90
Invalid string literal: "finding all Mbmessageflag instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 112
Invalid string literal: "from Mbmessageflag" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 114
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 118
Invalid string literal: "merging Mbmessageflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 124
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 128
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 131
Invalid string literal: "attaching dirty Mbmessageflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 137
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 140
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 142
Invalid string literal: "attaching clean Mbmessageflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 148
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 151
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbmessageflagDAO.java 153
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 26
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 27
Invalid string literal: "messageCount" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 28
Invalid string literal: "saving Mbstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 31
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 34
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 36
Invalid string literal: "deleting Mbstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 42
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 45
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 47
Invalid string literal: "getting Mbstatsuser instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 53
Invalid string literal: "com.gps.hibernate.Mbstatsuser" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 56
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 59
Invalid string literal: "finding Mbstatsuser instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 65
Invalid string literal: "com.gps.hibernate.Mbstatsuser" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 68
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 70
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 74
Invalid string literal: "finding Mbstatsuser instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 80
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 81
Invalid string literal: "from Mbstatsuser as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 83
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 84
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 89
Invalid string literal: "finding all Mbstatsuser instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 107
Invalid string literal: "from Mbstatsuser" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 109
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 113
Invalid string literal: "merging Mbstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 119
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 123
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 126
Invalid string literal: "attaching dirty Mbstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 132
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 135
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 137
Invalid string literal: "attaching clean Mbstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 143
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 146
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbstatsuserDAO.java 148
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 26
Invalid string literal: "categoryId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 27
Invalid string literal: "rootMessageId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 28
Invalid string literal: "messageCount" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 29
Invalid string literal: "viewCount" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 30
Invalid string literal: "lastPostByUserId" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 31
Invalid string literal: "priority" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 32
Invalid string literal: "saving Mbthread instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 35
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 38
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 40
Invalid string literal: "deleting Mbthread instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 46
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 49
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 51
Invalid string literal: "getting Mbthread instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 57
Invalid string literal: "com.gps.hibernate.Mbthread" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 60
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 63
Invalid string literal: "finding Mbthread instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 69
Invalid string literal: "com.gps.hibernate.Mbthread" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 72
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 74
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 78
Invalid string literal: "finding Mbthread instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 84
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 85
Invalid string literal: "from Mbthread as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 87
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 88
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 93
Invalid string literal: "finding all Mbthread instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 127
Invalid string literal: "from Mbthread" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 129
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 133
Invalid string literal: "merging Mbthread instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 139
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 142
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 145
Invalid string literal: "attaching dirty Mbthread instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 151
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 154
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 156
Invalid string literal: "attaching clean Mbthread instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 162
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 165
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium MbthreadDAO.java 167
 
Violation Recommendation Severity Resource Line
Private fields should be assigned a value Remove the field definition. Medium HolidayProcessDAO.java 36
 
Violation Recommendation Severity Resource Line
Multiple statements on one line Move the statement onto its own line. Medium Packet.java 13
 
Violation Recommendation Severity Resource Line
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium BusInfoPOJO.java 32
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GoogleReqCountDAO.java 22
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 60
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 62
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 60
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 61
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 71
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 71
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FenceHistoryDAO.java 33
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FenceHistoryDAO.java 44
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FenceHistoryDAO.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FenceHistoryDAO.java 67
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FenceHistoryDAO.java 85
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FenceHistoryDAO.java 110
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FenceHistoryDAO.java 121
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FenceHistoryDAO.java 134
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FenceHistoryDAO.java 145
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 61
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 61
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 62
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 71
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 74
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTravellerDetailsId.java 74
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 60
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium FrequentTripDetailsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 60
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 62
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 70
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 70
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 73
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsOrgsId.java 73
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 60
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 62
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsPermissionsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 60
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 61
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 71
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsRolesId.java 71
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 60
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 62
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium GroupsUsergroupsId.java 72
 
Violation Recommendation Severity Resource Line
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataManager.java 1
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataManager.java 18
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataManager.java 105
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 10
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 12
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 15
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 19
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 21
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 25
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 29
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 31
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 33
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 81
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 125
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 130
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 179
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 184
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 187
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 189
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 192
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 197
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 208
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 230
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 237
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 251
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 257
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 302
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 304
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 308
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 316
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 335
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 369
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 374
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 386
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 404
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 416
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 431
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 437
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 441
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 448
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 485
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 489
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 491
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 492
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 497
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 510
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 525
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 527
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 530
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 537
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DataOrganizer.java 597
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FenceUsersDAO.java 24
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FenceUsersDAO.java 46
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FenceUsersDAO.java 83
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 4
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 62
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 63
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 210
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 342
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 344
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 348
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 353
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 377
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 381
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 390
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 598
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 627
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 640
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 651
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 654
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 758
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 778
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 802
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 818
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 857
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 859
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 863
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 920
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 955
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 959
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,004
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,155
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,163
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,260
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,263
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,272
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,296
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,309
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,319
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,331
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,361
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,364
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,373
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,397
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,410
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,420
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,432
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,504
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,535
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,558
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,882
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FencingDAO.java 1,900
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 5
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 185
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 453
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 556
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 568
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 600
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 669
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 746
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 784
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayProcessDAO.java 64
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayProcessDAO.java 85
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayProcessDAO.java 95
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayProcessDAO.java 123
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium OrganizationMessageDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium OrganizationMessageDAO.java 5
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium OrganizationMessageDAO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TraversalDAO.java 77
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TraversalDAO.java 81
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TraversalDAO.java 133
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 5
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 619
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,038
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,135
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,188
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,247
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,255
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,353
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,379
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,383
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,391
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,395
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 1,410
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleFenceMapDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleFenceMapDAO.java 5
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleFenceMapDAO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleFenceMapDAO.java 65
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleFenceMapDAO.java 68
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleFenceMapDAO.java 71
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleFenceMapDAO.java 75
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 10
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 12
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 14
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 18
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 20
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 22
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 59
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 63
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 77
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 85
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 97
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 112
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 122
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 127
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 195
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 207
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 223
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 261
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 263
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 333
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 367
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 368
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 371
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 377
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 380
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 394
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 395
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 414
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 415
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 434
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 435
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 455
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 5
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 8
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 34
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 39
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 48
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 54
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 61
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 65
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 75
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 82
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 89
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 91
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 94
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 101
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 107
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 127
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleUserGeofenceDAO.java 160
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ACParamsDTO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ACParamsDTO.java 5
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ACParamsDTO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 10
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 14
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 34
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 37
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 39
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 56
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 73
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 86
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 96
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 107
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 117
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 118
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 269
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceTripDTO.java 279
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FrequentTripDTO.java 9
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 64
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 103
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 323
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 10
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 14
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 18
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 20
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 22
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 25
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 42
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 47
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 235
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 253
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleInfoDTO.java 255
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 58
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 63
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 65
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 97
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviationHelper.java 130
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviationHelper.java 155
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviationHelper.java 348
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviationHelper.java 351
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviationHelper.java 380
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FuelAlertManager.java 20
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium BaseHibernateDAO.java 27
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotification.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotification.java 5
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotification.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotification.java 21
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotification.java 23
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotification.java 66
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotification.java 73
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotificationDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotificationDAO.java 5
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotificationDAO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotificationDAO.java 29
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotificationDAO.java 32
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotificationDAO.java 34
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium EventNotificationDAO.java 61
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FenceReportDAO.java 214
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceDAO.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceDAO.java 4
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceDAO.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceDAO.java 69
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceDAO.java 76
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMap.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMap.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMap.java 28
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMap.java 37
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 10
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 15
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 63
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 116
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 130
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 159
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeovehicleMapDAO.java 181
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HibernateSessionFactory.java 109
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidaysDAO.java 101
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LocationDAO.java 22
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LocationDAO.java 35
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LocationDAO.java 95
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LocationDAO.java 121
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LoginDAO.java 33
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LoginDAO.java 36
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LoginDAO.java 37
 
Violation Recommendation Severity Resource Line
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FuelDataHelp.java 48
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FuelDataHelp.java 76
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FuelDataHelp.java 96
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FuelDataHelp.java 114
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FuelDataHelp.java 135
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium JSONConverter.java 31
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium JSONConverter.java 65
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceSequencing.java 159
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceUsersDAO.java 33
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceUsersDAO.java 56
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceUsersDAO.java 74
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FencingDAO.java 94
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FencingDAO.java 152
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayProcessDAO.java 60
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayProcessDAO.java 91
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayProcessDAO.java 118
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayProcessDAO.java 138
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LocationProcessDAO.java 38
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LocationProcessDAO.java 42
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LocationProcessDAO.java 57
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LocationProcessDAO.java 64
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LoginProcessDAO.java 34
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LoginProcessDAO.java 43
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LoginProcessDAO.java 57
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LoginProcessDAO.java 65
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TripProcessDAO.java 90
Avoid calling System.out in production code Delete the debugging / profiling code. Medium VehicleProcessDAO.java 173
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleProcessDAO.java 175
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ConnectionHelper.java 56
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium DBManager.java 108
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceReportDAO.java 194
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceReportDAO.java 296
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceReportDAO.java 313
Avoid calling System.err in production code Delete the debugging / profiling code. Medium HibernateSessionFactory.java 48
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HibernateSessionFactory.java 51
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HibernateSessionFactory.java 87
Avoid calling System.err in production code Delete the debugging / profiling code. Medium HibernateSessionFactory.java 102
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HibernateSessionFactory.java 105
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LmuSenderMappingDAO.java 22
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LocationDAO.java 99
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LocationDAO.java 103
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LocationDAO.java 109
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LocationDAO.java 127
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LocationDAO.java 130
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LocationDAO.java 133
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LoginDAO.java 30
 
Violation Recommendation Severity Resource Line
Empty method Delete the empty method. Medium JSONConverter.java 76
Empty method Delete the empty method. Medium TraversalReferenceDAO.java 23
Empty method Delete the empty method. Medium DeviceTripDTO.java 57
Empty method Delete the empty method. Medium TripDistanceDTO.java 66
Empty method Delete the empty method. Medium Account.java 35
Empty method Delete the empty method. Medium Accounts.java 18
Empty method Delete the empty method. Medium AccountsId.java 19
Empty method Delete the empty method. Medium Address.java 37
Empty method Delete the empty method. Medium Announcementsdelivery.java 24
Empty method Delete the empty method. Medium Announcementsentry.java 36
Empty method Delete the empty method. Medium Announcementsflag.java 24
Empty method Delete the empty method. Medium AutoPkSupport.java 18
Empty method Delete the empty method. Medium AutoPkSupportId.java 19
Empty method Delete the empty method. Medium Blogsentry.java 34
Empty method Delete the empty method. Medium Blogsstatsuser.java 28
Empty method Delete the empty method. Medium Bookmarksentry.java 32
Empty method Delete the empty method. Medium Bookmarksfolder.java 29
Empty method Delete the empty method. Medium Browsertracker.java 20
Empty method Delete the empty method. Medium Calevent.java 41
Empty method Delete the empty method. Medium CharityBarometer.java 21
Empty method Delete the empty method. Medium ChatEntry.java 22
Empty method Delete the empty method. Medium ChatStatus.java 25
Empty method Delete the empty method. Medium Classname.java 19
Empty method Delete the empty method. Medium Company.java 26
Empty method Delete the empty method. Medium Contact.java 49
Empty method Delete the empty method. Medium Counter.java 19
Empty method Delete the empty method. Medium Country.java 24
Empty method Delete the empty method. Medium Cyrususer.java 19
Empty method Delete the empty method. Medium Cyrusvirtual.java 19
Empty method Delete the empty method. Medium Device.java 58
Empty method Delete the empty method. Medium Dlfileentry.java 37
Empty method Delete the empty method. Medium Dlfilerank.java 26
Empty method Delete the empty method. Medium Dlfileshortcut.java 30
Empty method Delete the empty method. Medium Dlfileversion.java 29
Empty method Delete the empty method. Medium Dlfolder.java 31
Empty method Delete the empty method. Medium Emailaddress.java 30
Empty method Delete the empty method. Medium Expandocolumn.java 24
Empty method Delete the empty method. Medium Expandorow.java 21
Empty method Delete the empty method. Medium Expandotable.java 21
Empty method Delete the empty method. Medium Expandovalue.java 25
Empty method Delete the empty method. Medium Feedback.java 27
Empty method Delete the empty method. Medium FrequentTravellerDetails.java 18
Empty method Delete the empty method. Medium FrequentTravellerDetailsId.java 19
Empty method Delete the empty method. Medium FrequentTripDetails.java 19
Empty method Delete the empty method. Medium FrequentTripDetailsId.java 19
Empty method Delete the empty method. Medium Geofence.java 42
Empty method Delete the empty method. Medium GeovehicleMap.java 40
Empty method Delete the empty method. Medium GoogleReqCount.java 17
Empty method Delete the empty method. Medium Group.java 30
Empty method Delete the empty method. Medium GroupsOrgs.java 18
Empty method Delete the empty method. Medium GroupsOrgsId.java 19
Empty method Delete the empty method. Medium GroupsPermissions.java 18
Empty method Delete the empty method. Medium GroupsPermissionsId.java 19
Empty method Delete the empty method. Medium GroupsRoles.java 18
Empty method Delete the empty method. Medium GroupsRolesId.java 19
Empty method Delete the empty method. Medium GroupsUsergroups.java 18
Empty method Delete the empty method. Medium GroupsUsergroupsId.java 19
Empty method Delete the empty method. Medium HibernateSessionFactory.java 54
Empty method Delete the empty method. Medium Holidays.java 18
Empty method Delete the empty method. Medium Igfolder.java 29
Empty method Delete the empty method. Medium Igimage.java 33
Empty method Delete the empty method. Medium Image.java 26
Empty method Delete the empty method. Medium Inbox.java 27
Empty method Delete the empty method. Medium Journalarticle.java 49
Empty method Delete the empty method. Medium Journalarticleimage.java 25
Empty method Delete the empty method. Medium Journalarticleresource.java 20
Empty method Delete the empty method. Medium Journalcontentsearch.java 24
Empty method Delete the empty method. Medium Journalfeed.java 42
Empty method Delete the empty method. Medium Journalstructure.java 32
Empty method Delete the empty method. Medium Journaltemplate.java 37
Empty method Delete the empty method. Medium Layout.java 39
Empty method Delete the empty method. Medium Layoutset.java 30
Empty method Delete the empty method. Medium Listtype.java 20
Empty method Delete the empty method. Medium Mbban.java 27
Empty method Delete the empty method. Medium Mbcategory.java 33
Empty method Delete the empty method. Medium Mbdiscussion.java 21
Empty method Delete the empty method. Medium Mbmailinglist.java 44
Empty method Delete the empty method. Medium Mbmessage.java 37
Empty method Delete the empty method. Medium Mbmessageflag.java 25
Empty method Delete the empty method. Medium Mbstatsuser.java 24
Empty method Delete the empty method. Medium Mbthread.java 28
 
Violation Recommendation Severity Resource Line
Unnecessary import: import java.util.List; Delete the import. Medium FuelDataHelp.java 8
Unnecessary import: import com.gps.dto.DeviceTripDTO; Delete the import. Medium FuelDataHelp.java 12
Unnecessary import: import com.gps.helper.FuelAlertManager; Delete the import. Medium FuelDataHelp.java 14
Unnecessary import: import java.io.File; Delete the import. Medium JSONConverter.java 3
Unnecessary import: import com.gps.dto.RFIDInfoHistoryDTO; Delete the import. Medium FenceUsersDAO.java 9
Unnecessary import: import org.hibernate.Query; Delete the import. Medium GoogleReqCountDAO.java 5
Unnecessary import: import com.gps.hibernate.Organization; Delete the import. Medium GoogleReqCountDAO.java 11
Unnecessary import: import java.util.Iterator; Delete the import. Medium VehicleUserGeofenceDAO.java 12
Unnecessary import: import org.hibernate.Transaction; Delete the import. Medium VehicleUserGeofenceDAO.java 18
Unnecessary import: import java.util.Date; Delete the import. Medium AccountDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium AddressDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium AnnouncementsentryDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium AnnouncementsflagDAO.java 3
Unnecessary import: import org.hibernate.cfg.Configuration; Delete the import. Medium BaseHibernateDAO.java 8
Unnecessary import: import com.mchange.v2.c3p0.cfg.C3P0Config; Delete the import. Medium BaseHibernateDAO.java 13
Unnecessary import: import com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource; Delete the import. Medium BaseHibernateDAO.java 14
Unnecessary import: import com.mchange.v2.c3p0.mbean.C3P0PooledDataSource; Delete the import. Medium BaseHibernateDAO.java 15
Unnecessary import: import java.util.Date; Delete the import. Medium BlogsentryDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium BlogsstatsuserDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium BookmarksentryDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium BookmarksfolderDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium CaleventDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium ContactDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium DeviceDAO.java 4
Unnecessary import: import java.util.Set; Delete the import. Medium DeviceDAO.java 6
Unnecessary import: import java.util.Date; Delete the import. Medium DlfileentryDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium DlfilerankDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium DlfileshortcutDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium DlfileversionDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium DlfolderDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium EmailaddressDAO.java 3
Unnecessary import: import com.gps.notifier.EventAlertMgr; Delete the import. Medium EventNotificationDAO.java 19
Unnecessary import: import java.util.Date; Delete the import. Medium FeedbackDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium FenceHistoryDAO.java 3
Unnecessary import: import java.util.HashSet; Delete the import. Medium FuelCalibration.java 4
Unnecessary import: import java.util.Set; Delete the import. Medium FuelCalibration.java 5
Unnecessary import: import java.util.Set; Delete the import. Medium FuelCalibrationDAO.java 4
Unnecessary import: import java.util.Set; Delete the import. Medium GeofenceDAO.java 12
Unnecessary import: import java.util.HashSet; Delete the import. Medium Holidays.java 3
Unnecessary import: import java.util.Set; Delete the import. Medium Holidays.java 4
Unnecessary import: import org.hibernate.annotations.OrderBy; Delete the import. Medium Holidays.java 6
Unnecessary import: import org.hibernate.annotations.Sort; Delete the import. Medium Holidays.java 7
Unnecessary import: import java.util.Set; Delete the import. Medium HolidaysDAO.java 6
Unnecessary import: import java.util.Date; Delete the import. Medium IgfolderDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium IgimageDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium ImageDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium InboxDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium JournalarticleDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium JournalfeedDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium JournalstructureDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium JournaltemplateDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium Location.java 3
Unnecessary import: import java.sql.ResultSet; Delete the import. Medium LocationDAO.java 4
Unnecessary import: import java.util.Set; Delete the import. Medium LocationDAO.java 9
Unnecessary import: import com.gps.hibernate.Location; Delete the import. Medium LocationDAO.java 15
Unnecessary import: import java.util.Iterator; Delete the import. Medium LoginDAO.java 6
Unnecessary import: import java.util.Set; Delete the import. Medium LoginDAO.java 9
Unnecessary import: import org.hibernate.Session; Delete the import. Medium LoginDAO.java 14
Unnecessary import: import java.util.Date; Delete the import. Medium MbbanDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium MbcategoryDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium MbmailinglistDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium MbmessageDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium MbmessageflagDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium MbstatsuserDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium MbthreadDAO.java 3
 
Violation Recommendation Severity Resource Line
Unnecessary declaration of SQLException Delete the unnecessary exception. Medium FenceSequencing.java 21
Unnecessary declaration of Exception Delete the unnecessary exception. Medium HolidayProcessDAO.java 145
Unnecessary declaration of Exception Delete the unnecessary exception. Medium LocationProcessDAO.java 62
Unnecessary declaration of Exception Delete the unnecessary exception. Medium LoginProcessDAO.java 62
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TraversalDAO.java 43
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TraversalDAO.java 180
Unnecessary declaration of ParserConfigurationException Delete the unnecessary exception. Medium ConnectionHelper.java 24
Unnecessary declaration of SAXException Delete the unnecessary exception. Medium ConnectionHelper.java 24
Unnecessary declaration of IOException Delete the unnecessary exception. Medium ConnectionHelper.java 24
 
Violation Recommendation Severity Resource Line
Unnecessary type cast to TripReference Delete the unnecessary cast. Medium ReferenceDAO.java 66
Unnecessary type cast to TripReference Delete the unnecessary cast. Medium ReferenceDAO.java 67
Unnecessary type cast to TripReference Delete the unnecessary cast. Medium ReferenceDAO.java 69
Unnecessary type cast to TripTraversal Delete the unnecessary cast. Medium TraversalDAO.java 80
Unnecessary type cast to TripParameters Delete the unnecessary cast. Medium DeviationHelper.java 86
Unnecessary type cast to TripParameters Delete the unnecessary cast. Medium DeviationHelper.java 87
Unnecessary type cast to TripParameters Delete the unnecessary cast. Medium DeviationHelper.java 88
Unnecessary type cast to TripParameters Delete the unnecessary cast. Medium DeviationHelper.java 89
Unnecessary type cast to TripParameters Delete the unnecessary cast. Medium DeviationHelper.java 100
Unnecessary type cast to TripParameters Delete the unnecessary cast. Medium DeviationHelper.java 101
Unnecessary type cast to double Delete the unnecessary cast. Medium DistanceHelper.java 17
Unnecessary type cast from List to List<FenceReport> Delete the unnecessary cast. Medium FenceReportDAO.java 208
Unnecessary type cast to Session Delete the unnecessary cast. Medium HibernateSessionFactory.java 71
Unnecessary type cast to Session Delete the unnecessary cast. Medium HibernateSessionFactory.java 118
 
Violation Recommendation Severity Resource Line
Unused field: holiday Delete the unused field. Medium HolidayProcessDAO.java 36
Unused field: log Delete the unused field. Medium LmuSenderMappingDAO.java 11
 
Violation Recommendation Severity Resource Line
Unused method: getDataSize Delete the unused method. Medium FuelDataHelp.java 57
Unused method: createTable Delete the unused method. Medium FuelDataHelp.java 81
 
Violation Recommendation Severity Resource Line
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DataOrganizer.java 44
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium TraversalDAO.java 59
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium TraversalDAO.java 59
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium TraversalDAO.java 134
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium TraversalDAO.java 134
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ConnectionHelper.java 5
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ConnectionHelper.java 24
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ConnectionHelper.java 27
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ConnectionHelper.java 38
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium DeviationHelper.java 65
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium DeviationHelper.java 65
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium DeviationHelper.java 134
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium DeviationHelper.java 134
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium DeviationHelper.java 141
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium DeviationHelper.java 141
 
Violation Recommendation Severity Resource Line
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 103
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 104
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 107
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 108
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 111
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 112
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 115
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 116
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 127
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 131
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 142
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 146
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 156
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 160
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 170
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 174
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 140
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 141
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 144
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 145
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 148
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 149
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 156
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 157
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 166
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 169
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 178
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 181
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 189
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 192
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 211
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 214
 
Violation Recommendation Severity Resource Line
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 104
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 108
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 112
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 116
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 131
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 146
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 160
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 174
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 141
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 145
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 149
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 157
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 169
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 181
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 192
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 214
 
Violation Recommendation Severity Resource Line
Disallowed exception caught: Exception Delete the catch clause. Medium FuelDataHelp.java 45
Disallowed exception caught: Exception Delete the catch clause. Medium FuelDataHelp.java 74
Disallowed exception caught: Exception Delete the catch clause. Medium FuelDataHelp.java 93
Disallowed exception caught: Exception Delete the catch clause. Medium FuelDataHelp.java 133
Disallowed exception caught: Exception Delete the catch clause. Medium JSONConverter.java 29
Disallowed exception caught: Exception Delete the catch clause. Medium JSONConverter.java 61
Disallowed exception caught: Exception Delete the catch clause. Medium FenceSequencing.java 157
Disallowed exception caught: Exception Delete the catch clause. Medium FenceUsersDAO.java 31
Disallowed exception caught: Exception Delete the catch clause. Medium FenceUsersDAO.java 54
Disallowed exception caught: Exception Delete the catch clause. Medium FenceUsersDAO.java 72
Disallowed exception caught: Exception Delete the catch clause. Medium FencingDAO.java 93
Disallowed exception caught: Exception Delete the catch clause. Medium FencingDAO.java 119
Disallowed exception caught: Exception Delete the catch clause. Medium FencingDAO.java 149
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayProcessDAO.java 58
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayProcessDAO.java 89
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayProcessDAO.java 116
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayProcessDAO.java 136
Disallowed exception caught: Exception Delete the catch clause. Medium LocationProcessDAO.java 40
Disallowed exception caught: Exception Delete the catch clause. Medium LocationProcessDAO.java 55
Disallowed exception caught: Exception Delete the catch clause. Medium LoginProcessDAO.java 41
Disallowed exception caught: Exception Delete the catch clause. Medium LoginProcessDAO.java 55
Disallowed exception caught: Exception Delete the catch clause. Medium OrganizationMessageDAO.java 50
Disallowed exception caught: Exception Delete the catch clause. Medium ReportSummaryDAO.java 21
Disallowed exception caught: Exception Delete the catch clause. Medium ReportSummaryDAO.java 36
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleFenceMapDAO.java 45
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleFenceMapDAO.java 73
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleProcessDAO.java 91
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleProcessDAO.java 138
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleProcessDAO.java 155
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleProcessDAO.java 174
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleUserGeofenceDAO.java 52
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleUserGeofenceDAO.java 80
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleUserGeofenceDAO.java 105
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleUserGeofenceDAO.java 122
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleUserGeofenceDAO.java 155
Disallowed exception caught: Exception Delete the catch clause. Medium ConnectionHelper.java 74
Disallowed exception caught: Exception Delete the catch clause. Medium ConnectionHelper.java 115
Disallowed exception caught: Exception Delete the catch clause. Medium ConnectionHelper.java 189
Disallowed exception caught: Exception Delete the catch clause. Medium DBManager.java 67
Disallowed exception caught: Exception Delete the catch clause. Medium DBManager.java 80
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 56
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 68
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 83
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 98
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 162
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 174
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 185
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 196
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 97
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 109
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 120
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 131
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 47
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 100
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 172
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 184
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 195
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 206
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 38
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 49
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 61
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 76
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 91
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 127
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 140
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 151
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 162
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 56
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 68
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 83
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 98
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 158
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 171
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 182
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 193
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 36
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 47
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 59
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 74
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 89
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 113
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 126
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 137
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 148
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 97
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 110
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 121
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 132
Disallowed exception caught: Exception Delete the catch clause. Medium BaseHibernateDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 54
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 66
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 81
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 96
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 152
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 165
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 176
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 187
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 39
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 62
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 145
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 167
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 42
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 53
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 65
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 80
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 95
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 147
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 160
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 171
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 182
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 39
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 62
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 145
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 167
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 33
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 44
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 56
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 71
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 86
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 106
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 119
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 130
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 141
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 49
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 72
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 87
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 102
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 182
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 194
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 205
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 216
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CharityBarometerDAO.java 33
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CharityBarometerDAO.java 44
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CharityBarometerDAO.java 56
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CharityBarometerDAO.java 71
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CharityBarometerDAO.java 86
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CharityBarometerDAO.java 106
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CharityBarometerDAO.java 119
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CharityBarometerDAO.java 130
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CharityBarometerDAO.java 141
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatEntryDAO.java 35
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatEntryDAO.java 46
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatEntryDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatEntryDAO.java 73
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatEntryDAO.java 88
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatEntryDAO.java 116
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatEntryDAO.java 128
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatEntryDAO.java 139
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatEntryDAO.java 150
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatStatusDAO.java 38
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatStatusDAO.java 49
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatStatusDAO.java 61
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatStatusDAO.java 76
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatStatusDAO.java 91
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatStatusDAO.java 131
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatStatusDAO.java 144
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatStatusDAO.java 155
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ChatStatusDAO.java 166
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ClassnameDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ClassnameDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ClassnameDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ClassnameDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ClassnameDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ClassnameDAO.java 101
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ClassnameDAO.java 113
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ClassnameDAO.java 124
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ClassnameDAO.java 135
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CompanyDAO.java 39
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CompanyDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CompanyDAO.java 62
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CompanyDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CompanyDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CompanyDAO.java 136
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CompanyDAO.java 148
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CompanyDAO.java 159
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CompanyDAO.java 170
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ContactDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ContactDAO.java 69
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ContactDAO.java 81
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ContactDAO.java 96
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ContactDAO.java 111
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ContactDAO.java 227
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ContactDAO.java 239
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ContactDAO.java 250
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ContactDAO.java 261
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CounterDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CounterDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CounterDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CounterDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CounterDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CounterDAO.java 101
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CounterDAO.java 113
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CounterDAO.java 124
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CounterDAO.java 135
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CountryDAO.java 37
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CountryDAO.java 48
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CountryDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CountryDAO.java 75
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CountryDAO.java 90
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CountryDAO.java 126
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CountryDAO.java 138
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CountryDAO.java 149
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CountryDAO.java 160
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrususerDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrususerDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrususerDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrususerDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrususerDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrususerDAO.java 101
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrususerDAO.java 113
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrususerDAO.java 124
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrususerDAO.java 135
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrusvirtualDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrusvirtualDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrusvirtualDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrusvirtualDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrusvirtualDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrusvirtualDAO.java 101
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrusvirtualDAO.java 114
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrusvirtualDAO.java 125
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CyrusvirtualDAO.java 136
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DeviceDAO.java 38
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DeviceDAO.java 49
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DeviceDAO.java 61
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DeviceDAO.java 76
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DeviceDAO.java 91
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DeviceDAO.java 119
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DeviceDAO.java 131
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DeviceDAO.java 142
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DeviceDAO.java 153
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileentryDAO.java 47
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileentryDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileentryDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileentryDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileentryDAO.java 100
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileentryDAO.java 172
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileentryDAO.java 185
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileentryDAO.java 196
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileentryDAO.java 207
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfilerankDAO.java 37
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfilerankDAO.java 48
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfilerankDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfilerankDAO.java 75
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfilerankDAO.java 90
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfilerankDAO.java 122
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfilerankDAO.java 135
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfilerankDAO.java 146
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfilerankDAO.java 157
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileshortcutDAO.java 40
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileshortcutDAO.java 51
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileshortcutDAO.java 63
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileshortcutDAO.java 78
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileshortcutDAO.java 93
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileshortcutDAO.java 137
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileshortcutDAO.java 150
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileshortcutDAO.java 161
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileshortcutDAO.java 172
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileversionDAO.java 40
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileversionDAO.java 51
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileversionDAO.java 63
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileversionDAO.java 78
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileversionDAO.java 93
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileversionDAO.java 137
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileversionDAO.java 150
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileversionDAO.java 161
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfileversionDAO.java 172
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfolderDAO.java 40
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfolderDAO.java 51
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfolderDAO.java 63
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfolderDAO.java 78
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfolderDAO.java 93
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfolderDAO.java 137
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfolderDAO.java 149
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfolderDAO.java 160
Disallowed exception caught: RuntimeException Delete the catch clause. Medium DlfolderDAO.java 171
Disallowed exception caught: RuntimeException Delete the catch clause. Medium EmailaddressDAO.java 40
Disallowed exception caught: RuntimeException Delete the catch clause. Medium EmailaddressDAO.java 51
Disallowed exception caught: RuntimeException Delete the catch clause. Medium EmailaddressDAO.java 63
Disallowed exception caught: RuntimeException Delete the catch clause. Medium EmailaddressDAO.java 78
Disallowed exception caught: RuntimeException Delete the catch clause. Medium EmailaddressDAO.java 93
Disallowed exception caught: RuntimeException Delete the catch clause. Medium EmailaddressDAO.java 137
Disallowed exception caught: RuntimeException Delete the catch clause. Medium EmailaddressDAO.java 150
Disallowed exception caught: RuntimeException Delete the catch clause. Medium EmailaddressDAO.java 161
Disallowed exception caught: RuntimeException Delete the catch clause. Medium EmailaddressDAO.java 172
Disallowed exception caught: Exception Delete the catch clause. Medium EventNotificationDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandocolumnDAO.java 37
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandocolumnDAO.java 48
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandocolumnDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandocolumnDAO.java 75
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandocolumnDAO.java 90
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandocolumnDAO.java 126
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandocolumnDAO.java 139
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandocolumnDAO.java 150
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandocolumnDAO.java 161
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandorowDAO.java 34
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandorowDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandorowDAO.java 57
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandorowDAO.java 72
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandorowDAO.java 87
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandorowDAO.java 111
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandorowDAO.java 124
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandorowDAO.java 135
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandorowDAO.java 146
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandotableDAO.java 34
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandotableDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandotableDAO.java 57
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandotableDAO.java 72
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandotableDAO.java 87
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandotableDAO.java 111
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandotableDAO.java 124
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandotableDAO.java 135
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandotableDAO.java 146
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandovalueDAO.java 38
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandovalueDAO.java 49
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandovalueDAO.java 61
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandovalueDAO.java 76
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandovalueDAO.java 91
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandovalueDAO.java 131
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandovalueDAO.java 144
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandovalueDAO.java 155
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ExpandovalueDAO.java 166
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FeedbackDAO.java 36
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FeedbackDAO.java 47
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FeedbackDAO.java 59
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FeedbackDAO.java 74
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FeedbackDAO.java 89
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FeedbackDAO.java 117
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FeedbackDAO.java 129
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FeedbackDAO.java 140
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FeedbackDAO.java 151
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceHistoryDAO.java 35
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceHistoryDAO.java 46
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceHistoryDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceHistoryDAO.java 73
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceHistoryDAO.java 88
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceHistoryDAO.java 112
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceHistoryDAO.java 125
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceHistoryDAO.java 136
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceHistoryDAO.java 147
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceReportDAO.java 48
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceReportDAO.java 59
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceReportDAO.java 71
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceReportDAO.java 86
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceReportDAO.java 101
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceReportDAO.java 125
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceReportDAO.java 138
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceReportDAO.java 149
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FenceReportDAO.java 160
Disallowed exception caught: Exception Delete the catch clause. Medium FenceReportDAO.java 262
Disallowed exception caught: Exception Delete the catch clause. Medium FenceReportDAO.java 294
Disallowed exception caught: Exception Delete the catch clause. Medium FenceReportDAO.java 311
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTravellerDetailsDAO.java 34
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTravellerDetailsDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTravellerDetailsDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTravellerDetailsDAO.java 73
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTravellerDetailsDAO.java 88
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTravellerDetailsDAO.java 100
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTravellerDetailsDAO.java 114
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTravellerDetailsDAO.java 125
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTravellerDetailsDAO.java 136
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTripDetailsDAO.java 33
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTripDetailsDAO.java 44
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTripDetailsDAO.java 57
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTripDetailsDAO.java 72
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTripDetailsDAO.java 87
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTripDetailsDAO.java 103
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTripDetailsDAO.java 116
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTripDetailsDAO.java 127
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FrequentTripDetailsDAO.java 138
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FuelCalibrationDAO.java 31
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FuelCalibrationDAO.java 42
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FuelCalibrationDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FuelCalibrationDAO.java 75
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FuelCalibrationDAO.java 90
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FuelCalibrationDAO.java 102
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FuelCalibrationDAO.java 115
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FuelCalibrationDAO.java 126
Disallowed exception caught: RuntimeException Delete the catch clause. Medium FuelCalibrationDAO.java 137
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeofenceDAO.java 49
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeofenceDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeofenceDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeofenceDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeofenceDAO.java 107
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeofenceDAO.java 155
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeofenceDAO.java 167
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeofenceDAO.java 178
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeofenceDAO.java 189
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeovehicleMapDAO.java 57
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeovehicleMapDAO.java 69
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeovehicleMapDAO.java 81
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeovehicleMapDAO.java 96
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeovehicleMapDAO.java 111
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeovehicleMapDAO.java 141
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeovehicleMapDAO.java 154
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeovehicleMapDAO.java 187
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GeovehicleMapDAO.java 198
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupDAO.java 54
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupDAO.java 66
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupDAO.java 81
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupDAO.java 96
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupDAO.java 168
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupDAO.java 179
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupDAO.java 190
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsOrgsDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsOrgsDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsOrgsDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsOrgsDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsOrgsDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsOrgsDAO.java 97
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsOrgsDAO.java 110
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsOrgsDAO.java 121
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsOrgsDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsPermissionsDAO.java 33
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsPermissionsDAO.java 44
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsPermissionsDAO.java 56
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsPermissionsDAO.java 71
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsPermissionsDAO.java 86
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsPermissionsDAO.java 98
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsPermissionsDAO.java 111
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsPermissionsDAO.java 122
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsPermissionsDAO.java 133
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsRolesDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsRolesDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsRolesDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsRolesDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsRolesDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsRolesDAO.java 97
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsRolesDAO.java 110
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsRolesDAO.java 121
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsRolesDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsUsergroupsDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsUsergroupsDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsUsergroupsDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsUsergroupsDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsUsergroupsDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsUsergroupsDAO.java 97
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsUsergroupsDAO.java 110
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsUsergroupsDAO.java 121
Disallowed exception caught: RuntimeException Delete the catch clause. Medium GroupsUsergroupsDAO.java 132
Disallowed exception caught: Exception Delete the catch clause. Medium HibernateSessionFactory.java 46
Disallowed exception caught: Exception Delete the catch clause. Medium HibernateSessionFactory.java 85
Disallowed exception caught: Exception Delete the catch clause. Medium HibernateSessionFactory.java 101
Disallowed exception caught: Exception Delete the catch clause. Medium HibernateSessionFactory.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium HolidaysDAO.java 27
Disallowed exception caught: RuntimeException Delete the catch clause. Medium HolidaysDAO.java 38
Disallowed exception caught: RuntimeException Delete the catch clause. Medium HolidaysDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium HolidaysDAO.java 66
Disallowed exception caught: RuntimeException Delete the catch clause. Medium HolidaysDAO.java 104
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgfolderDAO.java 39
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgfolderDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgfolderDAO.java 62
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgfolderDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgfolderDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgfolderDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgfolderDAO.java 144
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgfolderDAO.java 155
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgfolderDAO.java 166
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgimageDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgimageDAO.java 54
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgimageDAO.java 66
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgimageDAO.java 81
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgimageDAO.java 96
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgimageDAO.java 152
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgimageDAO.java 164
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgimageDAO.java 175
Disallowed exception caught: RuntimeException Delete the catch clause. Medium IgimageDAO.java 186
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ImageDAO.java 37
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ImageDAO.java 48
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ImageDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ImageDAO.java 75
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ImageDAO.java 90
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ImageDAO.java 122
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ImageDAO.java 134
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ImageDAO.java 145
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ImageDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium InboxDAO.java 37
Disallowed exception caught: RuntimeException Delete the catch clause. Medium InboxDAO.java 48
Disallowed exception caught: RuntimeException Delete the catch clause. Medium InboxDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium InboxDAO.java 75
Disallowed exception caught: RuntimeException Delete the catch clause. Medium InboxDAO.java 90
Disallowed exception caught: RuntimeException Delete the catch clause. Medium InboxDAO.java 122
Disallowed exception caught: RuntimeException Delete the catch clause. Medium InboxDAO.java 134
Disallowed exception caught: RuntimeException Delete the catch clause. Medium InboxDAO.java 145
Disallowed exception caught: RuntimeException Delete the catch clause. Medium InboxDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleDAO.java 66
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleDAO.java 78
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleDAO.java 93
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleDAO.java 108
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleDAO.java 212
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleDAO.java 225
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleDAO.java 236
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleDAO.java 247
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleimageDAO.java 39
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleimageDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleimageDAO.java 62
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleimageDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleimageDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleimageDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleimageDAO.java 145
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleimageDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleimageDAO.java 167
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleresourceDAO.java 34
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleresourceDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleresourceDAO.java 57
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleresourceDAO.java 72
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleresourceDAO.java 87
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleresourceDAO.java 107
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleresourceDAO.java 120
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleresourceDAO.java 131
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalarticleresourceDAO.java 142
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalcontentsearchDAO.java 38
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalcontentsearchDAO.java 49
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalcontentsearchDAO.java 61
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalcontentsearchDAO.java 76
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalcontentsearchDAO.java 91
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalcontentsearchDAO.java 127
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalcontentsearchDAO.java 140
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalcontentsearchDAO.java 151
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalcontentsearchDAO.java 162
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalfeedDAO.java 52
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalfeedDAO.java 63
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalfeedDAO.java 75
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalfeedDAO.java 90
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalfeedDAO.java 105
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalfeedDAO.java 198
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalfeedDAO.java 211
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalfeedDAO.java 222
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalfeedDAO.java 233
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalstructureDAO.java 42
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalstructureDAO.java 53
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalstructureDAO.java 65
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalstructureDAO.java 80
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalstructureDAO.java 95
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalstructureDAO.java 147
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalstructureDAO.java 160
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalstructureDAO.java 171
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournalstructureDAO.java 182
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournaltemplateDAO.java 47
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournaltemplateDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournaltemplateDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournaltemplateDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournaltemplateDAO.java 100
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournaltemplateDAO.java 172
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournaltemplateDAO.java 185
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournaltemplateDAO.java 196
Disallowed exception caught: RuntimeException Delete the catch clause. Medium JournaltemplateDAO.java 207
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutDAO.java 52
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutDAO.java 63
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutDAO.java 75
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutDAO.java 90
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutDAO.java 105
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutDAO.java 201
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutDAO.java 213
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutDAO.java 224
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutDAO.java 235
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutsetDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutsetDAO.java 54
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutsetDAO.java 66
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutsetDAO.java 81
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutsetDAO.java 96
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutsetDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutsetDAO.java 168
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutsetDAO.java 179
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LayoutsetDAO.java 190
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ListtypeDAO.java 33
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ListtypeDAO.java 44
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ListtypeDAO.java 56
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ListtypeDAO.java 71
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ListtypeDAO.java 86
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ListtypeDAO.java 106
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ListtypeDAO.java 118
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ListtypeDAO.java 129
Disallowed exception caught: RuntimeException Delete the catch clause. Medium ListtypeDAO.java 140
Disallowed exception caught: Exception Delete the catch clause. Medium LmuSenderMappingDAO.java 20
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LocationDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LocationDAO.java 66
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LocationDAO.java 117
Disallowed exception caught: Exception Delete the catch clause. Medium LocationDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LoginDAO.java 44
Disallowed exception caught: RuntimeException Delete the catch clause. Medium LoginDAO.java 71
Disallowed exception caught: Exception Delete the catch clause. Medium LoginDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbbanDAO.java 37
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbbanDAO.java 48
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbbanDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbbanDAO.java 75
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbbanDAO.java 90
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbbanDAO.java 122
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbbanDAO.java 134
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbbanDAO.java 145
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbbanDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbcategoryDAO.java 42
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbcategoryDAO.java 53
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbcategoryDAO.java 65
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbcategoryDAO.java 80
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbcategoryDAO.java 95
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbcategoryDAO.java 147
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbcategoryDAO.java 160
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbcategoryDAO.java 171
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbcategoryDAO.java 182
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbdiscussionDAO.java 34
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbdiscussionDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbdiscussionDAO.java 57
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbdiscussionDAO.java 72
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbdiscussionDAO.java 87
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbdiscussionDAO.java 111
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbdiscussionDAO.java 124
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbdiscussionDAO.java 135
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbdiscussionDAO.java 146
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmailinglistDAO.java 54
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmailinglistDAO.java 65
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmailinglistDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmailinglistDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmailinglistDAO.java 107
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmailinglistDAO.java 207
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmailinglistDAO.java 220
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmailinglistDAO.java 231
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmailinglistDAO.java 242
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageDAO.java 47
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageDAO.java 100
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageDAO.java 172
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageDAO.java 184
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageDAO.java 195
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageDAO.java 206
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageflagDAO.java 36
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageflagDAO.java 47
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageflagDAO.java 59
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageflagDAO.java 74
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageflagDAO.java 89
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageflagDAO.java 117
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageflagDAO.java 130
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageflagDAO.java 141
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbmessageflagDAO.java 152
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbstatsuserDAO.java 35
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbstatsuserDAO.java 46
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbstatsuserDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbstatsuserDAO.java 73
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbstatsuserDAO.java 88
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbstatsuserDAO.java 112
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbstatsuserDAO.java 125
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbstatsuserDAO.java 136
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbstatsuserDAO.java 147
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbthreadDAO.java 39
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbthreadDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbthreadDAO.java 62
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbthreadDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbthreadDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbthreadDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbthreadDAO.java 144
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbthreadDAO.java 155
Disallowed exception caught: RuntimeException Delete the catch clause. Medium MbthreadDAO.java 166
 
Violation Recommendation Severity Resource Line
The method "listHoliday" differs slightly from the method defined in "HolidaysDAO" Rename the method from "listHoliday" to "listHolidays". Medium HolidayProcessDAO.java 70
 
Violation Recommendation Severity Resource Line
Method has 5 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium FenceSequencing.java 21
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium VehicleFenceMapDAO.java 24
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium VehicleProcessDAO.java 53
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium VehicleUserGeofenceDAO.java 59
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium VehicleUserGeofenceDAO.java 128
Method has 5 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium ConnectionHelper.java 23
 
Violation Recommendation Severity Resource Line
Static field connection not initialized Initialize the static field. Medium FuelDataHelp.java 19
Static field dbHelper not initialized Initialize the static field. Medium DBManager.java 22
 
Violation Recommendation Severity Resource Line
Static database connection Declare, initialize and access this field in a non-static way. Medium FuelDataHelp.java 19
 
Violation Recommendation Severity Resource Line
Subclass should override method If you want to override method of superclass, you should change signature method which belongs to subclass. Medium FencingDAO.java 135
Subclass should override method If you want to override method of superclass, you should change signature method which belongs to subclass. Medium GeofencingDAO.java 112
 
Violation Recommendation Severity Resource Line
Unused StringBuffer Remove the StringBuffer and all references to it. Medium DeviationHelper.java 134
 
Violation Recommendation Severity Resource Line
Attribute not specified as "qualified" Use qualified attributes. Medium PolygonRegion.wsdl 4
Attribute not specified as "qualified" Use qualified attributes. Medium PolygonRegionSOAP.wsdl 4
 
Violation Recommendation Severity Resource Line
Method getSession should be declared final Declare this method final. Medium BaseHibernateDAO.java 24
Method save should be declared final Declare this method final. Medium FenceHistoryDAO.java 30
Method delete should be declared final Declare this method final. Medium FenceHistoryDAO.java 41
Method findById should be declared final Declare this method final. Medium FenceHistoryDAO.java 52
Method findByExample should be declared final Declare this method final. Medium FenceHistoryDAO.java 64
Method findByProperty should be declared final Declare this method final. Medium FenceHistoryDAO.java 79
Method findByMonSpotOrder should be declared final Declare this method final. Medium FenceHistoryDAO.java 94
Method findByEvenSpotOrder should be declared final Declare this method final. Medium FenceHistoryDAO.java 98
Method findBySession should be declared final Declare this method final. Medium FenceHistoryDAO.java 102
Method findAll should be declared final Declare this method final. Medium FenceHistoryDAO.java 106
Method merge should be declared final Declare this method final. Medium FenceHistoryDAO.java 118
Method attachDirty should be declared final Declare this method final. Medium FenceHistoryDAO.java 131
Method attachClean should be declared final Declare this method final. Medium FenceHistoryDAO.java 142
Method save should be declared final Declare this method final. Medium GeofenceDAO.java 44
Method delete should be declared final Declare this method final. Medium GeofenceDAO.java 55
Method findById should be declared final Declare this method final. Medium GeofenceDAO.java 66
Method findByExample should be declared final Declare this method final. Medium GeofenceDAO.java 83
Method findByProperty should be declared final Declare this method final. Medium GeofenceDAO.java 98
Method findByUserid should be declared final Declare this method final. Medium GeofenceDAO.java 113
Method findByGeofenceId should be declared final Declare this method final. Medium GeofenceDAO.java 117
Method findByGeoName should be declared final Declare this method final. Medium GeofenceDAO.java 121
Method findByAddress should be declared final Declare this method final. Medium GeofenceDAO.java 125
Method findByCountryCode should be declared final Declare this method final. Medium GeofenceDAO.java 129
Method findByGeoLatitude should be declared final Declare this method final. Medium GeofenceDAO.java 133
Method findByGeoLongitude should be declared final Declare this method final. Medium GeofenceDAO.java 137
Method findByRadius should be declared final Declare this method final. Medium GeofenceDAO.java 141
Method findByInsertOrder should be declared final Declare this method final. Medium GeofenceDAO.java 145
Method findAll should be declared final Declare this method final. Medium GeofenceDAO.java 149
Method merge should be declared final Declare this method final. Medium GeofenceDAO.java 161
Method attachDirty should be declared final Declare this method final. Medium GeofenceDAO.java 173
Method attachClean should be declared final Declare this method final. Medium GeofenceDAO.java 184
Method save should be declared final Declare this method final. Medium GeovehicleMapDAO.java 45
Method delete should be declared final Declare this method final. Medium GeovehicleMapDAO.java 64
Method findById should be declared final Declare this method final. Medium GeovehicleMapDAO.java 75
Method findByExample should be declared final Declare this method final. Medium GeovehicleMapDAO.java 87
Method findByProperty should be declared final Declare this method final. Medium GeovehicleMapDAO.java 102
Method findByOrgId should be declared final Declare this method final. Medium GeovehicleMapDAO.java 117
Method findByGeofenceId should be declared final Declare this method final. Medium GeovehicleMapDAO.java 131
Method findAll should be declared final Declare this method final. Medium GeovehicleMapDAO.java 135
Method merge should be declared final Declare this method final. Medium GeovehicleMapDAO.java 147
Method findInstance should be declared final Declare this method final. Medium GeovehicleMapDAO.java 160
Method attachDirty should be declared final Declare this method final. Medium GeovehicleMapDAO.java 182
Method attachClean should be declared final Declare this method final. Medium GeovehicleMapDAO.java 193
Method main should be declared final Declare this method final. Medium GeovehicleMapDAO.java 203
Method save should be declared final Declare this method final. Medium HolidaysDAO.java 22
Method delete should be declared final Declare this method final. Medium HolidaysDAO.java 33
Method findById should be declared final Declare this method final. Medium HolidaysDAO.java 44
Method findByProperty should be declared final Declare this method final. Medium HolidaysDAO.java 57
Method findByHId should be declared final Declare this method final. Medium HolidaysDAO.java 72
Method findByOrganizationId should be declared final Declare this method final. Medium HolidaysDAO.java 76
Method listHolidays should be declared final Declare this method final. Medium HolidaysDAO.java 80
Method findAll should be declared final Declare this method final. Medium HolidaysDAO.java 94
Method LoginCheck should be declared final Declare this method final. Medium LoginDAO.java 23
Method PhoneLoginCheck should be declared final Declare this method final. Medium LoginDAO.java 51
Method encryptSha should be declared final Declare this method final. Medium LoginDAO.java 78
 
Violation Recommendation Severity Resource Line
Collection with a singular name Rename the variable so that its name is plural. Medium FenceSequencing.java 46
Collection with a singular name Rename the variable so that its name is plural. Medium FenceSequencing.java 47
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 19
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 40
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 41
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 63
Collection with a singular name Rename the variable so that its name is plural. Medium HolidayProcessDAO.java 73
Collection with a singular name Rename the variable so that its name is plural. Medium HolidayProcessDAO.java 131
Collection with a singular name Rename the variable so that its name is plural. Medium LoginProcessDAO.java 52
Collection with a singular name Rename the variable so that its name is plural. Medium OrganizationMessageDAO.java 27
Collection with a singular name Rename the variable so that its name is plural. Medium OrganizationMessageDAO.java 29
Collection with a singular name Rename the variable so that its name is plural. Medium ReferenceDAO.java 37
Collection with a singular name Rename the variable so that its name is plural. Medium ReferenceDAO.java 38
Collection with a singular name Rename the variable so that its name is plural. Medium ReferenceDAO.java 62
Collection with a singular name Rename the variable so that its name is plural. Medium ReportSummaryDAO.java 16
Collection with a singular name Rename the variable so that its name is plural. Medium ReportSummaryDAO.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium TraversalDAO.java 56
Collection with a singular name Rename the variable so that its name is plural. Medium TraversalDAO.java 150
Collection with a singular name Rename the variable so that its name is plural. Medium TripProcessDAO.java 76
Collection with a singular name Rename the variable so that its name is plural. Medium TripProcessDAO.java 77
Collection with a singular name Rename the variable so that its name is plural. Medium TripProcessDAO.java 78
Collection with a singular name Rename the variable so that its name is plural. Medium TripProcessDAO.java 79
Collection with a singular name Rename the variable so that its name is plural. Medium TripProcessDAO.java 85
Collection with a singular name Rename the variable so that its name is plural. Medium TripProcessDAO.java 86
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleFenceMapDAO.java 53
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleProcessDAO.java 55
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleProcessDAO.java 78
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleProcessDAO.java 100
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleProcessDAO.java 117
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleProcessDAO.java 146
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleProcessDAO.java 164
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleUserGeofenceDAO.java 68
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleUserGeofenceDAO.java 90
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleUserGeofenceDAO.java 115
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleUserGeofenceDAO.java 133
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleUserGeofenceDAO.java 134
Collection with a singular name Rename the variable so that its name is plural. Medium eventDTO.java 9
Collection with a singular name Rename the variable so that its name is plural. Medium eventDTO.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium ConnectionHelper.java 27
Collection with a singular name Rename the variable so that its name is plural. Medium BaseHibernateDAO.java 40
Collection with a singular name Rename the variable so that its name is plural. Medium EventNotificationDAO.java 28
Collection with a singular name Rename the variable so that its name is plural. Medium EventNotificationDAO.java 30
Collection with a singular name Rename the variable so that its name is plural. Medium EventNotificationDAO.java 40
Collection with a singular name Rename the variable so that its name is plural. Medium FenceReportDAO.java 170
Collection with a singular name Rename the variable so that its name is plural. Medium FenceReportDAO.java 208
Collection with a singular name Rename the variable so that its name is plural. Medium FenceReportDAO.java 271
Collection with a singular name Rename the variable so that its name is plural. Medium FenceReportDAO.java 272
Collection with a singular name Rename the variable so that its name is plural. Medium FenceReportDAO.java 320
Collection with a singular name Rename the variable so that its name is plural. Medium FenceReportDAO.java 321
Collection with a singular name Rename the variable so that its name is plural. Medium GeovehicleMapDAO.java 205
Collection with a singular name Rename the variable so that its name is plural. Medium HolidaysDAO.java 82
Collection with a singular name Rename the variable so that its name is plural. Medium LocationDAO.java 71
Collection with a singular name Rename the variable so that its name is plural. Medium LocationDAO.java 108
Collection with a singular name Rename the variable so that its name is plural. Medium LoginDAO.java 27
Collection with a singular name Rename the variable so that its name is plural. Medium LoginDAO.java 55
Collection with a singular name Rename the variable so that its name is plural. Medium LoginDAO.java 56
Collection with a singular name Rename the variable so that its name is plural. Medium LoginDAO.java 57
Collection with a singular name Rename the variable so that its name is plural. Medium LoginDAO.java 82
 
Violation Recommendation Severity Resource Line
Use a valid schema namespace Use a valid schema namespace. Medium PolygonRegion.wsdl 4
Use a valid schema namespace Use a valid schema namespace. Medium PolygonRegionSOAP.wsdl 4
 
Violation Recommendation Severity Resource Line
The value returned by execute is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FuelDataHelp.java 87
The value returned by execute is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FuelDataHelp.java 89
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FenceSequencing.java 154
The value returned by getExpectedUserList is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FenceUsersDAO.java 82
The value returned by setFirstResult is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FencingDAO.java 89
The value returned by setMaxResults is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FencingDAO.java 90
The value returned by executeUpdate is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FencingDAO.java 145
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GoogleReqCountDAO.java 27
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GoogleReqCountDAO.java 29
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidayProcessDAO.java 54
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidayProcessDAO.java 84
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidayProcessDAO.java 112
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium OrganizationMessageDAO.java 35
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium OrganizationMessageDAO.java 36
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TraversalDAO.java 122
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TraversalDAO.java 168
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TraversalDAO.java 171
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TraversalDAO.java 210
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TraversalDAO.java 222
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TraversalDAO.java 238
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleFenceMapDAO.java 39
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleFenceMapDAO.java 62
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleUserGeofenceDAO.java 119
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleUserGeofenceDAO.java 120
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleUserGeofenceDAO.java 141
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleUserGeofenceDAO.java 142
The value returned by start is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DBManager.java 57
The value returned by stop is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DBManager.java 76
The value returned by forName is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DBManager.java 93
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DeviationHelper.java 168
The value returned by checkInTable is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FuelAlertManager.java 18
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AccountDAO.java 43
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AccountDAO.java 96
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AccountsDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AccountsDAO.java 83
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AddressDAO.java 45
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AddressDAO.java 98
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsdeliveryDAO.java 36
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsdeliveryDAO.java 89
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsentryDAO.java 43
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsentryDAO.java 96
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsflagDAO.java 34
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsflagDAO.java 87
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AutoPkSupportDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AutoPkSupportDAO.java 83
The value returned by getNumPooledDataSources is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BaseHibernateDAO.java 33
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BlogsentryDAO.java 41
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BlogsentryDAO.java 94
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BlogsstatsuserDAO.java 37
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BlogsstatsuserDAO.java 90
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BookmarksentryDAO.java 40
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BookmarksentryDAO.java 93
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BookmarksfolderDAO.java 37
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BookmarksfolderDAO.java 90
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BrowsertrackerDAO.java 31
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BrowsertrackerDAO.java 84
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CaleventDAO.java 47
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CaleventDAO.java 100
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CharityBarometerDAO.java 31
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CharityBarometerDAO.java 84
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ChatEntryDAO.java 33
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ChatEntryDAO.java 86
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ChatStatusDAO.java 36
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ChatStatusDAO.java 89
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClassnameDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClassnameDAO.java 83
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CompanyDAO.java 37
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CompanyDAO.java 90
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ContactDAO.java 56
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ContactDAO.java 109
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CounterDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CounterDAO.java 83
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CountryDAO.java 35
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CountryDAO.java 88
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CyrususerDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CyrususerDAO.java 83
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CyrusvirtualDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CyrusvirtualDAO.java 83
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DeviceDAO.java 36
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DeviceDAO.java 89
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfileentryDAO.java 45
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfileentryDAO.java 98
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfilerankDAO.java 35
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfilerankDAO.java 88
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfileshortcutDAO.java 38
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfileshortcutDAO.java 91
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfileversionDAO.java 38
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfileversionDAO.java 91
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfolderDAO.java 38
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DlfolderDAO.java 91
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium EmailaddressDAO.java 38
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium EmailaddressDAO.java 91
The value returned by setParameterList is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium EventNotificationDAO.java 37
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium EventNotificationDAO.java 38
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium EventNotificationDAO.java 39
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpandocolumnDAO.java 35
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpandocolumnDAO.java 88
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpandorowDAO.java 32
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpandorowDAO.java 85
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpandotableDAO.java 32
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpandotableDAO.java 85
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpandovalueDAO.java 36
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpandovalueDAO.java 89
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FeedbackDAO.java 34
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FeedbackDAO.java 87
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FenceHistoryDAO.java 33
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FenceHistoryDAO.java 86
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FenceReportDAO.java 46
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FenceReportDAO.java 99
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FenceReportDAO.java 188
The value returned by setFetchSize is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FenceReportDAO.java 277
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FrequentTravellerDetailsDAO.java 32
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FrequentTravellerDetailsDAO.java 86
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FrequentTripDetailsDAO.java 31
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FrequentTripDetailsDAO.java 85
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FuelCalibrationDAO.java 29
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FuelCalibrationDAO.java 88
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GeofenceDAO.java 47
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GeofenceDAO.java 105
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GeovehicleMapDAO.java 109
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupDAO.java 41
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupDAO.java 94
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupsOrgsDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupsOrgsDAO.java 83
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupsPermissionsDAO.java 31
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupsPermissionsDAO.java 84
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupsRolesDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupsRolesDAO.java 83
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupsUsergroupsDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GroupsUsergroupsDAO.java 83
The value returned by configure is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HibernateSessionFactory.java 43
The value returned by configure is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HibernateSessionFactory.java 99
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HibernateSessionFactory.java 124
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidaysDAO.java 25
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidaysDAO.java 64
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidaysDAO.java 89
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium IgfolderDAO.java 37
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium IgfolderDAO.java 90
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium IgimageDAO.java 41
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium IgimageDAO.java 94
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ImageDAO.java 35
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ImageDAO.java 88
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium InboxDAO.java 35
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium InboxDAO.java 88
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalarticleDAO.java 53
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalarticleDAO.java 106
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalarticleimageDAO.java 37
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalarticleimageDAO.java 90
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalarticleresourceDAO.java 32
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalarticleresourceDAO.java 85
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalcontentsearchDAO.java 36
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalcontentsearchDAO.java 89
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalfeedDAO.java 50
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalfeedDAO.java 103
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalstructureDAO.java 40
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournalstructureDAO.java 93
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournaltemplateDAO.java 45
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JournaltemplateDAO.java 98
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium LayoutDAO.java 50
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium LayoutDAO.java 103
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium LayoutsetDAO.java 41
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium LayoutsetDAO.java 94
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ListtypeDAO.java 31
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ListtypeDAO.java 84
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium LocationDAO.java 114
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbbanDAO.java 35
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbbanDAO.java 88
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbcategoryDAO.java 40
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbcategoryDAO.java 93
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbdiscussionDAO.java 32
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbdiscussionDAO.java 85
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbmailinglistDAO.java 52
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbmailinglistDAO.java 105
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbmessageDAO.java 45
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbmessageDAO.java 98
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbmessageflagDAO.java 34
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbmessageflagDAO.java 87
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbstatsuserDAO.java 33
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbstatsuserDAO.java 86
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbthreadDAO.java 37
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MbthreadDAO.java 90
 
Violation Recommendation Severity Resource Line
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegionSOAP.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegionSOAP.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegionSOAP.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegionSOAP.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegionSOAP.wsdl 2
 
Violation Recommendation Severity Resource Line
Plural type name Rename the type to have a singular name. Medium Accounts.java 9
Plural type name Rename the type to have a singular name. Medium Address.java 11
Plural type name Rename the type to have a singular name. Medium ChatStatus.java 9
Plural type name Rename the type to have a singular name. Medium Emailaddress.java 11
Plural type name Rename the type to have a singular name. Medium FrequentTravellerDetails.java 9
Plural type name Rename the type to have a singular name. Medium FrequentTripDetails.java 9
Plural type name Rename the type to have a singular name. Medium GroupsOrgs.java 9
Plural type name Rename the type to have a singular name. Medium GroupsPermissions.java 9
Plural type name Rename the type to have a singular name. Medium GroupsRoles.java 9
Plural type name Rename the type to have a singular name. Medium GroupsUsergroups.java 9
Plural type name Rename the type to have a singular name. Medium Holidays.java 9
 
Violation Recommendation Severity Resource Line
Missing block in if clause: connection.close(); Add a block around the body of the if clause. Medium FuelDataHelp.java 110
Missing block in if clause: mySql = sess.createQuery("delete from StopFenceMapping s where (s.stopId in (select id from Geofence g where g.tripDetails.tripid in ("+tripids+") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId="+organizationId+")) or s.fenceId in (select id from Geofence g where g.tripDetails.tripid in ("+tripids+") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId="+organizationId+"))) and s.session='AM'"); Add a block around the body of the if clause. Medium FenceSequencing.java 35
Missing block in else clause: mySql = sess.createQuery("delete from StopFenceMapping s where (s.stopId in (select id from Geofence g where g.tripDetails.tripid in ("+tripids+") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId="+organizationId+")) or s.fenceId in (select id from Geofence g where g.tripDetails.tripid in ("+tripids+") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId="+organizationId+"))) and s.session='PM'"); Add a block around the body of the else clause. Medium FenceSequencing.java 37
Missing block in if clause: log.info("Updator sql: "+mySql.executeUpdate()); Add a block around the body of the if clause. Medium FenceSequencing.java 40
Missing block in if clause: select = sess.createQuery("from Geofence g where g.tripDetails.tripid="+tripid+" order by g.StopTimeAM"); Add a block around the body of the if clause. Medium FenceSequencing.java 61
Missing block in else clause: select = sess.createQuery("from Geofence g where g.tripDetails.tripid="+tripid+" order by g.StopTimePM"); Add a block around the body of the else clause. Medium FenceSequencing.java 63
Missing block in if clause: amTime = formatter.format(geofence.getStopTimeAM()); Add a block around the body of the if clause. Medium FenceSequencing.java 78
Missing block in if clause: pmTime = formatter.format(geofence.getStopTimePM()); Add a block around the body of the if clause. Medium FenceSequencing.java 80
Missing block in if clause: stopAM = findMapFence(lstIds, i, lstAM, "AM",10); Add a block around the body of the if clause. Medium FenceSequencing.java 120
Missing block in else clause: stopAM = findMapFence(lstIds, i, lstPM, "PM",10); Add a block around the body of the else clause. Medium FenceSequencing.java 122
Missing block in if clause: select = sess.createQuery("update Geofence g set g.SeqFenceAM="+sqAM+", g.isValid="+condition+" where g.id="+lstIds.get(i)); Add a block around the body of the if clause. Medium FenceSequencing.java 141
Missing block in else clause: select = sess.createQuery("update Geofence g set g.SeqFencePM="+sqAM+", g.isValid="+condition+" where g.id="+lstIds.get(i)); Add a block around the body of the else clause. Medium FenceSequencing.java 143
Missing block in if clause: return 0; Add a block around the body of the if clause. Medium FenceSequencing.java 185
Missing block in else clause: return Index; Add a block around the body of the else clause. Medium FenceSequencing.java 187
Missing block in for statement: log.info(userFenceList.get(i)+","+userFenceList.size()); Add a block around the body of the for statement. Medium FenceUsersDAO.java 28
Missing block in if clause: lastTraversedPoint = ((TripReference)referenceRoute.get((tripPointId-1))).getTripPointName(); Add a block around the body of the if clause. Medium ReferenceDAO.java 67
Missing block in else clause: lastTraversedPoint = ((TripReference)referenceRoute.get((tripPointId))).getTripPointName(); Add a block around the body of the else clause. Medium ReferenceDAO.java 69
Missing block in if clause: sTripSession="AM"; Add a block around the body of the if clause. Medium TraversalDAO.java 51
Missing block in if clause: sTripSession="PM"; Add a block around the body of the if clause. Medium TraversalDAO.java 54
Missing block in else clause: iHasTraversed = 0; Add a block around the body of the else clause. Medium TraversalDAO.java 90
Missing block in if clause: sTripSession="AM"; Add a block around the body of the if clause. Medium TraversalDAO.java 194
Missing block in if clause: sTripSession="PM"; Add a block around the body of the if clause. Medium TraversalDAO.java 197
Missing block in else clause: log.info("***********"+tripList); Add a block around the body of the else clause. Medium VehicleProcessDAO.java 89
Missing block in if clause: vehicle=vehicleList.get(0); Add a block around the body of the if clause. Medium VehicleProcessDAO.java 153
Missing block in if clause: tripList = new VehicleDetailsDAO().getSession().createQuery("select new com.gps.dto.DeviceTripDTO(tp.vehicleDetails.vehicleId,tp.creationTime,tp.lattitude,tp.longitude)" + " from TripParameters tp where tripParamid ="+paramIdList).list(); Add a block around the body of the if clause. Medium VehicleProcessDAO.java 181
Missing block in if clause: return true; Add a block around the body of the if clause. Medium AccountsId.java 48
Missing block in if clause: return false; Add a block around the body of the if clause. Medium AccountsId.java 50
Missing block in if clause: return false; Add a block around the body of the if clause. Medium AccountsId.java 52
Missing block in if clause: return true; Add a block around the body of the if clause. Medium AutoPkSupportId.java 48
Missing block in if clause: return false; Add a block around the body of the if clause. Medium AutoPkSupportId.java 50
Missing block in if clause: return false; Add a block around the body of the if clause. Medium AutoPkSupportId.java 52
Missing block in if clause: for (VehicleInfoBean vehicleInfo : rsVeh) { FenceReport reportObj=new FenceReport(); reportObj.setGeofence(geofence); reportObj.setVehicle(vehicle); reportObj.setCreatedTime(Calendar.getInstance().getTime()); reportObj.setEntryTime(packetTime); reportObj.setReportDate(packetTime); reportObj.setStopLat(vehicleInfo.getLattitude()); reportObj.setStopLong(vehicleInfo.getLongitude()); reportObj.setStopReading(vehicleInfo.getDistance()); reportObj.setStopTime(vehicleInfo.getCreationTime()); org.hibernate.Transaction context = getSession().getTransaction(); context.begin(); getSession().save(reportObj); context.commit(); getSession().flush(); } Add a block around the body of the if clause. Medium FenceReportDAO.java 174
Missing block in if clause: fence = geoList.get(0).getGeofence(); Add a block around the body of the if clause. Medium FenceReportDAO.java 281
Missing block in if clause: condition = "StopTimeAM"; Add a block around the body of the if clause. Medium FenceReportDAO.java 285
Missing block in else clause: condition = "StopTimePM"; Add a block around the body of the else clause. Medium FenceReportDAO.java 287
Missing block in if clause: fence= fenceList.get(0); Add a block around the body of the if clause. Medium FenceReportDAO.java 291
Missing block in if clause: session="SeqFenceAM"; Add a block around the body of the if clause. Medium FenceReportDAO.java 326
Missing block in else clause: session="SeqFencePM"; Add a block around the body of the else clause. Medium FenceReportDAO.java 328
Missing block in if clause: return true; Add a block around the body of the if clause. Medium FrequentTravellerDetailsId.java 49
Missing block in if clause: return false; Add a block around the body of the if clause. Medium FrequentTravellerDetailsId.java 51
Missing block in if clause: return false; Add a block around the body of the if clause. Medium FrequentTravellerDetailsId.java 53
Missing block in if clause: return true; Add a block around the body of the if clause. Medium FrequentTripDetailsId.java 48
Missing block in if clause: return false; Add a block around the body of the if clause. Medium FrequentTripDetailsId.java 50
Missing block in if clause: return false; Add a block around the body of the if clause. Medium FrequentTripDetailsId.java 52
Missing block in if clause: vehMap=results.get(0); Add a block around the body of the if clause. Medium GeovehicleMapDAO.java 169
Missing block in if clause: return true; Add a block around the body of the if clause. Medium GroupsOrgsId.java 48
Missing block in if clause: return false; Add a block around the body of the if clause. Medium GroupsOrgsId.java 50
Missing block in if clause: return false; Add a block around the body of the if clause. Medium GroupsOrgsId.java 52
Missing block in if clause: return true; Add a block around the body of the if clause. Medium GroupsPermissionsId.java 48
Missing block in if clause: return false; Add a block around the body of the if clause. Medium GroupsPermissionsId.java 50
Missing block in if clause: return false; Add a block around the body of the if clause. Medium GroupsPermissionsId.java 52
Missing block in if clause: return true; Add a block around the body of the if clause. Medium GroupsRolesId.java 48
Missing block in if clause: return false; Add a block around the body of the if clause. Medium GroupsRolesId.java 50
Missing block in if clause: return false; Add a block around the body of the if clause. Medium GroupsRolesId.java 52
Missing block in if clause: return true; Add a block around the body of the if clause. Medium GroupsUsergroupsId.java 48
Missing block in if clause: return false; Add a block around the body of the if clause. Medium GroupsUsergroupsId.java 50
Missing block in if clause: return false; Add a block around the body of the if clause. Medium GroupsUsergroupsId.java 52
Missing block in if clause: session = (Session) threadLocal.get(); Add a block around the body of the if clause. Medium HibernateSessionFactory.java 71
Missing block in if clause: session.close(); Add a block around the body of the if clause. Medium HibernateSessionFactory.java 124
Missing block in if clause: esn=queryObject.list().get(0).toString(); Add a block around the body of the if clause. Medium LocationDAO.java 48
Missing block in if clause: esn=queryObject.list().get(0).toString(); Add a block around the body of the if clause. Medium LocationDAO.java 64
Missing block in if clause: stat=true; Add a block around the body of the if clause. Medium LoginDAO.java 42
 
Violation Recommendation Severity Resource Line
Variable should be declared as List<Date> Change the declared type to be the appropriate interface. Medium FenceSequencing.java 46
Variable should be declared as List<Date> Change the declared type to be the appropriate interface. Medium FenceSequencing.java 47
Variable should be declared as List<Date> Change the declared type to be the appropriate interface. Medium FenceSequencing.java 164
Method should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 16
Variable should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 19
Variable should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 41
Method should be declared as List<Integer> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 61
Variable should be declared as List<Integer> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 63
Method should be declared as Map<Integer,TripReference> Change the declared type to be the appropriate interface. Medium ReferenceDAO.java 35
Variable should be declared as Map<Integer,TripReference> Change the declared type to be the appropriate interface. Medium ReferenceDAO.java 37
Variable should be declared as List<TripReference> Change the declared type to be the appropriate interface. Medium ReferenceDAO.java 38
Variable should be declared as List<TripTraversal> Change the declared type to be the appropriate interface. Medium TraversalDAO.java 56
Method should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium ConnectionHelper.java 24
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium ConnectionHelper.java 27
 
Violation Recommendation Severity Resource Line
Dangling else clause Enclose the then clause in a block. Medium FenceSequencing.java 36
Dangling else clause Enclose the then clause in a block. Medium FenceSequencing.java 62
Dangling else clause Enclose the then clause in a block. Medium FenceSequencing.java 121
Dangling else clause Enclose the then clause in a block. Medium FenceSequencing.java 142
Dangling else clause Enclose the then clause in a block. Medium FenceSequencing.java 186
Dangling else clause Enclose the then clause in a block. Medium ReferenceDAO.java 68
Dangling else clause Enclose the then clause in a block. Medium TraversalDAO.java 52
Dangling else clause Enclose the then clause in a block. Medium TraversalDAO.java 195
Dangling else clause Enclose the then clause in a block. Medium FenceReportDAO.java 282
Dangling else clause Enclose the then clause in a block. Medium FenceReportDAO.java 286
Dangling else clause Enclose the then clause in a block. Medium FenceReportDAO.java 327
 
Violation Recommendation Severity Resource Line
Invalid simple type element name: RFID_No Rename the simple type element to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 87
 
Violation Recommendation Severity Resource Line
Invalid SQL statement creation Use either the method prepareStatement or prepareCall. Medium FuelDataHelp.java 70
 
Violation Recommendation Severity Resource Line
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FuelDataHelp.java 31
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FuelDataHelp.java 36
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FuelDataHelp.java 41
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FuelDataHelp.java 47
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FuelDataHelp.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JSONConverter.java 27
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 35
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 37
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 40
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 42
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 63
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 124
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 141
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 143
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 144
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 145
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 147
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceSequencing.java 148
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 25
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 28
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 49
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 52
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 68
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 69
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FencingDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FencingDAO.java 114
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FencingDAO.java 144
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium OrganizationMessageDAO.java 39
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReferenceDAO.java 41
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReferenceDAO.java 43
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReferenceDAO.java 71
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportSummaryDAO.java 19
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportSummaryDAO.java 23
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportSummaryDAO.java 34
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportSummaryDAO.java 38
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 71
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 94
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 155
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 202
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 219
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 226
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 229
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 236
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 243
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 246
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TraversalDAO.java 250
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripProcessDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TripProcessDAO.java 92
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleFenceMapDAO.java 44
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleFenceMapDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 60
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 89
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 103
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 104
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 123
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 123
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 135
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 151
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 170
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 172
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 173
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 178
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 181
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 185
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleUserGeofenceDAO.java 51
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleUserGeofenceDAO.java 71
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleUserGeofenceDAO.java 79
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleUserGeofenceDAO.java 104
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleUserGeofenceDAO.java 145
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 33
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 56
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 76
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 92
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 107
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 141
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 145
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 148
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 165
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 184
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ConnectionHelper.java 191
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 68
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DBManager.java 103
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviationHelper.java 76
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviationHelper.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviationHelper.java 104
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviationHelper.java 115
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviationHelper.java 119
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviationHelper.java 122
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviationHelper.java 153
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountDAO.java 63
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountDAO.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountsDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountsDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountsDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountsDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AddressDAO.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AddressDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AddressDAO.java 92
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AddressDAO.java 95
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsdeliveryDAO.java 56
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsdeliveryDAO.java 73
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsdeliveryDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsdeliveryDAO.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsentryDAO.java 63
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsentryDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsentryDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsentryDAO.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsflagDAO.java 54
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsflagDAO.java 71
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsflagDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsflagDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoPkSupportDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoPkSupportDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoPkSupportDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoPkSupportDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BaseHibernateDAO.java 43
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BaseHibernateDAO.java 47
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsentryDAO.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsentryDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsentryDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsentryDAO.java 91
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsstatsuserDAO.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsstatsuserDAO.java 74
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsstatsuserDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsstatsuserDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksentryDAO.java 60
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksentryDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksentryDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksentryDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksfolderDAO.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksfolderDAO.java 74
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksfolderDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksfolderDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BrowsertrackerDAO.java 51
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BrowsertrackerDAO.java 68
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BrowsertrackerDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BrowsertrackerDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CaleventDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CaleventDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CaleventDAO.java 94
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CaleventDAO.java 97
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CharityBarometerDAO.java 51
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CharityBarometerDAO.java 68
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CharityBarometerDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CharityBarometerDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ChatEntryDAO.java 53
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ChatEntryDAO.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ChatEntryDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ChatEntryDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ChatStatusDAO.java 56
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ChatStatusDAO.java 73
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ChatStatusDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ChatStatusDAO.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ClassnameDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ClassnameDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ClassnameDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ClassnameDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CompanyDAO.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CompanyDAO.java 74
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CompanyDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CompanyDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ContactDAO.java 76
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ContactDAO.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ContactDAO.java 103
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ContactDAO.java 106
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CounterDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CounterDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CounterDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CounterDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CountryDAO.java 55
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CountryDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CountryDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CountryDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CyrususerDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CyrususerDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CyrususerDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CyrususerDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CyrusvirtualDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CyrusvirtualDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CyrusvirtualDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CyrusvirtualDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviceDAO.java 56
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviceDAO.java 73
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviceDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviceDAO.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileentryDAO.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileentryDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileentryDAO.java 92
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileentryDAO.java 95
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfilerankDAO.java 55
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfilerankDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfilerankDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfilerankDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileshortcutDAO.java 58
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileshortcutDAO.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileshortcutDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileshortcutDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileversionDAO.java 58
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileversionDAO.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileversionDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfileversionDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfolderDAO.java 58
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfolderDAO.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfolderDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DlfolderDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium EmailaddressDAO.java 58
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium EmailaddressDAO.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium EmailaddressDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium EmailaddressDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium EventNotificationDAO.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandocolumnDAO.java 55
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandocolumnDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandocolumnDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandocolumnDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandorowDAO.java 52
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandorowDAO.java 69
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandorowDAO.java 79
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandorowDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandotableDAO.java 52
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandotableDAO.java 69
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandotableDAO.java 79
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandotableDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandovalueDAO.java 56
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandovalueDAO.java 73
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandovalueDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ExpandovalueDAO.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FeedbackDAO.java 54
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FeedbackDAO.java 71
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FeedbackDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FeedbackDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceHistoryDAO.java 53
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceHistoryDAO.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceHistoryDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceHistoryDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 66
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 96
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 203
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 204
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 276
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 289
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 306
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 309
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 331
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 334
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceReportDAO.java 336
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FrequentTravellerDetailsDAO.java 53
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FrequentTravellerDetailsDAO.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FrequentTravellerDetailsDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FrequentTravellerDetailsDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FrequentTripDetailsDAO.java 52
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FrequentTripDetailsDAO.java 69
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FrequentTripDetailsDAO.java 79
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FrequentTripDetailsDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FuelCalibrationDAO.java 49
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FuelCalibrationDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FuelCalibrationDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FuelCalibrationDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofenceDAO.java 68
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofenceDAO.java 89
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofenceDAO.java 99
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofenceDAO.java 102
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeovehicleMapDAO.java 76
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeovehicleMapDAO.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeovehicleMapDAO.java 103
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeovehicleMapDAO.java 106
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeovehicleMapDAO.java 122
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeovehicleMapDAO.java 166
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeovehicleMapDAO.java 167
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeovehicleMapDAO.java 208
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupDAO.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupDAO.java 91
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsOrgsDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsOrgsDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsOrgsDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsOrgsDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsPermissionsDAO.java 51
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsPermissionsDAO.java 68
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsPermissionsDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsPermissionsDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsRolesDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsRolesDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsRolesDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsRolesDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsUsergroupsDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsUsergroupsDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsUsergroupsDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GroupsUsergroupsDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium HolidaysDAO.java 45
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium HolidaysDAO.java 58
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium HolidaysDAO.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium HolidaysDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium IgfolderDAO.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium IgfolderDAO.java 74
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium IgfolderDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium IgfolderDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium IgimageDAO.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium IgimageDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium IgimageDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium IgimageDAO.java 91
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ImageDAO.java 55
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ImageDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ImageDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ImageDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium InboxDAO.java 55
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium InboxDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium InboxDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium InboxDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleDAO.java 73
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleDAO.java 100
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleDAO.java 103
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleimageDAO.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleimageDAO.java 74
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleimageDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleimageDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleresourceDAO.java 52
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleresourceDAO.java 69
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleresourceDAO.java 79
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalarticleresourceDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalcontentsearchDAO.java 56
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalcontentsearchDAO.java 73
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalcontentsearchDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalcontentsearchDAO.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalfeedDAO.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalfeedDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalfeedDAO.java 97
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalfeedDAO.java 100
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalstructureDAO.java 60
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalstructureDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalstructureDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournalstructureDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournaltemplateDAO.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournaltemplateDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournaltemplateDAO.java 92
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium JournaltemplateDAO.java 95
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LayoutDAO.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LayoutDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LayoutDAO.java 97
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LayoutDAO.java 100
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LayoutsetDAO.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LayoutsetDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LayoutsetDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LayoutsetDAO.java 91
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ListtypeDAO.java 51
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ListtypeDAO.java 68
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ListtypeDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ListtypeDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LocationDAO.java 44
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LocationDAO.java 60
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LocationDAO.java 89
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LocationDAO.java 98
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LocationDAO.java 103
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LocationDAO.java 109
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LocationDAO.java 126
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LocationDAO.java 130
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LoginDAO.java 29
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LoginDAO.java 59
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LoginDAO.java 66
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LoginDAO.java 68
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbbanDAO.java 55
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbbanDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbbanDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbbanDAO.java 85
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbcategoryDAO.java 60
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbcategoryDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbcategoryDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbcategoryDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbdiscussionDAO.java 52
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbdiscussionDAO.java 69
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbdiscussionDAO.java 79
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbdiscussionDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmailinglistDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmailinglistDAO.java 89
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmailinglistDAO.java 99
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmailinglistDAO.java 102
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmessageDAO.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmessageDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmessageDAO.java 92
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmessageDAO.java 95
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmessageflagDAO.java 54
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmessageflagDAO.java 71
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmessageflagDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbmessageflagDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbstatsuserDAO.java 53
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbstatsuserDAO.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbstatsuserDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbstatsuserDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbthreadDAO.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbthreadDAO.java 74
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbthreadDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MbthreadDAO.java 87
 
Violation Recommendation Severity Resource Line
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium AccountsId.java 55
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium AccountsId.java 59
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium AutoPkSupportId.java 55
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium AutoPkSupportId.java 59
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium FrequentTravellerDetailsId.java 56
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium FrequentTravellerDetailsId.java 61
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium FrequentTripDetailsId.java 55
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium FrequentTripDetailsId.java 59
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium GroupsOrgsId.java 55
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium GroupsOrgsId.java 59
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium GroupsPermissionsId.java 55
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium GroupsPermissionsId.java 59
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium GroupsRolesId.java 55
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium GroupsRolesId.java 59
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium GroupsUsergroupsId.java 55
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium GroupsUsergroupsId.java 59
 
Violation Recommendation Severity Resource Line
Invalid class name: "eventDTO" starts with lowercase letters Rename the class from "eventDTO" to "EventDTO". Medium eventDTO.java 6
 
Violation Recommendation Severity Resource Line
Invalid constant name: "ALLOWED_TIME_FOR_PKTS_OF_SPEED_0" ends with digits Rename the field from "ALLOWED_TIME_FOR_PKTS_OF_SPEED_0" to "ALLOWED_TIME_FOR_PKTS_OF_SPEED_". Medium DeviationHelper.java 38
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AccountDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AccountsDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AddressDAO.java 24
Invalid constant name: "STREET1" ends with digits Rename the field from "STREET1" to "STREET". Medium AddressDAO.java 31
Invalid constant name: "STREET2" ends with digits Rename the field from "STREET2" to "STREET". Medium AddressDAO.java 32
Invalid constant name: "STREET3" ends with digits Rename the field from "STREET3" to "STREET". Medium AddressDAO.java 33
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AnnouncementsdeliveryDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AnnouncementsentryDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AnnouncementsflagDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AutoPkSupportDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BlogsentryDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BlogsstatsuserDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BookmarksentryDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BookmarksfolderDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BrowsertrackerDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CaleventDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CharityBarometerDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ChatEntryDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ChatStatusDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ClassnameDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CompanyDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ContactDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CounterDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CountryDAO.java 23
Invalid constant name: "A2" ends with digits Rename the field from "A2" to "A". Medium CountryDAO.java 26
Invalid constant name: "A3" ends with digits Rename the field from "A3" to "A". Medium CountryDAO.java 27
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CyrususerDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CyrusvirtualDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DeviceDAO.java 26
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DlfileentryDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DlfilerankDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DlfileshortcutDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DlfileversionDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DlfolderDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium EmailaddressDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium EventNotificationDAO.java 25
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpandocolumnDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpandorowDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpandotableDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpandovalueDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium FeedbackDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium FenceHistoryDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium FenceReportDAO.java 37
Invalid constant name: "Geofence" contains lowercase letters Rename the field from "Geofence" to "GEOFENCE". Medium FenceReportDAO.java 39
Invalid constant name: "Vehicle" contains lowercase letters Rename the field from "Vehicle" to "VEHICLE". Medium FenceReportDAO.java 40
Invalid constant name: "Date" contains lowercase letters Rename the field from "Date" to "DATE". Medium FenceReportDAO.java 41
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium FrequentTravellerDetailsDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium FrequentTripDetailsDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium FuelCalibrationDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium GeofenceDAO.java 32
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium GeovehicleMapDAO.java 41
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium GroupDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium GroupsOrgsDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium GroupsPermissionsDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium GroupsRolesDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium GroupsUsergroupsDAO.java 23
Invalid constant name: "threadLocal" starts with lowercase letters Rename the field from "threadLocal" to "THREADLOCAL". Medium HibernateSessionFactory.java 35
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium HolidaysDAO.java 14
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium IgfolderDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium IgimageDAO.java 24
Invalid constant name: "CUSTOM1IMAGE_ID" contains digits Rename the field from "CUSTOM1IMAGE_ID" to "CUSTOMIMAGE_ID". Medium IgimageDAO.java 35
Invalid constant name: "CUSTOM2IMAGE_ID" contains digits Rename the field from "CUSTOM2IMAGE_ID" to "CUSTOMIMAGE_ID". Medium IgimageDAO.java 36
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ImageDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium InboxDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium JournalarticleDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium JournalarticleimageDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium JournalarticleresourceDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium JournalcontentsearchDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium JournalfeedDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium JournalstructureDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium JournaltemplateDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium LayoutDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium LayoutsetDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ListtypeDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium LmuSenderMappingDAO.java 11
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium LocationDAO.java 19
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium LoginDAO.java 21
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium MbbanDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium MbcategoryDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium MbdiscussionDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium MbmailinglistDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium MbmessageDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium MbmessageflagDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium MbstatsuserDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium MbthreadDAO.java 24
 
Violation Recommendation Severity Resource Line
Invalid exception parameter name: "exp" Rename the exception parameter. Medium BaseHibernateDAO.java 45
Invalid exception parameter name: "ne" Rename the exception parameter. Medium GeovehicleMapDAO.java 171
 
Violation Recommendation Severity Resource Line
Invalid field name: "InFenceTime" starts with uppercase letters Rename the field from "InFenceTime" to "inFenceTime". Medium DeviceTripDTO.java 35
Invalid field name: "FenceId" starts with uppercase letters Rename the field from "FenceId" to "fenceId". Medium DeviceTripDTO.java 36
Invalid field name: "ReportedTime" starts with uppercase letters Rename the field from "ReportedTime" to "reportedTime". Medium NeighbourVehicleDTO.java 8
Invalid field name: "Speed" starts with uppercase letters Rename the field from "Speed" to "speed". Medium NeighbourVehicleDTO.java 9
Invalid field name: "Lat" starts with uppercase letters Rename the field from "Lat" to "lat". Medium NeighbourVehicleDTO.java 11
Invalid field name: "Lng" starts with uppercase letters Rename the field from "Lng" to "lng". Medium NeighbourVehicleDTO.java 13
Invalid field name: "Event" starts with uppercase letters Rename the field from "Event" to "event". Medium NeighbourVehicleDTO.java 15
Invalid field name: "Distance" starts with uppercase letters Rename the field from "Distance" to "distance". Medium NeighbourVehicleDTO.java 16
Invalid field name: "TripStatus" starts with uppercase letters Rename the field from "TripStatus" to "tripStatus". Medium NeighbourVehicleDTO.java 17
Invalid field name: "Location" starts with uppercase letters Rename the field from "Location" to "location". Medium NeighbourVehicleDTO.java 18
Invalid field name: "RegNo" starts with uppercase letters Rename the field from "RegNo" to "regNo". Medium VehicleInfoDTO.java 29
Invalid field name: "Location" starts with uppercase letters Rename the field from "Location" to "location". Medium VehicleInfoDTO.java 30
Invalid field name: "Speed" starts with uppercase letters Rename the field from "Speed" to "speed". Medium VehicleInfoDTO.java 31
Invalid field name: "Color" starts with uppercase letters Rename the field from "Color" to "color". Medium VehicleInfoDTO.java 32
Invalid field name: "TankCpty" starts with uppercase letters Rename the field from "TankCpty" to "tankCpty". Medium VehicleInfoDTO.java 39
Invalid field name: "FuelVolt" starts with uppercase letters Rename the field from "FuelVolt" to "fuelVolt". Medium VehicleInfoDTO.java 40
Invalid field name: "Idletime" starts with uppercase letters Rename the field from "Idletime" to "idletime". Medium VehicleInfoDTO.java 41
Invalid field name: "Fenceduration" starts with uppercase letters Rename the field from "Fenceduration" to "fenceduration". Medium VehicleInfoDTO.java 43
Invalid field name: "Alertid" starts with uppercase letters Rename the field from "Alertid" to "alertid". Medium EventNotification.java 14
Invalid field name: "Orgid" starts with uppercase letters Rename the field from "Orgid" to "orgid". Medium EventNotification.java 15
Invalid field name: "StartTime" starts with uppercase letters Rename the field from "StartTime" to "startTime". Medium EventNotification.java 19
Invalid field name: "EndTime" starts with uppercase letters Rename the field from "EndTime" to "endTime". Medium EventNotification.java 20
Invalid field name: "Distance" starts with uppercase letters Rename the field from "Distance" to "distance". Medium FenceReport.java 30
Invalid field name: "Id" starts with uppercase letters Rename the field from "Id" to "id". Medium FuelCalibration.java 15
Invalid field name: "FuelVolt" starts with uppercase letters Rename the field from "FuelVolt" to "fuelVolt". Medium FuelCalibration.java 18
Invalid field name: "SeqFenceAM" starts with uppercase letters Rename the field from "SeqFenceAM" to "seqFenceAM". Medium Geofence.java 31
Invalid field name: "SeqFencePM" starts with uppercase letters Rename the field from "SeqFencePM" to "seqFencePM". Medium Geofence.java 32
Invalid field name: "StopTimeAM" starts with uppercase letters Rename the field from "StopTimeAM" to "stopTimeAM". Medium Geofence.java 33
Invalid field name: "StopTimePM" starts with uppercase letters Rename the field from "StopTimePM" to "stopTimePM". Medium Geofence.java 34
Invalid field name: "InFenceTime" starts with uppercase letters Rename the field from "InFenceTime" to "inFenceTime". Medium GeovehicleMap.java 29
 
Violation Recommendation Severity Resource Line
Invalid local variable name: "Index" starts with uppercase letters Rename the variable. Medium FenceSequencing.java 165
Invalid local variable name: "ReportSummaryList" starts with uppercase letters Rename the variable. Medium ReportSummaryDAO.java 16
Invalid local variable name: "ReportSummaryList" starts with uppercase letters Rename the variable. Medium ReportSummaryDAO.java 31
Invalid local variable name: "ParamStart" starts with uppercase letters Rename the variable. Medium TripProcessDAO.java 74
Invalid local variable name: "ParamEnd" starts with uppercase letters Rename the variable. Medium TripProcessDAO.java 74
Invalid local variable name: "GeoVehicle" starts with uppercase letters Rename the variable. Medium VehicleProcessDAO.java 78
Invalid local variable name: "GeoVehicle" starts with uppercase letters Rename the variable. Medium VehicleProcessDAO.java 100
Invalid local variable name: "SendTo" starts with uppercase letters Rename the variable. Medium EventNotificationDAO.java 28
 
Violation Recommendation Severity Resource Line
Invalid method name: "Add" starts with uppercase letters Rename the method from "Add" to "add". Medium HolidayProcessDAO.java 39
Invalid method name: "CheckLogin" starts with uppercase letters Rename the method from "CheckLogin" to "checkLogin". Medium LoginProcessDAO.java 33
Invalid method name: "PhoneCheckLogin" starts with uppercase letters Rename the method from "PhoneCheckLogin" to "phoneCheckLogin". Medium LoginProcessDAO.java 49
Invalid method name: "FetchReportSummary" starts with uppercase letters Rename the method from "FetchReportSummary" to "fetchReportSummary". Medium ReportSummaryDAO.java 14
Invalid method name: "FetchReportSummaryForAll" starts with uppercase letters Rename the method from "FetchReportSummaryForAll" to "fetchReportSummaryForAll". Medium ReportSummaryDAO.java 29
Invalid method name: "ParamStartEndDate" starts with uppercase letters Rename the method from "ParamStartEndDate" to "paramStartEndDate". Medium TripProcessDAO.java 66
Invalid method name: "GetInFenceTime" starts with uppercase letters Rename the method from "GetInFenceTime" to "getInFenceTime". Medium VehicleProcessDAO.java 98
Invalid method name: "LoginCheck" starts with uppercase letters Rename the method from "LoginCheck" to "loginCheck". Medium LoginDAO.java 23
Invalid method name: "PhoneLoginCheck" starts with uppercase letters Rename the method from "PhoneLoginCheck" to "phoneLoginCheck". Medium LoginDAO.java 51
 
Violation Recommendation Severity Resource Line
Invalid field name: "dbManger" starts with lowercase letters Rename the field from "dbManger" to "DbManger". Medium FuelDataHelp.java 18
Invalid field name: "connection" starts with lowercase letters Rename the field from "connection" to "Connection". Medium FuelDataHelp.java 19
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium FuelDataHelp.java 20
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium JSONConverter.java 12
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium FenceSequencing.java 18
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium FenceUsersDAO.java 14
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium FencingDAO.java 60
Invalid field name: "sessionvalue" starts with lowercase letters Rename the field from "sessionvalue" to "Sessionvalue". Medium FencingDAO.java 64
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium GeofencingDAO.java 50
Invalid field name: "format1" starts with lowercase letters Rename the field from "format1" to "Format1". Medium GeofencingDAO.java 51
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium HolidayProcessDAO.java 34
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LocationProcessDAO.java 28
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LoginProcessDAO.java 31
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium OrganizationMessageDAO.java 22
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium ReferenceDAO.java 24
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium ReportSummaryDAO.java 11
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium TraversalDAO.java 30
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium TripProcessDAO.java 64
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium VehicleFenceMapDAO.java 23
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium VehicleProcessDAO.java 51
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium VehicleUserGeofenceDAO.java 29
Invalid field name: "file" starts with lowercase letters Rename the field from "file" to "File". Medium ConnectionHelper.java 19
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium ConnectionHelper.java 20
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium DBManager.java 19
Invalid field name: "hsqlServer" starts with lowercase letters Rename the field from "hsqlServer" to "HsqlServer". Medium DBManager.java 20
Invalid field name: "dbHelper" starts with lowercase letters Rename the field from "dbHelper" to "DbHelper". Medium DBManager.java 22
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium DeviationHelper.java 43
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium FuelAlertManager.java 12
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium BaseHibernateDAO.java 22
Invalid field name: "ds" starts with lowercase letters Rename the field from "ds" to "Ds". Medium BaseHibernateDAO.java 23
Invalid field name: "configuration" starts with lowercase letters Rename the field from "configuration" to "Configuration". Medium HibernateSessionFactory.java 36
Invalid field name: "sessionFactory" starts with lowercase letters Rename the field from "sessionFactory" to "SessionFactory". Medium HibernateSessionFactory.java 37
Invalid field name: "configFile" starts with lowercase letters Rename the field from "configFile" to "ConfigFile". Medium HibernateSessionFactory.java 38
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium HibernateSessionFactory.java 39
 
Violation Recommendation Severity Resource Line
Use of synchronized modifier Use a synchronized statement rather than the synchronized modifier. Medium LoginDAO.java 78
 
Violation Recommendation Severity Resource Line
Invalid name "is" for type java.io.InputStream Rename the variable to one of the approved names. Medium ConnectionHelper.java 130
 
Violation Recommendation Severity Resource Line
Specify schema version Add a version number to the schema definition. Medium PolygonRegion.wsdl 4
Specify schema version Add a version number to the schema definition. Medium PolygonRegionSOAP.wsdl 4
 
Violation Recommendation Severity Resource Line
Invalid service name: PolygonRegion Rename the service to conform to the naming convention. Medium PolygonRegion.wsdl 180
Invalid service name: PolygonRegion Rename the service to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 220
 
Violation Recommendation Severity Resource Line
Invalid service operation name: PointInPolygon Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 102
Invalid service operation name: WhetherInterested Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 106
Invalid service operation name: MobileAlertMessage Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 110
Invalid service operation name: RfidAlert Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 114
Invalid service operation name: PointInPolygon Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 123
Invalid service operation name: WhetherInterested Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 138
Invalid service operation name: MobileAlertMessage Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 152
Invalid service operation name: RfidAlert Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 166
Invalid service operation name: PointInPolygon Rename the service operation to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 139
Invalid service operation name: WhetherInterested Rename the service operation to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 143
Invalid service operation name: MobileAlertMessage Rename the service operation to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 147
Invalid service operation name: PointInPolygon Rename the service operation to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 163
Invalid service operation name: WhetherInterested Rename the service operation to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 175
Invalid service operation name: MobileAlertMessage Rename the service operation to conform to the naming convention. Medium PolygonRegionSOAP.wsdl 186
 
Violation
 
Violation Recommendation Severity Resource Line
Missing file comment Add the missing file comment. Low BusInfoPOJO.java 1
Missing file comment Add the missing file comment. Low DataManager.java 1
Missing file comment Add the missing file comment. Low FuelDataHelp.java 1
Missing file comment Add the missing file comment. Low JSONConverter.java 1
Missing file comment Add the missing file comment. Low FenceSequencing.java 1
Missing file comment Add the missing file comment. Low FenceUsersDAO.java 1
Missing file comment Add the missing file comment. Low GeofencingDAO.java 1
Missing file comment Add the missing file comment. Low GoogleReqCountDAO.java 1
Missing file comment Add the missing file comment. Low HolidayProcessDAO.java 1
Missing file comment Add the missing file comment. Low LocationProcessDAO.java 1
Missing file comment Add the missing file comment. Low LoginProcessDAO.java 1
Missing file comment Add the missing file comment. Low OrganizationMessageDAO.java 1
Missing file comment Add the missing file comment. Low ReferenceDAO.java 1
Missing file comment Add the missing file comment. Low ReportSummaryDAO.java 1
Missing file comment Add the missing file comment. Low TraversalDAO.java 1
Missing file comment Add the missing file comment. Low TraversalReferenceDAO.java 1
Missing file comment Add the missing file comment. Low VehicleFenceMapDAO.java 1
Missing file comment Add the missing file comment. Low VehicleUserGeofenceDAO.java 1
Missing file comment Add the missing file comment. Low ACParamsDTO.java 1
Missing file comment Add the missing file comment. Low DistParamsDTO.java 1
Missing file comment Add the missing file comment. Low eventDTO.java 1
Missing file comment Add the missing file comment. Low FrequentTripDTO.java 1
Missing file comment Add the missing file comment. Low NeighbourVehicleDTO.java 1
Missing file comment Add the missing file comment. Low Packet.java 1
Missing file comment Add the missing file comment. Low RFIDInfoHistoryDTO.java 1
Missing file comment Add the missing file comment. Low TripByVehicleDTO.java 1
Missing file comment Add the missing file comment. Low TripDistanceDTO.java 1
Missing file comment Add the missing file comment. Low ExceptionHandler.java 1
Missing file comment Add the missing file comment. Low GLatLng.java 1
Missing file comment Add the missing file comment. Low ConnectionHelper.java 1
Missing file comment Add the missing file comment. Low DeviationHelper.java 1
Missing file comment Add the missing file comment. Low DistanceHelper.java 1
Missing file comment Add the missing file comment. Low FuelAlertManager.java 1
Missing file comment Add the missing file comment. Low Account.java 1
Missing file comment Add the missing file comment. Low AccountDAO.java 1
Missing file comment Add the missing file comment. Low Accounts.java 1
Missing file comment Add the missing file comment. Low AccountsDAO.java 1
Missing file comment Add the missing file comment. Low AccountsId.java 1
Missing file comment Add the missing file comment. Low Address.java 1
Missing file comment Add the missing file comment. Low AddressDAO.java 1
Missing file comment Add the missing file comment. Low Announcementsdelivery.java 1
Missing file comment Add the missing file comment. Low AnnouncementsdeliveryDAO.java 1
Missing file comment Add the missing file comment. Low Announcementsentry.java 1
Missing file comment Add the missing file comment. Low AnnouncementsentryDAO.java 1
Missing file comment Add the missing file comment. Low Announcementsflag.java 1
Missing file comment Add the missing file comment. Low AnnouncementsflagDAO.java 1
Missing file comment Add the missing file comment. Low AutoPkSupport.java 1
Missing file comment Add the missing file comment. Low AutoPkSupportDAO.java 1
Missing file comment Add the missing file comment. Low AutoPkSupportId.java 1
Missing file comment Add the missing file comment. Low BaseHibernateDAO.java 1
Missing file comment Add the missing file comment. Low Blogsentry.java 1
Missing file comment Add the missing file comment. Low BlogsentryDAO.java 1
Missing file comment Add the missing file comment. Low Blogsstatsuser.java 1
Missing file comment Add the missing file comment. Low BlogsstatsuserDAO.java 1
Missing file comment Add the missing file comment. Low Bookmarksentry.java 1
Missing file comment Add the missing file comment. Low BookmarksentryDAO.java 1
Missing file comment Add the missing file comment. Low Bookmarksfolder.java 1
Missing file comment Add the missing file comment. Low BookmarksfolderDAO.java 1
Missing file comment Add the missing file comment. Low Browsertracker.java 1
Missing file comment Add the missing file comment. Low BrowsertrackerDAO.java 1
Missing file comment Add the missing file comment. Low Calevent.java 1
Missing file comment Add the missing file comment. Low CaleventDAO.java 1
Missing file comment Add the missing file comment. Low CharityBarometer.java 1
Missing file comment Add the missing file comment. Low CharityBarometerDAO.java 1
Missing file comment Add the missing file comment. Low ChatEntry.java 1
Missing file comment Add the missing file comment. Low ChatEntryDAO.java 1
Missing file comment Add the missing file comment. Low ChatStatus.java 1
Missing file comment Add the missing file comment. Low ChatStatusDAO.java 1
Missing file comment Add the missing file comment. Low Classname.java 1
Missing file comment Add the missing file comment. Low ClassnameDAO.java 1
Missing file comment Add the missing file comment. Low Company.java 1
Missing file comment Add the missing file comment. Low CompanyDAO.java 1
Missing file comment Add the missing file comment. Low Contact.java 1
Missing file comment Add the missing file comment. Low ContactDAO.java 1
Missing file comment Add the missing file comment. Low Counter.java 1
Missing file comment Add the missing file comment. Low CounterDAO.java 1
Missing file comment Add the missing file comment. Low Country.java 1
Missing file comment Add the missing file comment. Low CountryDAO.java 1
Missing file comment Add the missing file comment. Low Cyrususer.java 1
Missing file comment Add the missing file comment. Low CyrususerDAO.java 1
Missing file comment Add the missing file comment. Low Cyrusvirtual.java 1
Missing file comment Add the missing file comment. Low CyrusvirtualDAO.java 1
Missing file comment Add the missing file comment. Low Device.java 1
Missing file comment Add the missing file comment. Low DeviceDAO.java 1
Missing file comment Add the missing file comment. Low Dlfileentry.java 1
Missing file comment Add the missing file comment. Low DlfileentryDAO.java 1
Missing file comment Add the missing file comment. Low Dlfilerank.java 1
Missing file comment Add the missing file comment. Low DlfilerankDAO.java 1
Missing file comment Add the missing file comment. Low Dlfileshortcut.java 1
Missing file comment Add the missing file comment. Low DlfileshortcutDAO.java 1
Missing file comment Add the missing file comment. Low Dlfileversion.java 1
Missing file comment Add the missing file comment. Low DlfileversionDAO.java 1
Missing file comment Add the missing file comment. Low Dlfolder.java 1
Missing file comment Add the missing file comment. Low DlfolderDAO.java 1
Missing file comment Add the missing file comment. Low Emailaddress.java 1
Missing file comment Add the missing file comment. Low EmailaddressDAO.java 1
Missing file comment Add the missing file comment. Low EventNotification.java 1
Missing file comment Add the missing file comment. Low EventNotificationDAO.java 1
Missing file comment Add the missing file comment. Low Expandocolumn.java 1
Missing file comment Add the missing file comment. Low ExpandocolumnDAO.java 1
Missing file comment Add the missing file comment. Low Expandorow.java 1
Missing file comment Add the missing file comment. Low ExpandorowDAO.java 1
Missing file comment Add the missing file comment. Low Expandotable.java 1
Missing file comment Add the missing file comment. Low ExpandotableDAO.java 1
Missing file comment Add the missing file comment. Low Expandovalue.java 1
Missing file comment Add the missing file comment. Low ExpandovalueDAO.java 1
Missing file comment Add the missing file comment. Low Feedback.java 1
Missing file comment Add the missing file comment. Low FeedbackDAO.java 1
Missing file comment Add the missing file comment. Low FenceHistory.java 1
Missing file comment Add the missing file comment. Low FenceHistoryDAO.java 1
Missing file comment Add the missing file comment. Low FenceReport.java 1
Missing file comment Add the missing file comment. Low FenceReportDAO.java 1
Missing file comment Add the missing file comment. Low FrequentTravellerDetails.java 1
Missing file comment Add the missing file comment. Low FrequentTravellerDetailsDAO.java 1
Missing file comment Add the missing file comment. Low FrequentTravellerDetailsId.java 1
Missing file comment Add the missing file comment. Low FrequentTripDetails.java 1
Missing file comment Add the missing file comment. Low FrequentTripDetailsDAO.java 1
Missing file comment Add the missing file comment. Low FrequentTripDetailsId.java 1
Missing file comment Add the missing file comment. Low FuelCalibration.java 1
Missing file comment Add the missing file comment. Low FuelCalibrationDAO.java 1
Missing file comment Add the missing file comment. Low Geofence.java 1
Missing file comment Add the missing file comment. Low GoogleReqCount.java 1
Missing file comment Add the missing file comment. Low Group.java 1
Missing file comment Add the missing file comment. Low GroupDAO.java 1
Missing file comment Add the missing file comment. Low GroupsOrgs.java 1
Missing file comment Add the missing file comment. Low GroupsOrgsDAO.java 1
Missing file comment Add the missing file comment. Low GroupsOrgsId.java 1
Missing file comment Add the missing file comment. Low GroupsPermissions.java 1
Missing file comment Add the missing file comment. Low GroupsPermissionsDAO.java 1
Missing file comment Add the missing file comment. Low GroupsPermissionsId.java 1
Missing file comment Add the missing file comment. Low GroupsRoles.java 1
Missing file comment Add the missing file comment. Low GroupsRolesDAO.java 1
Missing file comment Add the missing file comment. Low GroupsRolesId.java 1
Missing file comment Add the missing file comment. Low GroupsUsergroups.java 1
Missing file comment Add the missing file comment. Low GroupsUsergroupsDAO.java 1
Missing file comment Add the missing file comment. Low GroupsUsergroupsId.java 1
Missing file comment Add the missing file comment. Low Holidays.java 1
Missing file comment Add the missing file comment. Low HolidaysDAO.java 1
Missing file comment Add the missing file comment. Low IBaseHibernateDAO.java 1
Missing file comment Add the missing file comment. Low Igfolder.java 1
Missing file comment Add the missing file comment. Low IgfolderDAO.java 1
Missing file comment Add the missing file comment. Low Igimage.java 1
Missing file comment Add the missing file comment. Low IgimageDAO.java 1
Missing file comment Add the missing file comment. Low Image.java 1
Missing file comment Add the missing file comment. Low ImageDAO.java 1
Missing file comment Add the missing file comment. Low Inbox.java 1
Missing file comment Add the missing file comment. Low InboxDAO.java 1
Missing file comment Add the missing file comment. Low Journalarticle.java 1
Missing file comment Add the missing file comment. Low JournalarticleDAO.java 1
Missing file comment Add the missing file comment. Low Journalarticleimage.java 1
Missing file comment Add the missing file comment. Low JournalarticleimageDAO.java 1
Missing file comment Add the missing file comment. Low Journalarticleresource.java 1
Missing file comment Add the missing file comment. Low JournalarticleresourceDAO.java 1
Missing file comment Add the missing file comment. Low Journalcontentsearch.java 1
Missing file comment Add the missing file comment. Low JournalcontentsearchDAO.java 1
Missing file comment Add the missing file comment. Low Journalfeed.java 1
Missing file comment Add the missing file comment. Low JournalfeedDAO.java 1
Missing file comment Add the missing file comment. Low Journalstructure.java 1
Missing file comment Add the missing file comment. Low JournalstructureDAO.java 1
Missing file comment Add the missing file comment. Low Journaltemplate.java 1
Missing file comment Add the missing file comment. Low JournaltemplateDAO.java 1
Missing file comment Add the missing file comment. Low Layout.java 1
Missing file comment Add the missing file comment. Low LayoutDAO.java 1
Missing file comment Add the missing file comment. Low Layoutset.java 1
Missing file comment Add the missing file comment. Low LayoutsetDAO.java 1
Missing file comment Add the missing file comment. Low Listtype.java 1
Missing file comment Add the missing file comment. Low ListtypeDAO.java 1
Missing file comment Add the missing file comment. Low LmuSenderMapping.java 1
Missing file comment Add the missing file comment. Low LmuSenderMappingDAO.java 1
Missing file comment Add the missing file comment. Low Location.java 1
Missing file comment Add the missing file comment. Low LocationDAO.java 1
Missing file comment Add the missing file comment. Low LoginDAO.java 1
Missing file comment Add the missing file comment. Low Mbban.java 1
Missing file comment Add the missing file comment. Low MbbanDAO.java 1
Missing file comment Add the missing file comment. Low Mbcategory.java 1
Missing file comment Add the missing file comment. Low MbcategoryDAO.java 1
Missing file comment Add the missing file comment. Low Mbdiscussion.java 1
Missing file comment Add the missing file comment. Low MbdiscussionDAO.java 1
Missing file comment Add the missing file comment. Low Mbmailinglist.java 1
Missing file comment Add the missing file comment. Low MbmailinglistDAO.java 1
Missing file comment Add the missing file comment. Low Mbmessage.java 1
Missing file comment Add the missing file comment. Low MbmessageDAO.java 1
Missing file comment Add the missing file comment. Low Mbmessageflag.java 1
Missing file comment Add the missing file comment. Low MbmessageflagDAO.java 1
Missing file comment Add the missing file comment. Low Mbstatsuser.java 1
Missing file comment Add the missing file comment. Low MbstatsuserDAO.java 1
Missing file comment Add the missing file comment. Low Mbthread.java 1
Missing file comment Add the missing file comment. Low MbthreadDAO.java 1
Missing file comment Add the missing file comment. Low Membershiprequest.java 1
 
Violation Recommendation Severity Resource Line
The package "com.gps.automation" does not contain a "package.html" file Add the missing "package.html" file. Low BusInfoPOJO.java 1
The package "com.gps.dao" does not contain a "package.html" file Add the missing "package.html" file. Low FenceSequencing.java 1
The package "com.gps.dto" does not contain a "package.html" file Add the missing "package.html" file. Low ACParamsDTO.java 1
The package "com.gps.exception" does not contain a "package.html" file Add the missing "package.html" file. Low ExceptionHandler.java 1
The package "com.gps.form" does not contain a "package.html" file Add the missing "package.html" file. Low GLatLng.java 1
The package "com.gps.helper" does not contain a "package.html" file Add the missing "package.html" file. Low ConnectionHelper.java 1
The package "com.gps.hibernate" does not contain a "package.html" file Add the missing "package.html" file. Low Account.java 1
 
Violation Recommendation Severity Resource Line
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BusInfoPOJO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BusInfoPOJO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BusInfoPOJO.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BusInfoPOJO.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BusInfoPOJO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 81
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 84
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 178
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 301
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 334
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 403
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 484
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 637
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 741
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 1,135
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 1,220
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 1,338
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 1,492
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 1,606
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 1,675
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 1,804
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DataOrganizer.java 1,958
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDataHelp.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDataHelp.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JSONConverter.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JSONConverter.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JSONConverter.java 36
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low JSONConverter.java 44
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low JSONConverter.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceSequencing.java 19
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceSequencing.java 27
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceSequencing.java 50
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceSequencing.java 110
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceUsersDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 101
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FencingDAO.java 125
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 130
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FencingDAO.java 156
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 163
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 194
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 248
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 329
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 413
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 445
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 477
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 512
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 549
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 669
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 704
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 770
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 826
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,140
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,250
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,341
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,443
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,544
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,612
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,636
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,706
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,845
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FencingDAO.java 1,894
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 78
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 139
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 169
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 223
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 301
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 332
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 363
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 387
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 411
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 475
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 509
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 580
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 603
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 646
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 735
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 765
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 797
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 852
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 878
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 901
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GoogleReqCountDAO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayProcessDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayProcessDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayProcessDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayProcessDAO.java 127
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LocationProcessDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LocationProcessDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LocationProcessDAO.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LocationProcessDAO.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LoginProcessDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LoginProcessDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LoginProcessDAO.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low OrganizationMessageDAO.java 23
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ReferenceDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalDAO.java 31
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TraversalDAO.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalDAO.java 173
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 92
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 95
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TraversalReferenceDAO.java 121
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripProcessDAO.java 99
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripProcessDAO.java 310
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripProcessDAO.java 691
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripProcessDAO.java 715
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripProcessDAO.java 918
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripProcessDAO.java 1,033
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripProcessDAO.java 1,161
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripProcessDAO.java 1,188
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripProcessDAO.java 1,268
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripProcessDAO.java 1,370
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleFenceMapDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleFenceMapDAO.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 112
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 195
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 233
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 367
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 394
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 414
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 434
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleUserGeofenceDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleUserGeofenceDAO.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleUserGeofenceDAO.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleUserGeofenceDAO.java 112
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleUserGeofenceDAO.java 127
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ACParamsDTO.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 117
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 130
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 175
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 181
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 187
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 193
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 199
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 205
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 211
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 84
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 92
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 108
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 114
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 120
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 126
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 138
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 144
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 150
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 156
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 169
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low eventDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low eventDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low eventDTO.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low eventDTO.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low eventDTO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 6
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 7
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 84
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low NeighbourVehicleDTO.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 145
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 148
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 151
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 157
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 163
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 166
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 169
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 172
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 175
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 178
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 181
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 184
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 187
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 190
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 193
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 196
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 201
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 167
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 106
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 112
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 118
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleInfoDTO.java 130
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExceptionHandler.java 6
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GLatLng.java 6
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConnectionHelper.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConnectionHelper.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConnectionHelper.java 80
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ConnectionHelper.java 93
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ConnectionHelper.java 119
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConnectionHelper.java 123
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConnectionHelper.java 153
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConnectionHelper.java 195
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 177
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 216
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviationHelper.java 399
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelAlertManager.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Accounts.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Accounts.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountsDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountsId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountsId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountsId.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsflagDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsflagDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsflagDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupport.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupport.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupportDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupportId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupportId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupportId.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BaseHibernateDAO.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BaseHibernateDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Browsertracker.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Browsertracker.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Browsertracker.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Browsertracker.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BrowsertrackerDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BrowsertrackerDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CharityBarometer.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CharityBarometer.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CharityBarometer.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CharityBarometer.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CharityBarometer.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CharityBarometerDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CharityBarometerDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntry.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntry.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntry.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntry.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntry.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntry.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntryDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntryDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatEntryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatus.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatus.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatus.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatus.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatus.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatus.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatus.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatus.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatus.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatusDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatusDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatusDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatusDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatusDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatusDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ChatStatusDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Classname.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Classname.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Classname.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ClassnameDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Company.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CompanyDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CompanyDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CompanyDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CompanyDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CompanyDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CompanyDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CompanyDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CompanyDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Contact.java 98
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ContactDAO.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Counter.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Counter.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Counter.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CounterDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Country.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Country.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Country.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Country.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Country.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Country.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Country.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Country.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CountryDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CountryDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CountryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CountryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CountryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CountryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Cyrususer.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Cyrususer.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Cyrususer.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CyrususerDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Cyrusvirtual.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Cyrusvirtual.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Cyrusvirtual.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CyrusvirtualDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileentry.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileentryDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfilerank.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfilerank.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfilerank.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfilerank.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfilerank.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfilerank.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfilerank.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfilerank.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfilerankDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfilerankDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfilerankDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfilerankDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfilerankDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileshortcut.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileshortcutDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileshortcutDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileshortcutDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileshortcutDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileshortcutDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileshortcutDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileshortcutDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileshortcutDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfileversion.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileversionDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileversionDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileversionDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileversionDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileversionDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileversionDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileversionDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfileversionDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Dlfolder.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfolderDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfolderDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfolderDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfolderDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfolderDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfolderDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfolderDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DlfolderDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Emailaddress.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EmailaddressDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EmailaddressDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EmailaddressDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EmailaddressDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EmailaddressDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EmailaddressDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EmailaddressDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EmailaddressDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotification.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low EventNotificationDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandocolumn.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandocolumn.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandocolumn.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandocolumn.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandocolumn.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandocolumn.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandocolumn.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandocolumn.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandocolumnDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandocolumnDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandocolumnDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandocolumnDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandocolumnDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandocolumnDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandorow.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandorow.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandorow.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandorow.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandorow.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandorowDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandorowDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandorowDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandotable.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandotable.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandotable.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandotable.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandotable.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandotableDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandotableDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandotableDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandovalue.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandovalue.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandovalue.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandovalue.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandovalue.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandovalue.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandovalue.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandovalue.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Expandovalue.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandovalueDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandovalueDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandovalueDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandovalueDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandovalueDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandovalueDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpandovalueDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Feedback.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Feedback.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Feedback.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Feedback.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Feedback.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Feedback.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Feedback.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Feedback.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Feedback.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FeedbackDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FeedbackDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FeedbackDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FeedbackDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 74
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 92
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 98
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 104
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistory.java 113
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistoryDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistoryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceHistoryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 115
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 121
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 127
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 133
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 139
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 145
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 151
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 157
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 163
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 169
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 175
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 181
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 187
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 193
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 199
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 205
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 211
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 217
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 223
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 229
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 235
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 241
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 247
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 253
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 259
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 265
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 271
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReport.java 277
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReportDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReportDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceReportDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTravellerDetails.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTravellerDetails.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTravellerDetailsDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTravellerDetailsId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTravellerDetailsId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTravellerDetailsId.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDetails.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDetails.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDetailsDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDetailsId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDetailsId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDetailsId.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelCalibration.java 81
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 67
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 161
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 166
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 173
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 176
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 179
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 182
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 185
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 188
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 191
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 194
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 197
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Geofence.java 203
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMap.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMap.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMap.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMap.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMap.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMap.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMap.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMap.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMapDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMapDAO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMapDAO.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMapDAO.java 116
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMapDAO.java 130
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMapDAO.java 159
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMapDAO.java 181
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeovehicleMapDAO.java 203
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GoogleReqCount.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GoogleReqCount.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GoogleReqCount.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Group.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsOrgs.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsOrgs.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsOrgsDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsOrgsId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsOrgsId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsOrgsId.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsPermissions.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsPermissions.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsPermissionsDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsPermissionsId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsPermissionsId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsPermissionsId.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsRoles.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsRoles.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsRolesDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsRolesId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsRolesId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsRolesId.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsUsergroups.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsUsergroups.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsUsergroupsDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsUsergroupsId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsUsergroupsId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GroupsUsergroupsId.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HibernateSessionFactory.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HibernateSessionFactory.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HibernateSessionFactory.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HibernateSessionFactory.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HibernateSessionFactory.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HibernateSessionFactory.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HibernateSessionFactory.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HibernateSessionFactory.java 136
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Holidays.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidaysDAO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidaysDAO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidaysDAO.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidaysDAO.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidaysDAO.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidaysDAO.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igfolder.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgfolderDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgfolderDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgfolderDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgfolderDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgfolderDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgfolderDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgfolderDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Igimage.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IgimageDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Image.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Image.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Image.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Image.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Image.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Image.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Image.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Image.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ImageDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ImageDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ImageDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ImageDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ImageDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Inbox.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Inbox.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Inbox.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Inbox.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Inbox.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Inbox.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Inbox.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Inbox.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Inbox.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low InboxDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low InboxDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low InboxDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low InboxDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low InboxDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticle.java 98
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleDAO.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleimage.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleimage.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleimage.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleimage.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleimage.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleimage.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleimage.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleimage.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleimage.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleimageDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleimageDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleimageDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleimageDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleimageDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleimageDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleimageDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleresource.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleresource.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleresource.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalarticleresource.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleresourceDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalarticleresourceDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalcontentsearch.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalcontentsearch.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalcontentsearch.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalcontentsearch.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalcontentsearch.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalcontentsearch.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalcontentsearch.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalcontentsearch.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalcontentsearchDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalcontentsearchDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalcontentsearchDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalcontentsearchDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalcontentsearchDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalcontentsearchDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalfeed.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalfeedDAO.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journalstructure.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournalstructureDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Journaltemplate.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JournaltemplateDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layout.java 78
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutDAO.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Layoutset.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LayoutsetDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Listtype.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Listtype.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Listtype.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Listtype.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ListtypeDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ListtypeDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LmuSenderMapping.java 67
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Location.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Location.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Location.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Location.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Location.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LocationDAO.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LocationDAO.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LocationDAO.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LocationDAO.java 72
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low LocationDAO.java 78
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LocationDAO.java 123
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LoginDAO.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbban.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbban.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbban.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbban.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbban.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbban.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbban.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbban.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbban.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbbanDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbbanDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbbanDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbbanDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbbanDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbcategory.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbcategoryDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbdiscussion.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbdiscussion.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbdiscussion.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbdiscussion.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbdiscussion.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbdiscussionDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbdiscussionDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbdiscussionDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmailinglist.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmailinglistDAO.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessage.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessageflag.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessageflag.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessageflag.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessageflag.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessageflag.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessageflag.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbmessageflag.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageflagDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageflagDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageflagDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbmessageflagDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbstatsuser.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbstatsuser.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbstatsuser.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbstatsuser.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbstatsuser.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbstatsuser.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbstatsuserDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbstatsuserDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbstatsuserDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Mbthread.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbthreadDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbthreadDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbthreadDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbthreadDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbthreadDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbthreadDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MbthreadDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Membershiprequest.java 53
 
Violation Recommendation Severity Resource Line
The class StopFenceMapping is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low FenceSequencing.java 127
The class OrganizationMessageVO is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low OrganizationMessageDAO.java 43
The class EventNotification is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low EventNotificationDAO.java 45
 
Violation Recommendation Severity Resource Line
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DataOrganizer.java 14
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 148
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 155
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 156
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 158
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 159
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 160
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 161
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 163
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 165
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 166
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 167
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDataHelp.java 169
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JSONConverter.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceSequencing.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GoogleReqCountDAO.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GoogleReqCountDAO.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GoogleReqCountDAO.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GoogleReqCountDAO.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GoogleReqCountDAO.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GoogleReqCountDAO.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GoogleReqCountDAO.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationProcessDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReferenceDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReferenceDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalDAO.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalDAO.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalDAO.java 194
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalDAO.java 196
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalDAO.java 197
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalReferenceDAO.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TraversalReferenceDAO.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 125
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 155
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 158
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 159
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 160
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 165
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 166
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ACParamsDTO.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceTripDTO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceTripDTO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceTripDTO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceTripDTO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceTripDTO.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceTripDTO.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 7
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 8
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 9
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 10
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 11
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 12
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 13
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 14
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 15
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 16
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low NeighbourVehicleDTO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Packet.java 14
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Packet.java 15
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RFIDInfoHistoryDTO.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripByVehicleDTO.java 305
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDistanceDTO.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDistanceDTO.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDistanceDTO.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDistanceDTO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleInfoDTO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleInfoDTO.java 172
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 163
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 165
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 167
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 168
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 173
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 174
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 176
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConnectionHelper.java 177
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviationHelper.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Account.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Account.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Account.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Account.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountDAO.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AccountsId.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Address.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Address.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Address.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Address.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AddressDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AddressDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AddressDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AddressDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AddressDAO.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AddressDAO.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Announcementsdelivery.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsdeliveryDAO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsdeliveryDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsdeliveryDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsdeliveryDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsdeliveryDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsdeliveryDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsdeliveryDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsdeliveryDAO.java 137
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Announcementsentry.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Announcementsentry.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Announcementsentry.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Announcementsentry.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsentryDAO.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsentryDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsentryDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsentryDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsentryDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsentryDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsentryDAO.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsentryDAO.java 168
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Announcementsflag.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsflagDAO.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsflagDAO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsflagDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsflagDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsflagDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsflagDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsflagDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AnnouncementsflagDAO.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoPkSupportId.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Blogsentry.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Blogsentry.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Blogsentry.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsentryDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsentryDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsentryDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsentryDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsentryDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsentryDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsentryDAO.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Blogsstatsuser.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Blogsstatsuser.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Blogsstatsuser.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsstatsuserDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsstatsuserDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsstatsuserDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsstatsuserDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsstatsuserDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsstatsuserDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BlogsstatsuserDAO.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Bookmarksentry.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Bookmarksentry.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Bookmarksentry.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksentryDAO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksentryDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksentryDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksentryDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksentryDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksentryDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksentryDAO.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Bookmarksfolder.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Bookmarksfolder.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksfolderDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksfolderDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksfolderDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksfolderDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksfolderDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksfolderDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BookmarksfolderDAO.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BrowsertrackerDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BrowsertrackerDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BrowsertrackerDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BrowsertrackerDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BrowsertrackerDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BrowsertrackerDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low BrowsertrackerDAO.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Calevent.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Calevent.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Calevent.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Calevent.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Calevent.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Calevent.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CaleventDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CaleventDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CaleventDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CaleventDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CaleventDAO.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CaleventDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CharityBarometer.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CharityBarometerDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CharityBarometerDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CharityBarometerDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CharityBarometerDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CharityBarometerDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CharityBarometerDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CharityBarometerDAO.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatEntry.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatEntryDAO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatEntryDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatEntryDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatEntryDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatEntryDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatEntryDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatStatus.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatStatus.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatStatusDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatStatusDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatStatusDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatStatusDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatStatusDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatStatusDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ChatStatusDAO.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClassnameDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClassnameDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClassnameDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClassnameDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClassnameDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClassnameDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Company.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Company.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CompanyDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CompanyDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CompanyDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CompanyDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CompanyDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CompanyDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Contact.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Contact.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Contact.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Contact.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Contact.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Contact.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Contact.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Contact.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ContactDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ContactDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ContactDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ContactDAO.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ContactDAO.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ContactDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CounterDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CounterDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CounterDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CounterDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CounterDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CounterDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Country.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CountryDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CountryDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CountryDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CountryDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CountryDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CountryDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrususerDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrususerDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrususerDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrususerDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrususerDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrususerDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrusvirtualDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrusvirtualDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrusvirtualDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrusvirtualDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrusvirtualDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrusvirtualDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CyrusvirtualDAO.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfileentry.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfileentry.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfileentry.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfileentry.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfileentry.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileentryDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileentryDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileentryDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileentryDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileentryDAO.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileentryDAO.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileentryDAO.java 182
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfilerank.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfilerankDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfilerankDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfilerankDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfilerankDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfilerankDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfilerankDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfilerankDAO.java 132
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfileshortcut.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfileshortcut.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileshortcutDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileshortcutDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileshortcutDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileshortcutDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileshortcutDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileshortcutDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileshortcutDAO.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfileversion.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfileversion.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileversionDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileversionDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileversionDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileversionDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileversionDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileversionDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfileversionDAO.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfolder.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfolder.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Dlfolder.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfolderDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfolderDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfolderDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfolderDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfolderDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DlfolderDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Emailaddress.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Emailaddress.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Emailaddress.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low EmailaddressDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low EmailaddressDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low EmailaddressDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low EmailaddressDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low EmailaddressDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low EmailaddressDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low EmailaddressDAO.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Expandocolumn.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandocolumnDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandocolumnDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandocolumnDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandocolumnDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandocolumnDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandocolumnDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandocolumnDAO.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandorowDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandorowDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandorowDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandorowDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandorowDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandorowDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandorowDAO.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Expandotable.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandotableDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandotableDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandotableDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandotableDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandotableDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandotableDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandotableDAO.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Expandovalue.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Expandovalue.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandovalueDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandovalueDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandovalueDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandovalueDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandovalueDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandovalueDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpandovalueDAO.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Feedback.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Feedback.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FeedbackDAO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FeedbackDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FeedbackDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FeedbackDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FeedbackDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FeedbackDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceHistoryDAO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceHistoryDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceHistoryDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceHistoryDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceHistoryDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceHistoryDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceHistoryDAO.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReport.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReport.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReport.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReport.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReport.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReport.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReport.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 200
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 219
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 220
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 221
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 222
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 223
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 224
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 225
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 227
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 229
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 231
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 233
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 234
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 236
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 237
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 238
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 239
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 240
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 242
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 243
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 244
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 245
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 246
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 248
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 281
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 285
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 287
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 291
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 326
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceReportDAO.java 328
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsDAO.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTravellerDetailsId.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsDAO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsDAO.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsDAO.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FrequentTripDetailsId.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelCalibration.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelCalibrationDAO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelCalibrationDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelCalibrationDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelCalibrationDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelCalibrationDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelCalibrationDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelCalibrationDAO.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Geofence.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Geofence.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Geofence.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Geofence.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofenceDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofenceDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofenceDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofenceDAO.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofenceDAO.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofenceDAO.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMap.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 166
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 167
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 168
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeovehicleMapDAO.java 208
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GoogleReqCount.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Group.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Group.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Group.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsOrgsId.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsDAO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsDAO.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsPermissionsId.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsRolesId.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GroupsUsergroupsId.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HibernateSessionFactory.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Holidays.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidaysDAO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidaysDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidaysDAO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Igfolder.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Igfolder.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgfolderDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgfolderDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgfolderDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgfolderDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgfolderDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgfolderDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Igimage.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Igimage.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Igimage.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgimageDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgimageDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgimageDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgimageDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgimageDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IgimageDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Image.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ImageDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ImageDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ImageDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ImageDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ImageDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ImageDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Inbox.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Inbox.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low InboxDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low InboxDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low InboxDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low InboxDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low InboxDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low InboxDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticle.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticle.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticle.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticle.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticle.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticle.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticle.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticle.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleDAO.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleDAO.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleDAO.java 222
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticleimage.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticleimage.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleimageDAO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleimageDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleimageDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleimageDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleimageDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleimageDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleimageDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleimageDAO.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalarticleresource.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleresourceDAO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleresourceDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleresourceDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleresourceDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleresourceDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleresourceDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleresourceDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalarticleresourceDAO.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalcontentsearch.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalcontentsearch.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalcontentsearchDAO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalcontentsearchDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalcontentsearchDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalcontentsearchDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalcontentsearchDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalcontentsearchDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalcontentsearchDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalcontentsearchDAO.java 137
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalfeed.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalfeed.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalfeed.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalfeed.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalfeed.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalfeed.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalfeedDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalfeedDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalfeedDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalfeedDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalfeedDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalfeedDAO.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalfeedDAO.java 173
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalfeedDAO.java 208
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalstructure.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalstructure.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journalstructure.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalstructureDAO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalstructureDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalstructureDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalstructureDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalstructureDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalstructureDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournalstructureDAO.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journaltemplate.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journaltemplate.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journaltemplate.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Journaltemplate.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournaltemplateDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournaltemplateDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournaltemplateDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournaltemplateDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournaltemplateDAO.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournaltemplateDAO.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JournaltemplateDAO.java 182
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Layout.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Layout.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Layout.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Layout.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Layout.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Layout.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutDAO.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Layoutset.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Layoutset.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Layoutset.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutsetDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutsetDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutsetDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutsetDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutsetDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LayoutsetDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ListtypeDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ListtypeDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ListtypeDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ListtypeDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ListtypeDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ListtypeDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LocationDAO.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LoginDAO.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LoginDAO.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LoginDAO.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbban.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbbanDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbbanDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbbanDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbbanDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbbanDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbbanDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbcategory.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbcategory.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbcategory.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbcategory.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbcategoryDAO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbcategoryDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbcategoryDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbcategoryDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbcategoryDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbcategoryDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbcategoryDAO.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbdiscussion.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbdiscussionDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbdiscussionDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbdiscussionDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbdiscussionDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbdiscussionDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbdiscussionDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbdiscussionDAO.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmailinglist.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmailinglist.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmailinglist.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmailinglist.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmailinglist.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmailinglist.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmailinglist.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmailinglistDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmailinglistDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmailinglistDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmailinglistDAO.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmailinglistDAO.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmailinglistDAO.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmailinglistDAO.java 217
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmessage.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmessage.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmessage.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmessage.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageDAO.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageDAO.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbmessageflag.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageflagDAO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageflagDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageflagDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageflagDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageflagDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageflagDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbmessageflagDAO.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbstatsuser.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbstatsuserDAO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbstatsuserDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbstatsuserDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbstatsuserDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbstatsuserDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbstatsuserDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbstatsuserDAO.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbthread.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Mbthread.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbthreadDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbthreadDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbthreadDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbthreadDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbthreadDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MbthreadDAO.java 88
 
Violation Recommendation Severity Resource Line
Assignment to connection in non-static context Verify that you intended to modify <code>connection</code> in a non-static context. Low FuelDataHelp.java 69
Assignment to connection in non-static context Verify that you intended to modify <code>connection</code> in a non-static context. Low FuelDataHelp.java 86
Assignment to sessionvalue in non-static context Verify that you intended to modify <code>sessionvalue</code> in a non-static context. Low FencingDAO.java 69
Assignment to hsqlServer in non-static context Verify that you intended to modify <code>hsqlServer</code> in a non-static context. Low DBManager.java 40
Assignment to ds in non-static context Verify that you intended to modify <code>ds</code> in a non-static context. Low BaseHibernateDAO.java 31
Assignment to ds in non-static context Verify that you intended to modify <code>ds</code> in a non-static context. Low BaseHibernateDAO.java 37
 
Violation Recommendation Severity Resource Line
The variable "stopAM" is declared within a loop Declare the "stopAM" variable outside of the loop. Low FenceSequencing.java 118
The variable "stopMap" is initialized within a loop Initialize the "stopMap" variable outside of the loop. Low FenceSequencing.java 127
The variable "rows" is initialized within a loop Initialize the "rows" variable outside of the loop. Low OrganizationMessageDAO.java 42
The variable "rows" is initialized within a loop Initialize the "rows" variable outside of the loop. Low EventNotificationDAO.java 44
The variable "obj" is initialized within a loop Initialize the "obj" variable outside of the loop. Low LocationDAO.java 108
 
Violation Recommendation Severity Resource Line
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low AccountsId.java 69
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low AccountsId.java 72
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low AutoPkSupportId.java 69
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low AutoPkSupportId.java 71
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low FrequentTravellerDetailsId.java 71
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low FrequentTravellerDetailsId.java 74
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low FrequentTripDetailsId.java 69
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low FrequentTripDetailsId.java 72
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low GroupsOrgsId.java 70
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low GroupsOrgsId.java 73
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low GroupsPermissionsId.java 69
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low GroupsPermissionsId.java 72
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low GroupsRolesId.java 69
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low GroupsRolesId.java 71
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low GroupsUsergroupsId.java 69
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low GroupsUsergroupsId.java 72
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low HibernateSessionFactory.java 78
 
Violation Recommendation Severity Resource Line
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceSequencing.java 85
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceSequencing.java 86
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceSequencing.java 87
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceSequencing.java 93
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceSequencing.java 94
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceSequencing.java 95
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low VehicleProcessDAO.java 71
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low LocationDAO.java 86
 
Violation Recommendation Severity Resource Line
Local variable not initialized: fuelinfo Initialize the variable as part of its declaration. Low FuelDataHelp.java 25
Local variable not initialized: statement Initialize the variable as part of its declaration. Low FuelDataHelp.java 64
Local variable not initialized: mapper Initialize the variable as part of its declaration. Low JSONConverter.java 18
Local variable not initialized: mapper Initialize the variable as part of its declaration. Low JSONConverter.java 41
Local variable not declared at beginning of block: mySql Move the variable declaration to the beginning of the block. Low FenceSequencing.java 31
Local variable not declared at beginning of block: select Move the variable declaration to the beginning of the block. Low FenceSequencing.java 32
Local variable not declared at beginning of block: lstIds Move the variable declaration to the beginning of the block. Low FenceSequencing.java 45
Local variable not declared at beginning of block: lstAM Move the variable declaration to the beginning of the block. Low FenceSequencing.java 46
Local variable not declared at beginning of block: lstPM Move the variable declaration to the beginning of the block. Low FenceSequencing.java 47
Local variable not declared at beginning of block: condition Move the variable declaration to the beginning of the block. Low FenceSequencing.java 49
Local variable not declared at beginning of block: tripid Move the variable declaration to the beginning of the block. Low FenceSequencing.java 52
Local variable not declared at beginning of block: fenceRS Move the variable declaration to the beginning of the block. Low FenceSequencing.java 65
Local variable not declared at beginning of block: fenceId Move the variable declaration to the beginning of the block. Low FenceSequencing.java 66
Local variable not declared at beginning of block: sqAM Move the variable declaration to the beginning of the block. Low FenceSequencing.java 67
Local variable not declared at beginning of block: amTime Move the variable declaration to the beginning of the block. Low FenceSequencing.java 74
Local variable not declared at beginning of block: pmTime Move the variable declaration to the beginning of the block. Low FenceSequencing.java 75
Local variable not declared at beginning of block: stopAM Move the variable declaration to the beginning of the block. Low FenceSequencing.java 118
Local variable not initialized: stopAM Initialize the variable as part of its declaration. Low FenceSequencing.java 118
Local variable not initialized: session Initialize the variable as part of its declaration. Low FenceUsersDAO.java 42
Local variable not initialized: session Initialize the variable as part of its declaration. Low FenceUsersDAO.java 64
Local variable not declared at beginning of block: tr Move the variable declaration to the beginning of the block. Low GoogleReqCountDAO.java 24
Local variable not declared at beginning of block: count_obj Move the variable declaration to the beginning of the block. Low GoogleReqCountDAO.java 26
Local variable not declared at beginning of block: hddao Move the variable declaration to the beginning of the block. Low HolidayProcessDAO.java 42
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low HolidayProcessDAO.java 44
Local variable not declared at beginning of block: tx Move the variable declaration to the beginning of the block. Low HolidayProcessDAO.java 45
Local variable not declared at beginning of block: locationDAO Move the variable declaration to the beginning of the block. Low LocationProcessDAO.java 33
Local variable not declared at beginning of block: location Move the variable declaration to the beginning of the block. Low LocationProcessDAO.java 34
Local variable not declared at beginning of block: locationDAO Move the variable declaration to the beginning of the block. Low LocationProcessDAO.java 49
Local variable not declared at beginning of block: location Move the variable declaration to the beginning of the block. Low LocationProcessDAO.java 50
Local variable not declared at beginning of block: loginDAO Move the variable declaration to the beginning of the block. Low LoginProcessDAO.java 36
Local variable not initialized: stat Initialize the variable as part of its declaration. Low LoginProcessDAO.java 38
Local variable not initialized: sess Initialize the variable as part of its declaration. Low OrganizationMessageDAO.java 26
Local variable not declared at beginning of block: msgQry Move the variable declaration to the beginning of the block. Low OrganizationMessageDAO.java 34
Local variable not declared at beginning of block: msgIter Move the variable declaration to the beginning of the block. Low OrganizationMessageDAO.java 40
Local variable not initialized: lastTraversedPoint Initialize the variable as part of its declaration. Low ReferenceDAO.java 64
Local variable not declared at beginning of block: lstTripTraversal Move the variable declaration to the beginning of the block. Low TraversalDAO.java 56
Local variable not declared at beginning of block: queryString Move the variable declaration to the beginning of the block. Low TraversalDAO.java 59
Local variable not declared at beginning of block: queryObject Move the variable declaration to the beginning of the block. Low TraversalDAO.java 68
Local variable not declared at beginning of block: iHasTraversed Move the variable declaration to the beginning of the block. Low TraversalDAO.java 73
Local variable not declared at beginning of block: bHasTraversed Move the variable declaration to the beginning of the block. Low TraversalDAO.java 82
Local variable not declared at beginning of block: timeFormat Move the variable declaration to the beginning of the block. Low TraversalDAO.java 117
Local variable not declared at beginning of block: trpTraversalDAO Move the variable declaration to the beginning of the block. Low TraversalDAO.java 118
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low TraversalDAO.java 119
Local variable not declared at beginning of block: query Move the variable declaration to the beginning of the block. Low TraversalDAO.java 121
Local variable not declared at beginning of block: trpTraversal Move the variable declaration to the beginning of the block. Low TraversalDAO.java 124
Local variable not declared at beginning of block: tx Move the variable declaration to the beginning of the block. Low TraversalDAO.java 129
Local variable not declared at beginning of block: queryString Move the variable declaration to the beginning of the block. Low TraversalDAO.java 134
Local variable not declared at beginning of block: counter Move the variable declaration to the beginning of the block. Low TraversalDAO.java 148
Local variable not declared at beginning of block: lstTrpTraversal Move the variable declaration to the beginning of the block. Low TraversalDAO.java 150
Local variable not declared at beginning of block: objTripDeviation Move the variable declaration to the beginning of the block. Low TraversalDAO.java 161
Local variable not declared at beginning of block: tripDetails Move the variable declaration to the beginning of the block. Low TraversalDAO.java 162
Local variable not declared at beginning of block: sdf Move the variable declaration to the beginning of the block. Low TraversalDAO.java 185
Local variable not declared at beginning of block: tripid Move the variable declaration to the beginning of the block. Low TraversalDAO.java 187
Local variable not declared at beginning of block: tripSession Move the variable declaration to the beginning of the block. Low TraversalDAO.java 188
Local variable not declared at beginning of block: cal1 Move the variable declaration to the beginning of the block. Low TraversalDAO.java 190
Local variable not declared at beginning of block: sTripSession Move the variable declaration to the beginning of the block. Low TraversalDAO.java 192
Local variable not declared at beginning of block: trpTraversalDAO Move the variable declaration to the beginning of the block. Low TraversalDAO.java 199
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low TraversalDAO.java 200
Local variable not declared at beginning of block: query Move the variable declaration to the beginning of the block. Low TraversalDAO.java 202
Local variable not declared at beginning of block: trpTraversal Move the variable declaration to the beginning of the block. Low TraversalDAO.java 204
Local variable not declared at beginning of block: trpReferenceDAO Move the variable declaration to the beginning of the block. Low TraversalDAO.java 211
Local variable not declared at beginning of block: tripPointId Move the variable declaration to the beginning of the block. Low TraversalDAO.java 213
Local variable not declared at beginning of block: trpReference Move the variable declaration to the beginning of the block. Low TraversalDAO.java 214
Local variable not declared at beginning of block: lastTraversedPtTimeInSecs Move the variable declaration to the beginning of the block. Low TraversalDAO.java 225
Local variable not declared at beginning of block: refPtTimeInSecs Move the variable declaration to the beginning of the block. Low TraversalDAO.java 228
Local variable not declared at beginning of block: lastTraversedPtTimeInSecs Move the variable declaration to the beginning of the block. Low TraversalDAO.java 242
Local variable not declared at beginning of block: refPtTimeInSecs Move the variable declaration to the beginning of the block. Low TraversalDAO.java 245
Local variable not initialized: startdate Initialize the variable as part of its declaration. Low TripProcessDAO.java 69
Local variable not declared separately: enddate Declare the variable in its own separate declaration statement. Low TripProcessDAO.java 69
Local variable not initialized: enddate Initialize the variable as part of its declaration. Low TripProcessDAO.java 69
Local variable not declared at beginning of block: r Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 73
Local variable not declared at beginning of block: ParamStart Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 74
Local variable not initialized: ParamStart Initialize the variable as part of its declaration. Low TripProcessDAO.java 74
Local variable not declared separately: ParamEnd Declare the variable in its own separate declaration statement. Low TripProcessDAO.java 74
Local variable not declared at beginning of block: ParamEnd Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 74
Local variable not initialized: ParamEnd Initialize the variable as part of its declaration. Low TripProcessDAO.java 74
Local variable not declared at beginning of block: p Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 76
Local variable not declared at beginning of block: q Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 77
Local variable not declared at beginning of block: o Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 78
Local variable not declared at beginning of block: c Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 79
Local variable not declared at beginning of block: y Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 83
Local variable not initialized: y Initialize the variable as part of its declaration. Low TripProcessDAO.java 83
Local variable not declared separately: i Declare the variable in its own separate declaration statement. Low TripProcessDAO.java 83
Local variable not declared at beginning of block: i Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 83
Local variable not initialized: i Initialize the variable as part of its declaration. Low TripProcessDAO.java 83
Local variable not declared separately: h Declare the variable in its own separate declaration statement. Low TripProcessDAO.java 83
Local variable not declared at beginning of block: h Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 83
Local variable not declared at beginning of block: f Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 84
Local variable not declared separately: d Declare the variable in its own separate declaration statement. Low TripProcessDAO.java 84
Local variable not declared at beginning of block: d Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 84
Local variable not declared at beginning of block: query Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 85
Local variable not declared at beginning of block: query1 Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 86
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low TripProcessDAO.java 87
Local variable not initialized: sess Initialize the variable as part of its declaration. Low TripProcessDAO.java 87
Local variable not initialized: sess Initialize the variable as part of its declaration. Low VehicleFenceMapDAO.java 54
Local variable not declared at beginning of block: typeDAO Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 67
Local variable not declared at beginning of block: GeoVehicle Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 78
Local variable not initialized: vehicleList Initialize the variable as part of its declaration. Low VehicleProcessDAO.java 146
Local variable not initialized: sess Initialize the variable as part of its declaration. Low VehicleUserGeofenceDAO.java 114
Local variable not declared at beginning of block: userGeoQry Move the variable declaration to the beginning of the block. Low VehicleUserGeofenceDAO.java 118
Local variable not initialized: sess Initialize the variable as part of its declaration. Low VehicleUserGeofenceDAO.java 131
Local variable not initialized: document Initialize the variable as part of its declaration. Low ConnectionHelper.java 28
Local variable not declared at beginning of block: nodeList Move the variable declaration to the beginning of the block. Low ConnectionHelper.java 36
Local variable not declared at beginning of block: nodeType Move the variable declaration to the beginning of the block. Low ConnectionHelper.java 96
Local variable not initialized: db Initialize the variable as part of its declaration. Low ConnectionHelper.java 128
Local variable not initialized: is Initialize the variable as part of its declaration. Low ConnectionHelper.java 130
Local variable not initialized: document Initialize the variable as part of its declaration. Low ConnectionHelper.java 159
Local variable not declared at beginning of block: nodeList Move the variable declaration to the beginning of the block. Low ConnectionHelper.java 168
Local variable not declared at beginning of block: bVehNotMoving Move the variable declaration to the beginning of the block. Low DeviationHelper.java 58
Local variable not declared at beginning of block: trpParamDao Move the variable declaration to the beginning of the block. Low DeviationHelper.java 59
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low DeviationHelper.java 60
Local variable not declared at beginning of block: trpParams Move the variable declaration to the beginning of the block. Low DeviationHelper.java 61
Local variable not declared at beginning of block: timeFormat Move the variable declaration to the beginning of the block. Low DeviationHelper.java 62
Local variable not declared at beginning of block: queryString Move the variable declaration to the beginning of the block. Low DeviationHelper.java 65
Local variable not declared at beginning of block: query Move the variable declaration to the beginning of the block. Low DeviationHelper.java 78
Local variable not declared at beginning of block: isAlreadySent Move the variable declaration to the beginning of the block. Low DeviationHelper.java 81
Local variable not declared at beginning of block: listSize Move the variable declaration to the beginning of the block. Low DeviationHelper.java 82
Local variable not declared at beginning of block: diff Move the variable declaration to the beginning of the block. Low DeviationHelper.java 102
Local variable not declared at beginning of block: properties Move the variable declaration to the beginning of the block. Low DeviationHelper.java 105
Local variable not declared at beginning of block: allowedTimeInterval Move the variable declaration to the beginning of the block. Low DeviationHelper.java 109
Local variable not declared at beginning of block: tripName Move the variable declaration to the beginning of the block. Low DeviationHelper.java 121
Local variable not declared at beginning of block: group Move the variable declaration to the beginning of the block. Low DeviationHelper.java 124
Local variable not declared at beginning of block: subject Move the variable declaration to the beginning of the block. Low DeviationHelper.java 134
Local variable not declared at beginning of block: message Move the variable declaration to the beginning of the block. Low DeviationHelper.java 141
Local variable not declared at beginning of block: objSmsRegister Move the variable declaration to the beginning of the block. Low DeviationHelper.java 158
Local variable not declared at beginning of block: tx Move the variable declaration to the beginning of the block. Low DeviationHelper.java 164
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low AccountsId.java 53
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low AutoPkSupportId.java 53
Local variable not declared at beginning of block: connectionIterator Move the variable declaration to the beginning of the block. Low BaseHibernateDAO.java 35
Local variable not declared at beginning of block: stacktrace Move the variable declaration to the beginning of the block. Low BaseHibernateDAO.java 40
Local variable not declared at beginning of block: e Move the variable declaration to the beginning of the block. Low BaseHibernateDAO.java 41
Local variable not declared at beginning of block: eventNotifyQry Move the variable declaration to the beginning of the block. Low EventNotificationDAO.java 36
Local variable not declared at beginning of block: schedulerList Move the variable declaration to the beginning of the block. Low EventNotificationDAO.java 40
Local variable not declared at beginning of block: context Move the variable declaration to the beginning of the block. Low FenceReportDAO.java 186
Local variable not declared at beginning of block: context Move the variable declaration to the beginning of the block. Low FenceReportDAO.java 254
Local variable not initialized: session Initialize the variable as part of its declaration. Low FenceReportDAO.java 319
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low FrequentTravellerDetailsId.java 54
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low FrequentTripDetailsId.java 53
Local variable not declared at beginning of block: instance Move the variable declaration to the beginning of the block. Low GeofenceDAO.java 70
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low GroupsOrgsId.java 53
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low GroupsPermissionsId.java 53
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low GroupsRolesId.java 53
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low GroupsUsergroupsId.java 53
Local variable not initialized: holidayList Initialize the variable as part of its declaration. Low HolidaysDAO.java 82
Local variable not initialized: sess Initialize the variable as part of its declaration. Low HolidaysDAO.java 84
Local variable not initialized: sess Initialize the variable as part of its declaration. Low LocationDAO.java 83
Local variable not declared at beginning of block: esnNo Move the variable declaration to the beginning of the block. Low LocationDAO.java 88
Local variable not declared at beginning of block: location Move the variable declaration to the beginning of the block. Low LocationDAO.java 90
Local variable not declared at beginning of block: q Move the variable declaration to the beginning of the block. Low LocationDAO.java 100
Local variable not declared at beginning of block: itr Move the variable declaration to the beginning of the block. Low LocationDAO.java 104
Local variable not declared at beginning of block: q Move the variable declaration to the beginning of the block. Low LocationDAO.java 128
Local variable not declared at beginning of block: queryObject Move the variable declaration to the beginning of the block. Low LoginDAO.java 31
Local variable not declared at beginning of block: size Move the variable declaration to the beginning of the block. Low LoginDAO.java 35
Local variable not declared separately: orgid Declare the variable in its own separate declaration statement. Low LoginDAO.java 58
Local variable not declared at beginning of block: size Move the variable declaration to the beginning of the block. Low LoginDAO.java 62
Local variable not declared at beginning of block: digest Move the variable declaration to the beginning of the block. Low LoginDAO.java 82
 
Violation Recommendation Severity Resource Line
Line 5 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 5
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 13
Line 14 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 14
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 22
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 80
Line 97 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 97
Line 98 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 98
Line 120 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 120
Line 139 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 139
Line 159 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 159
Line 195 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 195
Line 197 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 197
Line 210 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 210
Line 218 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 218
Line 222 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 222
Line 227 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 227
Line 239 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 239
Line 244 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 244
Line 269 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 269
Line 313 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 313
Line 367 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 367
Line 383 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 383
Line 435 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 435
Line 513 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 513
Line 568 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 568
Line 596 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 596
Line 609 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 609
Line 652 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 652
Line 870 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 870
Line 875 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 875
Line 950 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 950
Line 980 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 980
Line 1007 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,007
Line 1060 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,060
Line 1111 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,111
Line 1145 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,145
Line 1245 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,245
Line 1249 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,249
Line 1312 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,312
Line 1408 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,408
Line 1411 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,411
Line 1413 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,413
Line 1418 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,418
Line 1427 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,427
Line 1442 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,442
Line 1451 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,451
Line 1456 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,456
Line 1460 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,460
Line 1479 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,479
Line 1522 is longer than 80 characters Break the line into multiple shorter lines. Low DataOrganizer.java 1,522
Line 70 is longer than 80 characters Break the line into multiple shorter lines. Low FuelDataHelp.java 70
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low FuelDataHelp.java 81
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low FuelDataHelp.java 87
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low FuelDataHelp.java 88
Line 89 is longer than 80 characters Break the line into multiple shorter lines. Low FuelDataHelp.java 89
Line 149 is longer than 80 characters Break the line into multiple shorter lines. Low FuelDataHelp.java 149
Line 150 is longer than 80 characters Break the line into multiple shorter lines. Low FuelDataHelp.java 150
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 21
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 35
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 37
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 42
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 61
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 63
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 85
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 86
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 87
Line 93 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 93
Line 94 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 94
Line 95 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 95
Line 127 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 127
Line 131 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 131
Line 141 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 141
Line 143 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 143
Line 147 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 147
Line 172 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 172
Line 184 is longer than 80 characters Break the line into multiple shorter lines. Low FenceSequencing.java 184
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 25
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 49
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 50
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 69
Line 5 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 5
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 87
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 88
Line 114 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 114
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 115
Line 145 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 145
Line 178 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 178
Line 181 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 181
Line 265 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 265
Line 293 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 293
Line 318 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 318
Line 329 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 329
Line 380 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 380
Line 389 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 389
Line 430 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 430
Line 431 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 431
Line 461 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 461
Line 462 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 462
Line 497 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 497
Line 513 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 513
Line 529 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 529
Line 530 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 530
Line 563 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 563
Line 583 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 583
Line 601 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 601
Line 602 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 602
Line 603 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 603
Line 605 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 605
Line 606 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 606
Line 623 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 623
Line 624 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 624
Line 625 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 625
Line 633 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 633
Line 634 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 634
Line 637 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 637
Line 643 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 643
Line 688 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 688
Line 719 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 719
Line 742 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 742
Line 755 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 755
Line 756 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 756
Line 840 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 840
Line 856 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 856
Line 862 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 862
Line 872 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 872
Line 884 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 884
Line 933 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 933
Line 937 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 937
Line 938 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 938
Line 939 is longer than 80 characters Break the line into multiple shorter lines. Low FencingDAO.java 939
Line 64 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 64
Line 65 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 65
Line 91 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 91
Line 92 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 92
Line 122 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 122
Line 154 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 154
Line 157 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 157
Line 240 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 240
Line 267 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 267
Line 291 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 291
Line 317 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 317
Line 318 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 318
Line 348 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 348
Line 349 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 349
Line 377 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 377
Line 400 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 400
Line 425 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 425
Line 454 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 454
Line 455 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 455
Line 457 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 457
Line 458 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 458
Line 494 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 494
Line 524 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 524
Line 546 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 546
Line 560 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 560
Line 561 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 561
Line 564 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 564
Line 565 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 565
Line 587 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 587
Line 635 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 635
Line 648 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 648
Line 657 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 657
Line 688 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 688
Line 695 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 695
Line 743 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 743
Line 744 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 744
Line 753 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 753
Line 754 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 754
Line 774 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 774
Line 822 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 822
Line 907 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 907
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low OrganizationMessageDAO.java 29
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low OrganizationMessageDAO.java 33
Line 34 is longer than 80 characters Break the line into multiple shorter lines. Low OrganizationMessageDAO.java 34
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 35
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 37
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 38
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 41
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 46
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 60
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 62
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 67
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 69
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 81
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 83
Line 84 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 84
Line 98 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 98
Line 99 is longer than 80 characters Break the line into multiple shorter lines. Low ReferenceDAO.java 99
Line 14 is longer than 80 characters Break the line into multiple shorter lines. Low ReportSummaryDAO.java 14
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low ReportSummaryDAO.java 19
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low ReportSummaryDAO.java 29
Line 34 is longer than 80 characters Break the line into multiple shorter lines. Low ReportSummaryDAO.java 34
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 43
Line 56 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 56
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 59
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 63
Line 65 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 65
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 71
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 80
Line 94 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 94
Line 95 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 95
Line 113 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 113
Line 117 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 117
Line 121 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 121
Line 134 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 134
Line 138 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 138
Line 174 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 174
Line 202 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 202
Line 207 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 207
Line 219 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 219
Line 225 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 225
Line 226 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 226
Line 228 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 228
Line 229 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 229
Line 236 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 236
Line 242 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 242
Line 243 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 243
Line 245 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 245
Line 246 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalDAO.java 246
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalReferenceDAO.java 27
Line 34 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalReferenceDAO.java 34
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low TraversalReferenceDAO.java 35
Line 92 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 92
Line 98 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 98
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 104
Line 156 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 156
Line 176 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 176
Line 180 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 180
Line 184 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 184
Line 197 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 197
Line 210 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 210
Line 212 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 212
Line 237 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 237
Line 259 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 259
Line 261 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 261
Line 272 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 272
Line 280 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 280
Line 283 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 283
Line 284 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 284
Line 285 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 285
Line 286 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 286
Line 288 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 288
Line 292 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 292
Line 312 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 312
Line 336 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 336
Line 338 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 338
Line 355 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 355
Line 362 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 362
Line 407 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 407
Line 408 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 408
Line 425 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 425
Line 434 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 434
Line 478 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 478
Line 482 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 482
Line 485 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 485
Line 492 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 492
Line 495 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 495
Line 501 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 501
Line 502 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 502
Line 506 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 506
Line 512 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 512
Line 522 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 522
Line 525 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 525
Line 526 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 526
Line 529 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 529
Line 530 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 530
Line 533 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 533
Line 544 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 544
Line 545 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 545
Line 546 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 546
Line 547 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 547
Line 549 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 549
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceMapDAO.java 25
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceMapDAO.java 37
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceMapDAO.java 44
Line 52 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceMapDAO.java 52
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceMapDAO.java 61
Line 72 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceMapDAO.java 72
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 13
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 60
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 61
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 62
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 71
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 78
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 81
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 82
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 83
Line 103 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 103
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 104
Line 123 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 123
Line 124 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 124
Line 126 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 126
Line 151 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 151
Line 172 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 172
Line 173 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 173
Line 181 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 181
Line 182 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 182
Line 185 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 185
Line 196 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 196
Line 205 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 205
Line 212 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 212
Line 221 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 221
Line 222 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 222
Line 241 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 241
Line 242 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 242
Line 251 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 251
Line 262 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 262
Line 288 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 288
Line 301 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 301
Line 340 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 340
Line 344 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 344
Line 346 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 346
Line 353 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 353
Line 356 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 356
Line 357 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 357
Line 358 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 358
Line 378 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 378
Line 379 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 379
Line 403 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 403
Line 404 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 404
Line 424 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 424
Line 426 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 426
Line 436 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 436
Line 445 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 445
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 31
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 60
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 67
Line 68 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 68
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 88
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 96
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 104
Line 113 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 113
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 118
Line 140 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleUserGeofenceDAO.java 140
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceTripDTO.java 63
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceTripDTO.java 75
Line 98 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceTripDTO.java 98
Line 147 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceTripDTO.java 147
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low DistParamsDTO.java 18
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low DistParamsDTO.java 28
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low DistParamsDTO.java 39
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low DistParamsDTO.java 59
Line 72 is longer than 80 characters Break the line into multiple shorter lines. Low NeighbourVehicleDTO.java 72
Line 17 is longer than 80 characters Break the line into multiple shorter lines. Low RFIDInfoHistoryDTO.java 17
Line 305 is longer than 80 characters Break the line into multiple shorter lines. Low TripByVehicleDTO.java 305
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleInfoDTO.java 13
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 24
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 33
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 46
Line 56 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 56
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 60
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 62
Line 92 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 92
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 104
Line 155 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 155
Line 165 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 165
Line 177 is longer than 80 characters Break the line into multiple shorter lines. Low ConnectionHelper.java 177
Line 5 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 5
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 25
Line 36 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 36
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 37
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 38
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 39
Line 40 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 40
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 46
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 54
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 61
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 62
Line 65 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 65
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 67
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 86
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 87
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 88
Line 89 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 89
Line 91 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 91
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 100
Line 101 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 101
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 102
Line 106 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 106
Line 109 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 109
Line 114 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 114
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 118
Line 119 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 119
Line 121 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 121
Line 134 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 134
Line 141 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 141
Line 160 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 160
Line 203 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 203
Line 217 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 217
Line 227 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 227
Line 228 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 228
Line 230 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 230
Line 243 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 243
Line 244 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 244
Line 251 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 251
Line 263 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 263
Line 267 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 267
Line 271 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 271
Line 291 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 291
Line 302 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 302
Line 308 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 308
Line 316 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 316
Line 321 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 321
Line 334 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 334
Line 336 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 336
Line 339 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 339
Line 387 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 387
Line 401 is longer than 80 characters Break the line into multiple shorter lines. Low DeviationHelper.java 401
Line 6 is longer than 80 characters Break the line into multiple shorter lines. Low DistanceHelper.java 6
Line 15 is longer than 80 characters Break the line into multiple shorter lines. Low FuelAlertManager.java 15
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low AccountsId.java 59
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low AnnouncementsdeliveryDAO.java 58
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low AnnouncementsdeliveryDAO.java 86
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low BaseHibernateDAO.java 22
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low BaseHibernateDAO.java 35
Line 40 is longer than 80 characters Break the line into multiple shorter lines. Low BaseHibernateDAO.java 40
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low BaseHibernateDAO.java 43
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low EventNotificationDAO.java 25
Line 36 is longer than 80 characters Break the line into multiple shorter lines. Low EventNotificationDAO.java 36
Line 34 is longer than 80 characters Break the line into multiple shorter lines. Low Expandocolumn.java 34
Line 167 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 167
Line 170 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 170
Line 186 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 186
Line 203 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 203
Line 204 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 204
Line 214 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 214
Line 215 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 215
Line 221 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 221
Line 229 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 229
Line 236 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 236
Line 238 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 238
Line 239 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 239
Line 242 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 242
Line 248 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 248
Line 254 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 254
Line 276 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 276
Line 289 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 289
Line 306 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 306
Line 309 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 309
Line 331 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 331
Line 336 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 336
Line 364 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 364
Line 368 is longer than 80 characters Break the line into multiple shorter lines. Low FenceReportDAO.java 368
Line 55 is longer than 80 characters Break the line into multiple shorter lines. Low FrequentTravellerDetailsDAO.java 55
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low FrequentTravellerDetailsDAO.java 83
Line 110 is longer than 80 characters Break the line into multiple shorter lines. Low FrequentTravellerDetailsDAO.java 110
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low FrequentTravellerDetailsId.java 35
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low FrequentTravellerDetailsId.java 54
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low FrequentTravellerDetailsId.java 57
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low FrequentTravellerDetailsId.java 61
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low FrequentTripDetailsDAO.java 82
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low FrequentTripDetailsId.java 59
Line 122 is longer than 80 characters Break the line into multiple shorter lines. Low GeovehicleMapDAO.java 122
Line 166 is longer than 80 characters Break the line into multiple shorter lines. Low GeovehicleMapDAO.java 166
Line 167 is longer than 80 characters Break the line into multiple shorter lines. Low GeovehicleMapDAO.java 167
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low GroupsOrgsId.java 59
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low GroupsPermissionsDAO.java 50
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low GroupsPermissionsId.java 59
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low GroupsPermissionsId.java 62
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low GroupsUsergroupsId.java 59
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low HibernateSessionFactory.java 35
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low HibernateSessionFactory.java 39
Line 131 is longer than 80 characters Break the line into multiple shorter lines. Low HibernateSessionFactory.java 131
Line 133 is longer than 80 characters Break the line into multiple shorter lines. Low HibernateSessionFactory.java 133
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low HolidaysDAO.java 87
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low JournalarticleimageDAO.java 87
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low JournalarticleresourceDAO.java 54
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low JournalarticleresourceDAO.java 82
Line 113 is longer than 80 characters Break the line into multiple shorter lines. Low JournalarticleresourceDAO.java 113
Line 116 is longer than 80 characters Break the line into multiple shorter lines. Low JournalarticleresourceDAO.java 116
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low JournalcontentsearchDAO.java 86
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low JournalfeedDAO.java 41
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 27
Line 30 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 30
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 44
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 60
Line 91 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 91
Line 95 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 95
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 96
Line 98 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 98
Line 103 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 103
Line 109 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 109
Line 110 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 110
Line 126 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 126
Line 130 is longer than 80 characters Break the line into multiple shorter lines. Low LocationDAO.java 130
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low LoginDAO.java 29
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low LoginDAO.java 59
Line 66 is longer than 80 characters Break the line into multiple shorter lines. Low LoginDAO.java 66
Line 68 is longer than 80 characters Break the line into multiple shorter lines. Low LoginDAO.java 68
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low Mbban.java 37
 
Violation Recommendation Severity Resource Line
Method is longer than 60 lines Consider moving some of the behavior into another method. Low FenceSequencing.java 21
Method is longer than 60 lines Consider moving some of the behavior into another method. Low TripProcessDAO.java 66
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low TripByVehicleDTO.java 56
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low TripByVehicleDTO.java 95
Method is longer than 60 lines Consider moving some of the behavior into another method. Low DeviationHelper.java 45
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Account.java 43
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Address.java 45
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Announcementsentry.java 44
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Calevent.java 49
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Contact.java 57
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Dlfileentry.java 45
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Journalarticle.java 57
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Journalfeed.java 50
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Journaltemplate.java 45
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Layout.java 47
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Mbmailinglist.java 52
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Mbmessage.java 45
 
Violation Recommendation Severity Resource Line
The names "findById" and "findByIdd" are spelled too similarly Change one of the names. Low CountryDAO.java 54
 
Violation Recommendation Severity Resource Line
Members should be grouped by name Group all members of the same name together. Low DeviceTripDTO.java 147
Members should be grouped by name Group all members of the same name together. Low TripByVehicleDTO.java 304
Members should be grouped by name Group all members of the same name together. Low TripByVehicleDTO.java 321
Members should be grouped by name Group all members of the same name together. Low TripByVehicleDTO.java 326
Members should be grouped by name Group all members of the same name together. Low VehicleInfoDTO.java 165
 
Violation Recommendation Severity Resource Line
Condition in conditional operator should be parenthesized Add the missing parentheses. Low AccountsId.java 69
Condition in conditional operator should be parenthesized Add the missing parentheses. Low AccountsId.java 72
Condition in conditional operator should be parenthesized Add the missing parentheses. Low AutoPkSupportId.java 69
Condition in conditional operator should be parenthesized Add the missing parentheses. Low AutoPkSupportId.java 71
Condition in conditional operator should be parenthesized Add the missing parentheses. Low FrequentTravellerDetailsId.java 71
Condition in conditional operator should be parenthesized Add the missing parentheses. Low FrequentTravellerDetailsId.java 74
Condition in conditional operator should be parenthesized Add the missing parentheses. Low FrequentTripDetailsId.java 69
Condition in conditional operator should be parenthesized Add the missing parentheses. Low FrequentTripDetailsId.java 72
Condition in conditional operator should be parenthesized Add the missing parentheses. Low GroupsOrgsId.java 70
Condition in conditional operator should be parenthesized Add the missing parentheses. Low GroupsOrgsId.java 73
Condition in conditional operator should be parenthesized Add the missing parentheses. Low GroupsPermissionsId.java 69
Condition in conditional operator should be parenthesized Add the missing parentheses. Low GroupsPermissionsId.java 72
Condition in conditional operator should be parenthesized Add the missing parentheses. Low GroupsRolesId.java 69
Condition in conditional operator should be parenthesized Add the missing parentheses. Low GroupsRolesId.java 71
Condition in conditional operator should be parenthesized Add the missing parentheses. Low GroupsUsergroupsId.java 69
Condition in conditional operator should be parenthesized Add the missing parentheses. Low GroupsUsergroupsId.java 72
 
Violation Recommendation Severity Resource Line
Badly located array declarators: digest[] = md.digest() Move the array declarator immediately after the name of the base type. Low LoginDAO.java 82
 
Violation Recommendation Severity Resource Line
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BusInfoPOJO.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BusInfoPOJO.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BusInfoPOJO.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BusInfoPOJO.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BusInfoPOJO.java 31
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DataOrganizer.java 76
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FuelDataHelp.java 17
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 30
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 35
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 40
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 46
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDataHelp.java 57
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 68
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 85
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDataHelp.java 105
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 108
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelDataHelp.java 123
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JSONConverter.java 9
Opening braces should not appear on a new line Move the opening brace to the previous line. Low JSONConverter.java 22
Opening braces should not appear on a new line Move the opening brace to the previous line. Low JSONConverter.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JSONConverter.java 76
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceSequencing.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceSequencing.java 21
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 83
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 102
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 106
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 115
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 126
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceSequencing.java 164
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 168
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 170
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 173
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceSequencing.java 180
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceUsersDAO.java 12
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 22
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 44
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceUsersDAO.java 79
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FencingDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FencingDAO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FencingDAO.java 68
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FencingDAO.java 120
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FencingDAO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FencingDAO.java 135
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GeofencingDAO.java 46
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GoogleReqCountDAO.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCountDAO.java 17
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low HolidayProcessDAO.java 26
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 47
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 59
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 77
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 90
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 106
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 117
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayProcessDAO.java 127
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LocationProcessDAO.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LocationProcessDAO.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LocationProcessDAO.java 46
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LoginProcessDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LoginProcessDAO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LoginProcessDAO.java 49
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low OrganizationMessageDAO.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low OrganizationMessageDAO.java 24
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ReferenceDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ReferenceDAO.java 35
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReferenceDAO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ReferenceDAO.java 96
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReportSummaryDAO.java 18
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReportSummaryDAO.java 22
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReportSummaryDAO.java 33
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReportSummaryDAO.java 37
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TraversalDAO.java 28
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TraversalDAO.java 75
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TraversalDAO.java 85
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TraversalDAO.java 93
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TraversalDAO.java 153
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TraversalDAO.java 206
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TraversalDAO.java 216
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TraversalDAO.java 235
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 8
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TraversalReferenceDAO.java 118
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleFenceMapDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleFenceMapDAO.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleFenceMapDAO.java 52
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleProcessDAO.java 47
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 58
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 65
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 70
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 74
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 80
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 102
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 107
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 121
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 129
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 134
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleProcessDAO.java 162
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 169
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleUserGeofenceDAO.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleUserGeofenceDAO.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleUserGeofenceDAO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleUserGeofenceDAO.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleUserGeofenceDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleUserGeofenceDAO.java 129
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 12
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ACParamsDTO.java 55
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 147
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 172
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 184
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 190
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 196
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 202
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 208
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 214
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 221
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 228
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 235
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 242
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 246
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 250
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 254
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 258
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 262
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 266
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 271
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 275
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 7
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 147
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 159
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 172
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low eventDTO.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low eventDTO.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low eventDTO.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low eventDTO.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low eventDTO.java 31
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 8
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NeighbourVehicleDTO.java 87
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Packet.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 34
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 121
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 160
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 172
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 175
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 184
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 187
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 190
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 198
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 204
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 207
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 210
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 213
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 216
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 219
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 222
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 225
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 228
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 231
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 234
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 237
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 240
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 243
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 246
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 249
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 252
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 255
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 258
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 261
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 264
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 267
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 270
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 273
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 276
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 164
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 172
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 179
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 147
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 172
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 180
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 184
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 188
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 192
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 196
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 200
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 204
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 208
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 212
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 216
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 220
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 224
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 228
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 232
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 237
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 241
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 245
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInfoDTO.java 249
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExceptionHandler.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExceptionHandler.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExceptionHandler.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExceptionHandler.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExceptionHandler.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GLatLng.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 8
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 25
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ConnectionHelper.java 17
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 30
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 41
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 55
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 59
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 61
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 70
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 89
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 99
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 110
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 132
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 162
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 171
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConnectionHelper.java 190
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DBManager.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DBManager.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DBManager.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DBManager.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DBManager.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DBManager.java 87
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DeviationHelper.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviationHelper.java 54
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviationHelper.java 96
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviationHelper.java 112
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DistanceHelper.java 3
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FuelAlertManager.java 10
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Account.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 193
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 168
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 180
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 191
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Accounts.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Accounts.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Accounts.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Accounts.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Accounts.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 126
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AccountsId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Address.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 213
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 190
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 201
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 98
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 157
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 147
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 159
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 175
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 179
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 183
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 187
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 191
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 195
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 199
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 203
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 164
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 188
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 80
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 143
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 127
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BaseHibernateDAO.java 21
Opening braces should not appear on a new line Move the opening brace to the previous line. Low BaseHibernateDAO.java 30
Opening braces should not appear on a new line Move the opening brace to the previous line. Low BaseHibernateDAO.java 46
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 182
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 182
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 122
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 162
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 162
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 177
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 131
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 162
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 57
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 136
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Calevent.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 147
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 159
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 175
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 179
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 183
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 187
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 191
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 195
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 199
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 203
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 207
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 211
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 215
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 219
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 223
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 227
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 231
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 235
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 239
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 243
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 247
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 251
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 255
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 160
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 164
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 168
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 172
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 176
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 188
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 200
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 211
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 67
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CharityBarometerDAO.java 136
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntry.java 78
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatEntryDAO.java 145
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatus.java 109
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ChatStatusDAO.java 161
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Classname.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Classname.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Classname.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Classname.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Classname.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Classname.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Classname.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Classname.java 47
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClassnameDAO.java 130
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Company.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Company.java 119
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CompanyDAO.java 165
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Contact.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 213
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 217
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 221
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 225
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 229
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 233
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 237
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 241
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 245
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 249
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 253
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 257
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 261
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 265
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 269
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 273
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 277
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Contact.java 281
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 213
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 217
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 221
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 233
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 245
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ContactDAO.java 256
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Counter.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Counter.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Counter.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Counter.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Counter.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Counter.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Counter.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Counter.java 47
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CounterDAO.java 130
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Country.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Country.java 98
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CountryDAO.java 155
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Cyrususer.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrususer.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrususer.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrususer.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrususer.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrususer.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrususer.java 42
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrususerDAO.java 130
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Cyrusvirtual.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrusvirtual.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrusvirtual.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrusvirtual.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrusvirtual.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrusvirtual.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Cyrusvirtual.java 42
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CyrusvirtualDAO.java 131
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Device.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 156
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceDAO.java 148
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 182
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 186
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 190
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 194
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 198
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 202
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 206
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 210
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileentry.java 214
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 191
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileentryDAO.java 202
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfilerank.java 100
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfilerankDAO.java 152
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileshortcut.java 141
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileshortcutDAO.java 167
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfileversion.java 131
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfileversionDAO.java 167
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Dlfolder.java 152
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DlfolderDAO.java 166
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Emailaddress.java 142
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EmailaddressDAO.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low EventNotification.java 70
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandocolumn.java 98
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandocolumnDAO.java 156
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Expandorow.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandorow.java 67
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandorowDAO.java 141
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Expandotable.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandotable.java 68
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandotableDAO.java 141
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Expandovalue.java 109
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpandovalueDAO.java 161
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Feedback.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Feedback.java 111
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FeedbackDAO.java 146
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 113
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceHistoryDAO.java 142
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceReport.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 160
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 172
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 184
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 190
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 196
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 202
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 208
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 214
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 220
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 226
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 232
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 238
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 244
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 250
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 256
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 262
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 268
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 274
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReport.java 280
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 200
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceReportDAO.java 206
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 267
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 302
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceReportDAO.java 318
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetails.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetails.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetails.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetails.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetails.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsDAO.java 131
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsId.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsId.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsId.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsId.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsId.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsId.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetailsId.java 66
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTripDetails.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetails.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetails.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetails.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetails.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetails.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetails.java 48
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsDAO.java 133
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsId.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsId.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsId.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsId.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsId.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsId.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDetailsId.java 64
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibration.java 84
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 48
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FuelCalibrationDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelCalibrationDAO.java 132
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Geofence.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 176
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 179
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 182
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 188
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 191
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 194
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 200
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Geofence.java 206
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceDAO.java 184
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 92
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 40
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeovehicleMapDAO.java 51
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeovehicleMapDAO.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 102
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeovehicleMapDAO.java 121
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeovehicleMapDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 147
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeovehicleMapDAO.java 165
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeovehicleMapDAO.java 172
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeovehicleMapDAO.java 176
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 182
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeovehicleMapDAO.java 193
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeovehicleMapDAO.java 207
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 10
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GoogleReqCount.java 55
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Group.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Group.java 160
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupDAO.java 185
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsOrgs.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgs.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgs.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgs.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgs.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsDAO.java 127
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsOrgsId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsId.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsId.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsId.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsId.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsId.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsId.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsOrgsId.java 66
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsPermissions.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissions.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissions.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissions.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissions.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsDAO.java 128
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsId.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsId.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsId.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsId.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsId.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsId.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsPermissionsId.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsRoles.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRoles.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRoles.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRoles.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRoles.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesDAO.java 127
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsRolesId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesId.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesId.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesId.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesId.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesId.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesId.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsRolesId.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsUsergroups.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroups.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroups.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroups.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroups.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsDAO.java 127
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsId.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsId.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsId.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsId.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsId.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsId.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GroupsUsergroupsId.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low HibernateSessionFactory.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HibernateSessionFactory.java 54
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HibernateSessionFactory.java 67
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HibernateSessionFactory.java 74
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HibernateSessionFactory.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HibernateSessionFactory.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HibernateSessionFactory.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HibernateSessionFactory.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HibernateSessionFactory.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HibernateSessionFactory.java 161
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Holidays.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Holidays.java 52
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low HolidaysDAO.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidaysDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidaysDAO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidaysDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidaysDAO.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidaysDAO.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidaysDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidaysDAO.java 80
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidaysDAO.java 98
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Igfolder.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igfolder.java 131
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgfolderDAO.java 161
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Igimage.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 160
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 164
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 168
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Igimage.java 172
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low IgimageDAO.java 181
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Image.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Image.java 100
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ImageDAO.java 151
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Inbox.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Inbox.java 111
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InboxDAO.java 151
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 213
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 217
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 221
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 225
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 229
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 233
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 237
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 241
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 245
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 249
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 253
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 257
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 261
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 265
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 269
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 273
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 277
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticle.java 281
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 182
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 186
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 190
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 194
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 198
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 202
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 206
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 218
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 231
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleDAO.java 242
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleimage.java 109
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleimageDAO.java 162
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalarticleresource.java 58
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalarticleresourceDAO.java 137
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalcontentsearch.java 99
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalcontentsearchDAO.java 157
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 213
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 217
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 221
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 225
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 229
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 233
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 237
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 241
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 245
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 249
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 253
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 257
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 261
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalfeed.java 265
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 147
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 159
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 176
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 180
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 184
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 188
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 192
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 204
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 217
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalfeedDAO.java 228
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journalstructure.java 162
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournalstructureDAO.java 177
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Journaltemplate.java 213
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 191
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JournaltemplateDAO.java 202
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Layout.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 213
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 217
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 221
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 225
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 229
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 233
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 237
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 241
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 245
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 249
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layout.java 253
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 147
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 159
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 175
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 179
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 183
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 187
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 191
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 195
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 207
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 219
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutDAO.java 230
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Layoutset.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Layoutset.java 160
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LayoutsetDAO.java 185
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Listtype.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Listtype.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Listtype.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Listtype.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Listtype.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Listtype.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Listtype.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Listtype.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Listtype.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Listtype.java 57
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ListtypeDAO.java 135
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMapping.java 70
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LmuSenderMappingDAO.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LmuSenderMappingDAO.java 13
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Location.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Location.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Location.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Location.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Location.java 37
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LocationDAO.java 18
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LocationDAO.java 42
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LocationDAO.java 58
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LocationDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LocationDAO.java 123
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LoginDAO.java 20
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LoginDAO.java 26
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LoginDAO.java 54
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LoginDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LoginDAO.java 78
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Mbban.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbban.java 110
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbbanDAO.java 151
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbcategory.java 173
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbcategoryDAO.java 177
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbdiscussion.java 68
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbdiscussionDAO.java 141
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 182
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 186
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 190
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 194
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 198
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 202
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 206
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 210
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 214
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 218
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 222
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 226
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 230
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 234
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 238
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 242
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 246
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 250
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 254
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 258
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 262
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 266
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmailinglist.java 270
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 213
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 226
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmailinglistDAO.java 237
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessage.java 213
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 190
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageDAO.java 201
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbmessageflag.java 90
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbmessageflagDAO.java 147
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbstatsuser.java 80
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbstatsuserDAO.java 142
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Mbthread.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Mbthread.java 121
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MbthreadDAO.java 161
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Membershiprequest.java 11
 
Violation Recommendation Severity Resource Line
Long literals should use "L" for a suffix Replace with the lower-case "l" with an upper-case "L". Low VehicleInfoDTO.java 56
Long literals should use "L" for a suffix Replace with the lower-case "l" with an upper-case "L". Low VehicleInfoDTO.java 57
 
Violation Recommendation Severity Resource Line
Use of tab character outside a literal Use spaces rather than tabs. Low DataOrganizer.java 230
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 269
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 270
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 285
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 313
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 314
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 319
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 343
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 503
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,013
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,144
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,198
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,245
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,246
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,247
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,248
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,249
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,250
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,251
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,252
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,261
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,413
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,414
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,415
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,416
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,417
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,418
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,438
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,442
Use of tab character outside a literal Use spaces rather than tabs. Low DataOrganizer.java 1,461
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,466
Use of tab character outside a literal Use spaces rather than tabs. Low DataOrganizer.java 1,542
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,552
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,562
Use of tab character outside a literal Use spaces rather than tabs. Low DataOrganizer.java 1,579
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,926
Use of space at start of line Use tabs to indent the source code. Low DataOrganizer.java 1,927
Use of tab character outside a literal Use spaces rather than tabs. Low FenceSequencing.java 22
Use of space at start of line Use tabs to indent the source code. Low FenceSequencing.java 27
Use of tab character outside a literal Use spaces rather than tabs. Low FenceSequencing.java 102
Use of tab character outside a literal Use spaces rather than tabs. Low FenceSequencing.java 126
Use of tab character outside a literal Use spaces rather than tabs. Low FenceSequencing.java 131
Use of space at start of line Use tabs to indent the source code. Low FenceSequencing.java 132
Use of space at start of line Use tabs to indent the source code. Low FenceSequencing.java 133
Use of space at start of line Use tabs to indent the source code. Low FenceSequencing.java 134
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 290
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 315
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 380
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 403
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 403
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 427
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 458
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 493
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 560
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 625
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 843
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 855
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 856
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 857
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 858
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 859
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 865
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 873
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 896
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 904
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 907
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 937
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 938
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 939
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 940
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 944
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 945
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 946
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 947
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 948
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 949
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 979
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 983
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,028
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,056
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,076
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,179
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,298
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,399
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,516
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,564
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,572
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,641
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,661
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,666
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,759
Use of tab character outside a literal Use spaces rather than tabs. Low FencingDAO.java 1,787
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 1,848
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 1,849
Use of space at start of line Use tabs to indent the source code. Low FencingDAO.java 1,850
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 120
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 181
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 202
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 203
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 210
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 264
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 288
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 309
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 314
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 340
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 345
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 374
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 398
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 398
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 399
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 400
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 422
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 445
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 446
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 447
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 448
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 449
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 450
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 451
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 454
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 455
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 456
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 457
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 458
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 459
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 460
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 461
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 461
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 462
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 463
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 464
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 465
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 466
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 467
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 468
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 469
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 470
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 471
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 472
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 492
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 522
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 551
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 552
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 553
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 554
Use of space at start of line Use tabs to indent the source code. Low GoogleReqCountDAO.java 19
Use of space at start of line Use tabs to indent the source code. Low GoogleReqCountDAO.java 20
Use of space at start of line Use tabs to indent the source code. Low GoogleReqCountDAO.java 21
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 33
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 34
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 35
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 36
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 37
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 47
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 47
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 49
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 49
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 49
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 49
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 50
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 51
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 52
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 53
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 54
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 54
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 56
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 57
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 57
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 62
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 64
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 66
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 66
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 71
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 73
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 77
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 77
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 79
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 79
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 79
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 79
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 80
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 81
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 82
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 83
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 84
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 84
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 86
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 87
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 88
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 88
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 93
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 95
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 97
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 97
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 102
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 108
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 108
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 109
Use of space at start of line Use tabs to indent the source code. Low LocationProcessDAO.java 27
Use of space at start of line Use tabs to indent the source code. Low LocationProcessDAO.java 28
Use of space at start of line Use tabs to indent the source code. Low LocationProcessDAO.java 32
Use of space at start of line Use tabs to indent the source code. Low LocationProcessDAO.java 39
Use of space at start of line Use tabs to indent the source code. Low LocationProcessDAO.java 48
Use of space at start of line Use tabs to indent the source code. Low LocationProcessDAO.java 54
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 24
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 26
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 33
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 34
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 36
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 49
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 50
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 50
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 51
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 52
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 59
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 60
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 61
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 62
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 62
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 64
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 64
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 65
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 65
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 66
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 67
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 68
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 69
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 70
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 71
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 73
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 74
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 75
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 81
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 81
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 82
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 82
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 83
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 84
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 85
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 88
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 89
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 90
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 95
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 96
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 96
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 98
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 99
Use of tab character outside a literal Use spaces rather than tabs. Low ReferenceDAO.java 101
Use of space at start of line Use tabs to indent the source code. Low ReferenceDAO.java 102
Use of space at start of line Use tabs to indent the source code. Low TraversalDAO.java 30
Use of space at start of line Use tabs to indent the source code. Low TraversalDAO.java 31
Use of space at start of line Use tabs to indent the source code. Low TraversalDAO.java 32
Use of tab character outside a literal Use spaces rather than tabs. Low TraversalDAO.java 44
Use of tab character outside a literal Use spaces rather than tabs. Low TraversalDAO.java 75
Use of tab character outside a literal Use spaces rather than tabs. Low TraversalDAO.java 144
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 92
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 98
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 121
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 128
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 129
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 130
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 263
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 504
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 734
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 867
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 902
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 935
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 936
Use of tab character outside a literal Use spaces rather than tabs. Low TripProcessDAO.java 955
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,136
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,140
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,141
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,142
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,143
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,144
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,145
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,146
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,147
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,148
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,149
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,150
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,151
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,153
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,154
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,156
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,157
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,159
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,160
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,161
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,162
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,163
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,164
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,165
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,166
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,167
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,168
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,169
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,170
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,171
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,172
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,173
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,174
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,175
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,176
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 1,177
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 52
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 53
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 54
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 55
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 56
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 57
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 58
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 59
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 60
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 61
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 62
Use of tab character outside a literal Use spaces rather than tabs. Low VehicleProcessDAO.java 62
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 63
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 64
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 65
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 66
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 67
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 68
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 69
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 77
Use of tab character outside a literal Use spaces rather than tabs. Low VehicleProcessDAO.java 82
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 87
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 88
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 89
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 90
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 91
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 92
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 94
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 95
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 96
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 97
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 98
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 99
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 100
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 101
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 102
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 103
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 104
Use of tab character outside a literal Use spaces rather than tabs. Low VehicleProcessDAO.java 104
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 105
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 106
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 107
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 109
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 110
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 111
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 112
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 113
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 114
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 116
Use of space at start of line Use tabs to indent the source code. Low VehicleProcessDAO.java 117
Use of tab character outside a literal Use spaces rather than tabs. Low DeviceTripDTO.java 268
Use of space at start of line Use tabs to indent the source code. Low DistParamsDTO.java 14
Use of space at start of line Use tabs to indent the source code. Low DistParamsDTO.java 15
Use of space at start of line Use tabs to indent the source code. Low DistParamsDTO.java 67
Use of space at start of line Use tabs to indent the source code. Low DistParamsDTO.java 68
Use of space at start of line Use tabs to indent the source code. Low DistParamsDTO.java 163
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 7
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 8
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 9
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 10
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 11
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 12
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 13
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 14
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 15
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 16
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 17
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 18
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 19
Use of space at start of line Use tabs to indent the source code. Low NeighbourVehicleDTO.java 90
Use of tab character outside a literal Use spaces rather than tabs. Low TripDistanceDTO.java 181
Use of space at start of line Use tabs to indent the source code. Low ExceptionHandler.java 4
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 31
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 32
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 33
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 34
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 34
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 35
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 35
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 36
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 36
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 37
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 37
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 38
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 38
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 39
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 39
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 40
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 40
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 41
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 41
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 42
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 42
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 43
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 43
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 44
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 44
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 45
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 45
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 45
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 46
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 46
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 47
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 47
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 48
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 48
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 49
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 49
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 50
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 50
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 51
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 51
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 52
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 52
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 53
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 53
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 54
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 54
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 55
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 55
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 56
Use of space at start of line Use tabs to indent the source code. Low ConnectionHelper.java 56
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 54
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 73
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 96
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 114
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 116
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 116
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 124
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 186
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 187
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 295
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 296
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 296
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 297
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 297
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 298
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 298
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 299
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 299
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 300
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 300
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 301
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 301
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 302
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 302
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 303
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 303
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 304
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 304
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 321
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 323
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 323
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 331
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 332
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 334
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 343
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 396
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 407
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 408
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 409
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 410
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 411
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 412
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 413
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 414
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 415
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 416
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 417
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 448
Use of tab character outside a literal Use spaces rather than tabs. Low DeviationHelper.java 453
Use of space at start of line Use tabs to indent the source code. Low DeviationHelper.java 454
Use of space at start of line Use tabs to indent the source code. Low DistanceHelper.java 17
Use of space at start of line Use tabs to indent the source code. Low DistanceHelper.java 18
Use of tab character outside a literal Use spaces rather than tabs. Low BaseHibernateDAO.java 25
Use of space at start of line Use tabs to indent the source code. Low BaseHibernateDAO.java 34
Use of space at start of line Use tabs to indent the source code. Low BaseHibernateDAO.java 35
Use of space at start of line Use tabs to indent the source code. Low BaseHibernateDAO.java 36
Use of space at start of line Use tabs to indent the source code. Low BaseHibernateDAO.java 37
Use of space at start of line Use tabs to indent the source code. Low BaseHibernateDAO.java 38
Use of space at start of line Use tabs to indent the source code. Low FenceReportDAO.java 175
Use of tab character outside a literal Use spaces rather than tabs. Low FenceReportDAO.java 314
Use of space at start of line Use tabs to indent the source code. Low FenceReportDAO.java 322
Use of space at start of line Use tabs to indent the source code. Low GeovehicleMapDAO.java 122
Use of space at start of line Use tabs to indent the source code. Low GeovehicleMapDAO.java 167
Use of space at start of line Use tabs to indent the source code. Low GeovehicleMapDAO.java 168
Use of space at start of line Use tabs to indent the source code. Low GeovehicleMapDAO.java 169
Use of space at start of line Use tabs to indent the source code. Low GeovehicleMapDAO.java 177
Use of tab character outside a literal Use spaces rather than tabs. Low GeovehicleMapDAO.java 207
Use of space at start of line Use tabs to indent the source code. Low GeovehicleMapDAO.java 208
Use of tab character outside a literal Use spaces rather than tabs. Low GeovehicleMapDAO.java 208
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 26
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 34
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 36
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 37
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 38
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 39
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 42
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 53
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 54
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 55
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 64
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 65
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 66
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 67
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 68
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 69
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 70
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 71
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 72
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 73
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 84
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 85
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 86
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 87
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 88
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 89
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 90
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 91
Use of tab character outside a literal Use spaces rather than tabs. Low HibernateSessionFactory.java 113
Use of space at start of line Use tabs to indent the source code. Low HibernateSessionFactory.java 137
Use of tab character outside a literal Use spaces rather than tabs. Low Holidays.java 18
Use of space at start of line Use tabs to indent the source code. Low HolidaysDAO.java 89
Use of space at start of line Use tabs to indent the source code. Low HolidaysDAO.java 89
Use of space at start of line Use tabs to indent the source code. Low LocationDAO.java 90
Use of tab character outside a literal Use spaces rather than tabs. Low LocationDAO.java 90
Use of space at start of line Use tabs to indent the source code. Low LocationDAO.java 114
Use of space at start of line Use tabs to indent the source code. Low LocationDAO.java 116
Use of tab character outside a literal Use spaces rather than tabs. Low LocationDAO.java 116
 
Violation Recommendation Severity Resource Line
Missing space after comma Insert the missing space. Low FuelDataHelp.java 70
Missing space after comma Insert the missing space. Low FuelDataHelp.java 81
Missing space after comma Insert the missing space. Low FenceSequencing.java 120
Missing space after comma Insert the missing space. Low FenceSequencing.java 122
Missing space after comma Insert the missing space. Low FencingDAO.java 79
Missing space after comma Insert the missing space. Low FencingDAO.java 79
Missing space after comma Insert the missing space. Low FencingDAO.java 88
Missing space after comma Insert the missing space. Low FencingDAO.java 115
Missing space after comma Insert the missing space. Low FencingDAO.java 121
Missing space after comma Insert the missing space. Low FencingDAO.java 145
Missing space after comma Insert the missing space. Low GeofencingDAO.java 56
Missing space after comma Insert the missing space. Low GeofencingDAO.java 56
Missing space after comma Insert the missing space. Low GoogleReqCountDAO.java 17
Missing space after comma Insert the missing space. Low LoginProcessDAO.java 33
Missing space after comma Insert the missing space. Low LoginProcessDAO.java 39
Missing space after comma Insert the missing space. Low LoginProcessDAO.java 49
Missing space after comma Insert the missing space. Low LoginProcessDAO.java 53
Missing space after comma Insert the missing space. Low OrganizationMessageDAO.java 24
Missing space after comma Insert the missing space. Low OrganizationMessageDAO.java 51
Missing space after comma Insert the missing space. Low ReferenceDAO.java 62
Missing space after comma Insert the missing space. Low ReportSummaryDAO.java 14
Missing space after comma Insert the missing space. Low ReportSummaryDAO.java 29
Missing space after comma Insert the missing space. Low TraversalDAO.java 113
Missing space after comma Insert the missing space. Low TripProcessDAO.java 66
Missing space after comma Insert the missing space. Low TripProcessDAO.java 66
Missing space after comma Insert the missing space. Low TripProcessDAO.java 69
Missing space after comma Insert the missing space. Low TripProcessDAO.java 74
Missing space after comma Insert the missing space. Low TripProcessDAO.java 83
Missing space after comma Insert the missing space. Low TripProcessDAO.java 83
Missing space after comma Insert the missing space. Low TripProcessDAO.java 84
Missing space after comma Insert the missing space. Low VehicleFenceMapDAO.java 25
Missing space after comma Insert the missing space. Low VehicleFenceMapDAO.java 25
Missing space after comma Insert the missing space. Low VehicleFenceMapDAO.java 46
Missing space after comma Insert the missing space. Low VehicleFenceMapDAO.java 52
Missing space after comma Insert the missing space. Low VehicleFenceMapDAO.java 74
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 31
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 31
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 53
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 60
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 60
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 81
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 88
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 88
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 106
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 113
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 123
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 129
Missing space after comma Insert the missing space. Low VehicleUserGeofenceDAO.java 156
Missing space after comma Insert the missing space. Low DeviceTripDTO.java 63
Missing space after comma Insert the missing space. Low DeviceTripDTO.java 75
Missing space after comma Insert the missing space. Low DeviceTripDTO.java 75
Missing space after comma Insert the missing space. Low DeviceTripDTO.java 88
Missing space after comma Insert the missing space. Low DeviceTripDTO.java 98
Missing space after comma Insert the missing space. Low DeviceTripDTO.java 98
Missing space after comma Insert the missing space. Low DeviceTripDTO.java 109
Missing space after comma Insert the missing space. Low DistParamsDTO.java 18
Missing space after comma Insert the missing space. Low DistParamsDTO.java 19
Missing space after comma Insert the missing space. Low DistParamsDTO.java 28
Missing space after comma Insert the missing space. Low DistParamsDTO.java 29
Missing space after comma Insert the missing space. Low DistParamsDTO.java 29
Missing space after comma Insert the missing space. Low DistParamsDTO.java 39
Missing space after comma Insert the missing space. Low DistParamsDTO.java 59
Missing space after comma Insert the missing space. Low DistParamsDTO.java 60
Missing space after comma Insert the missing space. Low DistParamsDTO.java 60
Missing space after comma Insert the missing space. Low NeighbourVehicleDTO.java 72
Missing space after comma Insert the missing space. Low NeighbourVehicleDTO.java 72
Missing space after comma Insert the missing space. Low NeighbourVehicleDTO.java 72
Missing space after comma Insert the missing space. Low Packet.java 12
Missing space after comma Insert the missing space. Low Packet.java 12
Missing space after comma Insert the missing space. Low RFIDInfoHistoryDTO.java 17
Missing space after comma Insert the missing space. Low RFIDInfoHistoryDTO.java 17
Extra space before comma Delete the space before the comma. Low RFIDInfoHistoryDTO.java 18
Missing space after comma Insert the missing space. Low RFIDInfoHistoryDTO.java 18
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 63
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 102
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 305
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 305
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 305
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 305
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 305
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 305
Missing space after comma Insert the missing space. Low TripDistanceDTO.java 41
Missing space after comma Insert the missing space. Low TripDistanceDTO.java 55
Missing space after comma Insert the missing space. Low GLatLng.java 8
Missing space after comma Insert the missing space. Low ConnectionHelper.java 156
Missing space after comma Insert the missing space. Low DeviationHelper.java 91
Missing space after comma Insert the missing space. Low DeviationHelper.java 91
Missing space after comma Insert the missing space. Low DeviationHelper.java 91
Missing space after comma Insert the missing space. Low FuelAlertManager.java 15
Missing space after comma Insert the missing space. Low DeviceDAO.java 113
Missing space after comma Insert the missing space. Low EventNotificationDAO.java 26
Missing space after comma Insert the missing space. Low EventNotificationDAO.java 59
Missing space after comma Insert the missing space. Low FuelCalibrationDAO.java 96
Missing space after comma Insert the missing space. Low GeovehicleMapDAO.java 160
Missing space after comma Insert the missing space. Low HibernateSessionFactory.java 129
Missing space after comma Insert the missing space. Low HibernateSessionFactory.java 131
Missing space after comma Insert the missing space. Low HibernateSessionFactory.java 133
Missing space after comma Insert the missing space. Low Holidays.java 22
Missing space after comma Insert the missing space. Low HolidaysDAO.java 94
Missing space after comma Insert the missing space. Low LoginDAO.java 23
Missing space after comma Insert the missing space. Low LoginDAO.java 51
Missing space after comma Insert the missing space. Low LoginDAO.java 58
 
Violation Recommendation Severity Resource Line
Missing space after cast Insert the missing space. Low OrganizationMessageDAO.java 42
Missing space after cast Insert the missing space. Low OrganizationMessageDAO.java 44
Missing space after cast Insert the missing space. Low OrganizationMessageDAO.java 45
Missing space after cast Insert the missing space. Low OrganizationMessageDAO.java 46
Missing space after cast Insert the missing space. Low ReferenceDAO.java 42
Missing space after cast Insert the missing space. Low ReferenceDAO.java 66
Missing space after cast Insert the missing space. Low ReferenceDAO.java 67
Missing space after cast Insert the missing space. Low ReferenceDAO.java 69
Missing space after cast Insert the missing space. Low TraversalDAO.java 80
Missing space after cast Insert the missing space. Low TripProcessDAO.java 92
Missing space after cast Insert the missing space. Low DeviationHelper.java 80
Missing space after cast Insert the missing space. Low DeviationHelper.java 86
Missing space after cast Insert the missing space. Low DeviationHelper.java 87
Missing space after cast Insert the missing space. Low DeviationHelper.java 88
Missing space after cast Insert the missing space. Low DeviationHelper.java 89
Missing space after cast Insert the missing space. Low DeviationHelper.java 100
Missing space after cast Insert the missing space. Low DeviationHelper.java 101
Missing space after cast Insert the missing space. Low DistanceHelper.java 17
Missing space after cast Insert the missing space. Low BaseHibernateDAO.java 37
Missing space after cast Insert the missing space. Low EventNotificationDAO.java 44
Missing space after cast Insert the missing space. Low EventNotificationDAO.java 46
Missing space after cast Insert the missing space. Low EventNotificationDAO.java 47
Missing space after cast Insert the missing space. Low EventNotificationDAO.java 49
Missing space after cast Insert the missing space. Low EventNotificationDAO.java 50
Missing space after cast Insert the missing space. Low EventNotificationDAO.java 51
Missing space after cast Insert the missing space. Low EventNotificationDAO.java 52
Missing space after cast Insert the missing space. Low FenceReportDAO.java 208
 
Violation Recommendation Severity Resource Line
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low FenceSequencing.java 169
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low OrganizationMessageDAO.java 41
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low BaseHibernateDAO.java 36
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low EventNotificationDAO.java 43
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low LocationDAO.java 106
 
Violation Recommendation Severity Resource Line
Don't use Integer.toString() in an internationalized environment Replace with a call to NumberFormat.format(). Low DeviationHelper.java 147
 
Violation Recommendation Severity Resource Line
Missing space before operator "+" Insert the missing space. Low FuelDataHelp.java 31
Missing space after operator "+" Insert the missing space. Low FuelDataHelp.java 31
Missing space before operator "+" Insert the missing space. Low FuelDataHelp.java 31
Missing space after operator "+" Insert the missing space. Low FuelDataHelp.java 31
Missing space before operator "+" Insert the missing space. Low FuelDataHelp.java 36
Missing space after operator "+" Insert the missing space. Low FuelDataHelp.java 36
Missing space before operator "+" Insert the missing space. Low FuelDataHelp.java 41
Missing space after operator "+" Insert the missing space. Low FuelDataHelp.java 41
Missing space before operator "+" Insert the missing space. Low FuelDataHelp.java 47
Missing space after operator "+" Insert the missing space. Low FuelDataHelp.java 47
Missing space before operator "+" Insert the missing space. Low FuelDataHelp.java 47
Missing space after operator "+" Insert the missing space. Low FuelDataHelp.java 47
Missing space before operator "+" Insert the missing space. Low JSONConverter.java 27
Missing space after operator "+" Insert the missing space. Low JSONConverter.java 27
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 35
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 37
Missing space before operator "!=" Insert the missing space. Low FenceSequencing.java 39
Missing space after operator "!=" Insert the missing space. Low FenceSequencing.java 39
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 40
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 40
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 42
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 42
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 42
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 42
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 42
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 42
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 61
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 61
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 61
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 61
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 63
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 63
Missing space before operator "+" Insert the missing space. Low FenceSequencing.java 63
Missing space after operator "+" Insert the missing space. Low FenceSequencing.java 63
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 25
Missing space before operator "<" Insert the missing space. Low FenceUsersDAO.java 27
Missing space after operator "<" Insert the missing space. Low FenceUsersDAO.java 27
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 28
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 28
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 28
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 28
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 49
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 49
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 49
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 49
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 50
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 50
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 50
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 50
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 52
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 52
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 68
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 68
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 69
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 69
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 69
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 69
Missing space before operator "!=" Insert the missing space. Low OrganizationMessageDAO.java 38
Missing space after operator "!=" Insert the missing space. Low OrganizationMessageDAO.java 38
Missing space before operator "+" Insert the missing space. Low OrganizationMessageDAO.java 39
Missing space after operator "+" Insert the missing space. Low OrganizationMessageDAO.java 39
Missing space before operator "+" Insert the missing space. Low ReferenceDAO.java 41
Missing space after operator "+" Insert the missing space. Low ReferenceDAO.java 41
Missing space before operator "+" Insert the missing space. Low ReferenceDAO.java 41
Missing space after operator "+" Insert the missing space. Low ReferenceDAO.java 41
Missing space before operator "+" Insert the missing space. Low ReferenceDAO.java 41
Missing space after operator "+" Insert the missing space. Low ReferenceDAO.java 41
Missing space before operator "+" Insert the missing space. Low ReferenceDAO.java 41
Missing space after operator "+" Insert the missing space. Low ReferenceDAO.java 41
Missing space before operator "+" Insert the missing space. Low ReferenceDAO.java 43
Missing space after operator "+" Insert the missing space. Low ReferenceDAO.java 43
Missing space before operator "<" Insert the missing space. Low ReferenceDAO.java 44
Missing space after operator "<" Insert the missing space. Low ReferenceDAO.java 44
Missing space before operator "-" Insert the missing space. Low ReferenceDAO.java 66
Missing space after operator "-" Insert the missing space. Low ReferenceDAO.java 66
Missing space before operator "!=" Insert the missing space. Low ReferenceDAO.java 66
Missing space after operator "!=" Insert the missing space. Low ReferenceDAO.java 66
Missing space before operator "-" Insert the missing space. Low ReferenceDAO.java 67
Missing space after operator "-" Insert the missing space. Low ReferenceDAO.java 67
Missing space before operator "+" Insert the missing space. Low ReferenceDAO.java 71
Missing space after operator "+" Insert the missing space. Low ReferenceDAO.java 71
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 23
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 23
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 38
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 38
Missing space before operator "==" Insert the missing space. Low TraversalDAO.java 50
Missing space after operator "==" Insert the missing space. Low TraversalDAO.java 50
Missing space before operator "==" Insert the missing space. Low TraversalDAO.java 53
Missing space after operator "==" Insert the missing space. Low TraversalDAO.java 53
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 65
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 65
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 65
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 65
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 71
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 71
Missing space before operator ">" Insert the missing space. Low TraversalDAO.java 74
Missing space after operator ">" Insert the missing space. Low TraversalDAO.java 74
Missing space before operator "-" Insert the missing space. Low TraversalDAO.java 80
Missing space after operator "-" Insert the missing space. Low TraversalDAO.java 80
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 83
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 83
Missing space before operator "==" Insert the missing space. Low TraversalDAO.java 92
Missing space after operator "==" Insert the missing space. Low TraversalDAO.java 92
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 94
Missing space before operator "<" Insert the missing space. Low TraversalDAO.java 152
Missing space after operator "<" Insert the missing space. Low TraversalDAO.java 152
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 155
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 155
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 155
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 155
Missing space before operator "==" Insert the missing space. Low TraversalDAO.java 193
Missing space after operator "==" Insert the missing space. Low TraversalDAO.java 193
Missing space before operator "==" Insert the missing space. Low TraversalDAO.java 196
Missing space after operator "==" Insert the missing space. Low TraversalDAO.java 196
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space after operator "+" Insert the missing space. Low TraversalDAO.java 202
Missing space before operator ">" Insert the missing space. Low TraversalDAO.java 205
Missing space after operator ">" Insert the missing space. Low TraversalDAO.java 205
Missing space before operator "-" Insert the missing space. Low TraversalDAO.java 207
Missing space after operator "-" Insert the missing space. Low TraversalDAO.java 207
Missing space before operator "!=" Insert the missing space. Low TraversalDAO.java 215
Missing space after operator "!=" Insert the missing space. Low TraversalDAO.java 215
Missing space before operator "+" Insert the missing space. Low TraversalDAO.java 219
Missing space before operator "+" Insert the missing space. Low TripProcessDAO.java 90
Missing space after operator "+" Insert the missing space. Low TripProcessDAO.java 90
Missing space before operator "+" Insert the missing space. Low TripProcessDAO.java 90
Missing space after operator "+" Insert the missing space. Low TripProcessDAO.java 90
Missing space before operator "+" Insert the missing space. Low TripProcessDAO.java 92
Missing space after operator "+" Insert the missing space. Low TripProcessDAO.java 92
Missing space before operator "+" Insert the missing space. Low TripProcessDAO.java 92
Missing space after operator "+" Insert the missing space. Low TripProcessDAO.java 92
Missing space before operator "+" Insert the missing space. Low TripProcessDAO.java 92
Missing space after operator "+" Insert the missing space. Low TripProcessDAO.java 92
Missing space before operator "!=" Insert the missing space. Low VehicleFenceMapDAO.java 31
Missing space after operator "!=" Insert the missing space. Low VehicleFenceMapDAO.java 31
Missing space before operator "!=" Insert the missing space. Low VehicleFenceMapDAO.java 34
Missing space after operator "!=" Insert the missing space. Low VehicleFenceMapDAO.java 34
Missing space before operator "+" Insert the missing space. Low VehicleFenceMapDAO.java 44
Missing space after operator "+" Insert the missing space. Low VehicleFenceMapDAO.java 44
Missing space before operator "!=" Insert the missing space. Low VehicleFenceMapDAO.java 60
Missing space after operator "!=" Insert the missing space. Low VehicleFenceMapDAO.java 60
Missing space before operator "+" Insert the missing space. Low VehicleFenceMapDAO.java 72
Missing space after operator "+" Insert the missing space. Low VehicleFenceMapDAO.java 72
Missing space before operator "+" Insert the missing space. Low VehicleFenceMapDAO.java 72
Missing space after operator "+" Insert the missing space. Low VehicleFenceMapDAO.java 72
Missing space before operator "+" Insert the missing space. Low VehicleFenceMapDAO.java 72
Missing space after operator "+" Insert the missing space. Low VehicleFenceMapDAO.java 72
Missing space before operator "!=" Insert the missing space. Low VehicleProcessDAO.java 64
Missing space before operator "!=" Insert the missing space. Low VehicleProcessDAO.java 69
Missing space after operator "!=" Insert the missing space. Low VehicleProcessDAO.java 69
Missing space before operator ">" Insert the missing space. Low VehicleProcessDAO.java 79
Missing space after operator ">" Insert the missing space. Low VehicleProcessDAO.java 79
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 81
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 81
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 81
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 81
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 81
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 81
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 89
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 89
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 103
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 103
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 103
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 103
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 104
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 104
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 104
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 104
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 125
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 125
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 125
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 125
Missing space before operator ">" Insert the missing space. Low VehicleProcessDAO.java 128
Missing space after operator ">" Insert the missing space. Low VehicleProcessDAO.java 128
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 135
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 135
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 151
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 151
Missing space before operator ">" Insert the missing space. Low VehicleProcessDAO.java 152
Missing space after operator ">" Insert the missing space. Low VehicleProcessDAO.java 152
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 170
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 170
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 172
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 172
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 173
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 173
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 178
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 178
Missing space before operator "!=" Insert the missing space. Low VehicleProcessDAO.java 180
Missing space after operator "!=" Insert the missing space. Low VehicleProcessDAO.java 180
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 182
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 182
Missing space before operator "!=" Insert the missing space. Low VehicleProcessDAO.java 184
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 185
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 185
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 185
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 185
Missing space before operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 42
Missing space after operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 42
Missing space before operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 42
Missing space after operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 42
Missing space before operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 51
Missing space after operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 51
Missing space before operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 67
Missing space after operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 67
Missing space before operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 67
Missing space after operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 67
Missing space before operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 67
Missing space after operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 67
Missing space before operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 69
Missing space after operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 69
Missing space before operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 71
Missing space after operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 71
Missing space before operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 79
Missing space after operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 79
Missing space before operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 97
Missing space after operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 97
Missing space before operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 104
Missing space after operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 104
Missing space before operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 104
Missing space after operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 104
Missing space before operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 104
Missing space after operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 104
Missing space before operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 144
Missing space after operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 144
Missing space before operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 145
Missing space after operator "+" Insert the missing space. Low VehicleUserGeofenceDAO.java 145
Missing space before operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 148
Missing space after operator "!=" Insert the missing space. Low VehicleUserGeofenceDAO.java 148
Missing space before operator ">" Insert the missing space. Low ConnectionHelper.java 40
Missing space after operator ">" Insert the missing space. Low ConnectionHelper.java 40
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 56
Missing space after operator "+" Insert the missing space. Low ConnectionHelper.java 56
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 56
Missing space after operator "+" Insert the missing space. Low ConnectionHelper.java 56
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 56
Missing space after operator "+" Insert the missing space. Low ConnectionHelper.java 56
Missing space before operator "<" Insert the missing space. Low ConnectionHelper.java 58
Missing space after operator "<" Insert the missing space. Low ConnectionHelper.java 58
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 67
Missing space after operator "+" Insert the missing space. Low ConnectionHelper.java 67
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 76
Missing space after operator "+" Insert the missing space. Low ConnectionHelper.java 76
Missing space before operator ">" Insert the missing space. Low ConnectionHelper.java 98
Missing space after operator ">" Insert the missing space. Low ConnectionHelper.java 98
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 107
Missing space after operator "+" Insert the missing space. Low ConnectionHelper.java 107
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 141
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 145
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 148
Missing space before operator ">" Insert the missing space. Low ConnectionHelper.java 170
Missing space after operator ">" Insert the missing space. Low ConnectionHelper.java 170
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 184
Missing space after operator "+" Insert the missing space. Low ConnectionHelper.java 184
Missing space before operator "+" Insert the missing space. Low ConnectionHelper.java 191
Missing space after operator "+" Insert the missing space. Low ConnectionHelper.java 191
Missing space before operator "+" Insert the missing space. Low DeviationHelper.java 76
Missing space after operator "+" Insert the missing space. Low DeviationHelper.java 76
Missing space before operator ">" Insert the missing space. Low DeviationHelper.java 84
Missing space after operator ">" Insert the missing space. Low DeviationHelper.java 84
Missing space before operator "-" Insert the missing space. Low DeviationHelper.java 86
Missing space after operator "-" Insert the missing space. Low DeviationHelper.java 86
Missing space before operator "-" Insert the missing space. Low DeviationHelper.java 87
Missing space after operator "-" Insert the missing space. Low DeviationHelper.java 87
Missing space before operator "-" Insert the missing space. Low DeviationHelper.java 88
Missing space after operator "-" Insert the missing space. Low DeviationHelper.java 88
Missing space before operator "-" Insert the missing space. Low DeviationHelper.java 89
Missing space after operator "-" Insert the missing space. Low DeviationHelper.java 89
Missing space before operator "+" Insert the missing space. Low DeviationHelper.java 93
Missing space after operator "+" Insert the missing space. Low DeviationHelper.java 93
Missing space before operator "<=" Insert the missing space. Low DeviationHelper.java 95
Missing space after operator "<=" Insert the missing space. Low DeviationHelper.java 95
Missing space before operator "-" Insert the missing space. Low DeviationHelper.java 100
Missing space after operator "-" Insert the missing space. Low DeviationHelper.java 100
Missing space before operator "-" Insert the missing space. Low DeviationHelper.java 101
Missing space after operator "-" Insert the missing space. Low DeviationHelper.java 101
Missing space before operator "+" Insert the missing space. Low DeviationHelper.java 104
Missing space after operator "+" Insert the missing space. Low DeviationHelper.java 104
Missing space before operator "*" Insert the missing space. Low DeviationHelper.java 109
Missing space after operator "*" Insert the missing space. Low DeviationHelper.java 109
Missing space before operator ">=" Insert the missing space. Low DeviationHelper.java 111
Missing space after operator ">=" Insert the missing space. Low DeviationHelper.java 111
Missing space before operator "+" Insert the missing space. Low DeviationHelper.java 115
Missing space after operator "+" Insert the missing space. Low DeviationHelper.java 115
Missing space before operator "+" Insert the missing space. Low DeviationHelper.java 119
Missing space after operator "+" Insert the missing space. Low DeviationHelper.java 119
Missing space before operator "+" Insert the missing space. Low DeviationHelper.java 122
Missing space after operator "+" Insert the missing space. Low DeviationHelper.java 122
Missing space before operator "+" Insert the missing space. Low DeviationHelper.java 153
Missing space after operator "+" Insert the missing space. Low DeviationHelper.java 153
Missing space before operator "-" Insert the missing space. Low DistanceHelper.java 9
Missing space after operator "-" Insert the missing space. Low DistanceHelper.java 9
Missing space before operator "-" Insert the missing space. Low DistanceHelper.java 10
Missing space after operator "-" Insert the missing space. Low DistanceHelper.java 10
Missing space before operator "/" Insert the missing space. Low DistanceHelper.java 11
Missing space after operator "/" Insert the missing space. Low DistanceHelper.java 11
Missing space before operator "/" Insert the missing space. Low DistanceHelper.java 11
Missing space after operator "/" Insert the missing space. Low DistanceHelper.java 11
Missing space before operator "/" Insert the missing space. Low DistanceHelper.java 13
Missing space after operator "/" Insert the missing space. Low DistanceHelper.java 13
Missing space before operator "/" Insert the missing space. Low DistanceHelper.java 13
Missing space after operator "/" Insert the missing space. Low DistanceHelper.java 13
Missing space before operator "-" Insert the missing space. Low DistanceHelper.java 14
Missing space after operator "-" Insert the missing space. Low DistanceHelper.java 14
Missing space before operator "*" Insert the missing space. Low DistanceHelper.java 17
Missing space after operator "*" Insert the missing space. Low DistanceHelper.java 17
Missing space before operator "+" Insert the missing space. Low BaseHibernateDAO.java 43
Missing space after operator "+" Insert the missing space. Low BaseHibernateDAO.java 43
Missing space before operator "+" Insert the missing space. Low BaseHibernateDAO.java 43
Missing space after operator "+" Insert the missing space. Low BaseHibernateDAO.java 43
Missing space before operator "+" Insert the missing space. Low BaseHibernateDAO.java 43
Missing space after operator "+" Insert the missing space. Low BaseHibernateDAO.java 43
Missing space before operator "+" Insert the missing space. Low BaseHibernateDAO.java 47
Missing space after operator "+" Insert the missing space. Low BaseHibernateDAO.java 47
Missing space before operator "!=" Insert the missing space. Low EventNotificationDAO.java 41
Missing space after operator "!=" Insert the missing space. Low EventNotificationDAO.java 41
Missing space before operator "+" Insert the missing space. Low EventNotificationDAO.java 57
Missing space after operator "+" Insert the missing space. Low EventNotificationDAO.java 57
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 203
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 203
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 203
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 203
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 203
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 203
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 203
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 203
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 204
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 204
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 204
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 204
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 204
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 204
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 204
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 204
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 276
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 276
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 276
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 276
Missing space before operator ">" Insert the missing space. Low FenceReportDAO.java 280
Missing space after operator ">" Insert the missing space. Low FenceReportDAO.java 280
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 289
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 289
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 289
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 289
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 289
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 289
Missing space before operator ">" Insert the missing space. Low FenceReportDAO.java 290
Missing space after operator ">" Insert the missing space. Low FenceReportDAO.java 290
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 306
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 306
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space before operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space after operator "+" Insert the missing space. Low FenceReportDAO.java 309
Missing space before operator "+" Insert the missing space. Low GeofenceDAO.java 68
Missing space after operator "+" Insert the missing space. Low GeofenceDAO.java 68
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 122
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 122
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 122
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 122
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 166
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 166
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 166
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 166
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 166
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 166
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 166
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 166
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 167
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 167
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 167
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 167
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 167
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 167
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 167
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 167
Missing space before operator "!=" Insert the missing space. Low GeovehicleMapDAO.java 168
Missing space after operator "!=" Insert the missing space. Low GeovehicleMapDAO.java 168
Missing space before operator "+" Insert the missing space. Low GeovehicleMapDAO.java 208
Missing space after operator "+" Insert the missing space. Low GeovehicleMapDAO.java 208
Missing space before operator "!=" Insert the missing space. Low HibernateSessionFactory.java 70
Missing space after operator "!=" Insert the missing space. Low HibernateSessionFactory.java 70
Missing space before operator "!=" Insert the missing space. Low HibernateSessionFactory.java 117
Missing space after operator "!=" Insert the missing space. Low HibernateSessionFactory.java 117
Missing space before operator "+" Insert the missing space. Low HolidaysDAO.java 87
Missing space after operator "+" Insert the missing space. Low HolidaysDAO.java 87
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 44
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 44
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 44
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 44
Missing space before operator ">" Insert the missing space. Low LocationDAO.java 47
Missing space after operator ">" Insert the missing space. Low LocationDAO.java 47
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 60
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 60
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 60
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 60
Missing space before operator ">" Insert the missing space. Low LocationDAO.java 63
Missing space after operator ">" Insert the missing space. Low LocationDAO.java 63
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 89
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 89
Missing space before operator "==" Insert the missing space. Low LocationDAO.java 93
Missing space after operator "==" Insert the missing space. Low LocationDAO.java 93
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 98
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 98
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 98
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 98
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 103
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 103
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 109
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 109
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 109
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 109
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 109
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 109
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 126
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 126
Missing space before operator "+" Insert the missing space. Low LocationDAO.java 130
Missing space after operator "+" Insert the missing space. Low LocationDAO.java 130
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 29
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 29
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 29
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 29
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 29
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 29
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 29
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 29
Missing space before operator ">" Insert the missing space. Low LoginDAO.java 41
Missing space after operator ">" Insert the missing space. Low LoginDAO.java 41
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 59
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 59
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 59
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 59
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 59
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 59
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 59
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 59
Missing space before operator ">" Insert the missing space. Low LoginDAO.java 63
Missing space after operator ">" Insert the missing space. Low LoginDAO.java 63
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 66
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 66
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 66
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 66
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 68
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 68
Missing space before operator "+" Insert the missing space. Low LoginDAO.java 68
Missing space after operator "+" Insert the missing space. Low LoginDAO.java 68
 
Violation Recommendation Severity Resource Line
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low ConnectionHelper.java 60
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low ConnectionHelper.java 60
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low AutoPkSupportId.java 57
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low FrequentTravellerDetailsId.java 62
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low FrequentTripDetailsId.java 60
Generated at 9/11/14 5:42 AM Powered by CodePro Server